GET
/
stacks
/
stacks
/
nodes
/
{node_id}
List stacks
curl --request GET \
  --url http://localhost:3001/stacks/stacks/nodes/{node_id}
[
  {
    "already_computed_units": 123,
    "in_settle_period": true,
    "is_claimed": true,
    "is_locked_for_claim": true,
    "num_compute_units": 123,
    "num_total_messages": 123,
    "owner_address": "<string>",
    "price_per_one_million_compute_units": 123,
    "selected_node_id": 123,
    "stack_id": "<string>",
    "stack_small_id": 123,
    "task_small_id": 123
  }
]

Path Parameters

node_id
integer
required

Node small ID

Query Parameters

min_fill_fraction
number

Optional minimum fill fraction (0.0 to 100.0)

Response

200
application/json

List of Stack objects matching the criteria

The response is of type object[].