POST
/
nodes
/
model-subscribe
curl --request POST \
  --url http://localhost:3001/nodes/model-subscribe \
  --header 'Content-Type: application/json' \
  --data '{
  "echelon_id": 1,
  "gas": "<string>",
  "gas_budget": 1,
  "gas_price": 1,
  "model_name": "<string>",
  "node_badge_id": "<string>"
}'
{
  "tx_digest": "<string>"
}

Body

application/json

Represents a request to subscribe to a node model.

This struct encapsulates the necessary parameters for subscribing to a node model, including optional gas-related fields.

Response

200
application/json

Node model subscription successful

Represents a response to a node model subscription request.

This struct contains the transaction digest, which is a unique identifier for the transaction associated with the node model subscription.