Home

subnetInfo_getSelectiveMetagraph

POST
https://tao.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Fetches selected metagraph values for a specific subnet by providing a list of indices.

Body

application/json
jsonrpcstringrequired

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

methodstringsubnetInfo_getSelectiveMetagraphrequired

The RPC method to invoke.

paramsArray<integer | Array<integer>>required

Parameters: [subnet_id, array_of_indices]. - subnet_id (integer): the target subnet. - indices (array of integers): the metagraph positions to return.

Show child attributes
One of

Subnet identifier.

integer
Array<integer>
idintegerrequired

Request identifier.

Response

200OK

Successful response with the requested selective metagraph data.