Claim Stacks
Fund Management
Claim Stack Funds
Submits a transaction to claim funds from completed and settled stacks.
Request Body
Request Fields
stack_small_ids
(array of integers): IDs of the stacks to claim funds fromnode_small_id
(integer, optional): ID of the node claiming funds (if omitted, claims for all registered nodes)gas
(string): Object ID of the gas object to pay for the transactiongas_budget
(integer): Maximum gas units allowed for the transactiongas_price
(integer): Price per gas unit in MIST
Response Status Codes
200 OK
: Successfully submitted claim funds transaction500 Internal Server Error
: Failed to submit the transaction
Response
Response Fields
tx_digest
(string): Transaction digest that can be used to track the claim funds transaction
Notes
Prerequisites for claiming funds:
Stack must be fully settled
All required attestations must be received
Settlement period must be complete
No unresolved disputes
The claim process:
Transfers earned funds to the node's wallet
Marks the stack as claimed
Can claim from multiple stacks in one transaction
Important considerations:
Funds can only be claimed once per stack
Failed claims must be retried
Gas fees apply to the claim transaction
Example Error Response
Last updated