subnetInfo_getSelectiveMetagraph
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version. Must be "2.0".
methodstringsubnetInfo_getSelectiveMetagraphrequiredThe RPC method to invoke.
paramsArray<integer | Array<integer>>requiredParameters: [subnet_id, array_of_indices]. - subnet_id (integer): the target subnet. - indices (array of integers): the metagraph positions to return.
idintegerrequiredRequest identifier.
Response
200OK
Successful response with the requested selective metagraph data.