cURL
curl --request GET \ --url http://localhost:3001/subscriptions/nodes/{node_id}
[ { "max_num_compute_units": 123, "node_small_id": 123, "price_per_one_million_compute_units": 123, "task_small_id": 123, "valid": true } ]
Lists all subscriptions for a specific node identified by its small ID.
The small ID of the node whose subscriptions should be retrieved
List of node subscriptions
The response is of type object[].
object[]