Nodes

Create model subscription transaction

Create model subscription transaction

Subscribes a node to a specific model.

post/nodes/model-subscribe

Request body

echelon_idinteger required

The echelon ID associated with the subscription.

gasstring

Optional gas object ID. If not provided, the default is None.

gas_budgetinteger nullable

Optional gas budget. If not provided, the default is None.

gas_priceinteger nullable

Optional gas price. If not provided, the default is None.

model_namestring required

The name of the model to subscribe to.

node_badge_idstring

Optional node badge ID. If not provided, the default is None.

Response

Node model subscription successful

tx_digeststring required

The transaction digest. This is a unique identifier for the transaction.

Changes

Changed in 2 of the 12 revisions of this API.4