TAO RPC API - Author Methods
v1.0.0https://tao.nownodes.ioTAO RPCAPI for interacting with TAO via JSON-RPC. Contains author category methods for submitting and monitoring extrinsics.
Authentication
api-keyAuthapiKeyAPI Key: API_key in header
JSON-RPC
system
Retrieve the name of the chain
Authorizations
ApiKeyAuthApiKeyAuthAPI_key string
NOWNodes API key passed in the api-key header.
Returns the network name (e.g., Kusama, Polkadot) the node is connected to.
Body
JSON-RPC request to get chain name
jsonrpcstringrequiredJSON-RPC version
idstringrequiredRequest identifier
methodstringrequiredMethod name
paramsArray<any>requiredShould be empty for this method
Response
Chain name
Malformed address or application ID
Invalid API key
Internal server error
Retrieve custom properties from chain spec
Authorizations
ApiKeyAuthApiKeyAuthAPI_key string
NOWNodes API key passed in the api-key header.
Returns chain-specific properties such as token symbol, decimals, and address format.
Body
JSON-RPC request to get system properties
jsonrpcstringrequiredJSON-RPC version
idstringrequiredRequest identifier
methodstringrequiredMethod name
paramsArray<any>requiredShould be empty for this method
Response
System properties of the chain
Malformed address or application ID
Invalid API key
Internal server error