Returns all stacks associated with currently registered node badges.
[
{
"owner_address": "0x123...",
"stack_small_id": 1,
"stack_id": "stack-123",
"task_small_id": 10,
"selected_node_id": 123,
"num_compute_units": 1000,
"price": 10000,
"already_computed_units": 500,
"in_settle_period": false,
"total_hash": "0x...",
"num_total_messages": 50
}
]
Returns all stacks for a specific node identified by its small ID.
Same format as Get All Node Stacks, filtered for the specified node.
Returns all stacks that are filled above a specified fraction threshold for all registered nodes.
Same format as Get All Node Stacks, filtered by the fill threshold.
Returns all stacks that are filled above a specified fraction threshold for a specific node.
Same format as Get All Node Stacks, filtered by both node ID and fill threshold.