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
chain
Get the hash of the last finalized block
Authorizations
ApiKeyAuthApiKeyAuthAPI_key string
NOWNodes API key passed in the api-key header.
Returns the hash of the block that was finalized on the chain.
Body
JSON-RPC request parameters
jsonrpcstringrequiredJSON-RPC version
idstringrequiredRequest identifier
methodstringrequiredMethod name
paramsArray<any>requiredMethod parameters (empty array)
Response
Hash of the last finalized block
Malformed address or application ID
Invalid API key
Internal server error
Get block by hash
Authorizations
ApiKeyAuthApiKeyAuthAPI_key string
NOWNodes API key passed in the api-key header.
Returns full information of a block, including header, extrinsics, and digest.
Body
JSON-RPC request parameters
jsonrpcstringrequiredJSON-RPC version
idstringrequiredRequest identifier
methodstringrequiredMethod name
paramsArray<string>requiredArray containing block hash to retrieve
Response
Full block details
Malformed address or application ID
Invalid API key
Internal server error
Get block hash by block number
Authorizations
ApiKeyAuthApiKeyAuthAPI_key string
NOWNodes API key passed in the api-key header.
Returns the block hash using the block number in the chain.
Body
JSON-RPC request parameters
jsonrpcstringrequiredJSON-RPC version
idstringrequiredRequest identifier
methodstringrequiredMethod name
paramsArray<integer>requiredArray containing block number
Response
Block hash by block number
Malformed address or application ID
Invalid API key
Internal server error