GET
/
claimed-stacks
/
claimed_stacks
/
nodes
/
{node_id}
curl --request GET \
  --url http://localhost:3001/claimed-stacks/claimed_stacks/nodes/{node_id}
[
  {
    "already_attested_nodes": "<string>",
    "committed_stack_proofs": [
      1
    ],
    "dispute_settled_at_epoch": 123,
    "is_claimed": true,
    "is_in_dispute": true,
    "num_claimed_compute_units": 123,
    "requested_attestation_nodes": "<string>",
    "selected_node_id": 123,
    "stack_merkle_leaves": [
      1
    ],
    "stack_small_id": 123,
    "user_refund_amount": 123
  }
]

Path Parameters

node_id
integer
required

Node small ID

Response

200
application/json
List of claimed stacks matching the criteria
already_attested_nodes
string
required

Comma-separated list of node IDs that have already attested

committed_stack_proofs
integer[]
required

Cryptographic proof of the committed stack state

is_claimed
boolean
required

Indicates whether the settlement ticket has been claimed

is_in_dispute
boolean
required

Indicates whether the stack is currently in a dispute

num_claimed_compute_units
integer
required

Number of compute units claimed to be processed

requested_attestation_nodes
string
required

Comma-separated list of node IDs requested for attestation

selected_node_id
integer
required

Identifier of the node selected for computation

stack_merkle_leaves
integer[]
required

Merkle leaf representing the stack in a larger tree structure

stack_small_id
integer
required

Unique small integer identifier for the stack

user_refund_amount
integer
required

Amount to be refunded to the user (likely in smallest currency unit)

dispute_settled_at_epoch
integer | null

Optional epoch timestamp when a dispute was settled