subnetInfo_getSelectiveMechagraph
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version. Must be "2.0".
methodstringsubnetInfo_getSelectiveMechagraphrequiredThe RPC method to invoke.
paramsArray<integer | Array<integer>>requiredParameters: [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
idintegerrequiredRequest identifier.
Response
200OK
Successful response with selected mechagraph data.