POST
/
v1
/
nodes
/
lock

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for creating a node lock

model
string
required

The model to lock a node for

Response

200 - application/json

The response body for selecting a node's public key for encryption from a client. The client will use the provided public key to encrypt the request and send it back to the proxy. The proxy will then route this request to the selected node.

node_small_id
integer
required

The node small id for the selected node

Required range: x > 0
public_key
string
required

The public key for the selected node, base64 encoded

stack_small_id
integer
required

The stack small id to which an available stack entry was acquired, for the selected node

Required range: x > 0
stack_entry_digest
string | null

Transaction digest for the transaction that acquires the stack entry, if any