POST
/
nodes
/
try-settle-stacks

Body

application/json

Represents a request to try settling a stack.

This struct encapsulates the necessary parameters for attempting to settle a stack, including optional gas-related fields.

num_claimed_compute_units
integer
required

The number of compute units claimed.

Required range: x > 0
stack_small_ids
integer[]
required

The small IDs of the stacks to settle.

gas
string

Optional gas object ID. If not provided, the default is None.

gas_budget
integer | null

Optional gas budget. If not provided, the default is None.

Required range: x > 0
gas_price
integer | null

Optional gas price. If not provided, the default is None.

Required range: x > 0
node_badge_id
string

Optional node badge ID. If not provided, the default is None.

Response

200 - application/json

Represents a response to a node try settle stack request.

This struct contains the transaction digest, which is a unique identifier for the transaction associated with the attempt to settle a stack.

tx_digests
string[]
required

The transaction digests. This is a unique identifier for the transaction.