Home

subnetInfo_getSelectiveMechagraph

POST
https://tao.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Fetches specific mechagraph values for a subnet, block, and a list of indices.

Body

application/json
jsonrpcstringrequired

JSON-RPC protocol version. Must be "2.0".

methodstringsubnetInfo_getSelectiveMechagraphrequired

The RPC method to invoke.

paramsArray<integer | Array<integer>>required

Parameters: [subnet_id, block_number, array_of_indices]. - subnet_id (integer) - block_number (integer) – the block or identifier - indices (array of integers) – the mechagraph indices to retrieve

Show child attributes
One of

Subnet ID or block number.

integer
Array<integer>
idintegerrequired

Request identifier.

Response

200OK

Successful response with selected mechagraph data.