Kusama RPC API - Author Methods
v1.0.0https://ksm.nownodes.ioKusama RPCAPI for interacting with Kusama via JSON-RPC. Contains author category methods for submitting and monitoring extrinsics.
Authentication
api-keyAuthapiKeyAPI Key: API_key in header
NODE
author
Submit a fully formatted extrinsic
Authorizations
ApiKeyAuthApiKeyAuthAPI_key string
NOWNodes API key passed in the api-key header.
Sends a fully formatted extrinsic to the chain for processing.
Body
JSON-RPC request parameters
jsonrpcstringrequiredJSON-RPC version
idstringrequiredRequest identifier
methodstringrequiredMethod name
paramsArray<string>requiredArray containing the encoded extrinsic
Response
Extrinsic submission result
Malformed address or application ID
Invalid API key
Internal server error
Submit and subscribe to an extrinsic until unsubscribed
Authorizations
ApiKeyAuthApiKeyAuthAPI_key string
NOWNodes API key passed in the api-key header.
Submits an extrinsic and allows monitoring its status until it is finalized or unsubscribed.
Body
JSON-RPC request parameters
jsonrpcstringrequiredJSON-RPC version
idstringrequiredRequest identifier
methodstringrequiredMethod name
paramsArray<string>requiredArray containing the encoded extrinsic
Response
Extrinsic submission and watch result
Malformed address or application ID
Invalid API key
Internal server error
Retrieve all pending extrinsics
Authorizations
ApiKeyAuthApiKeyAuthAPI_key string
NOWNodes API key passed in the api-key header.
Returns a list of all pending extrinsics, optionally grouped by sender.
Body
JSON-RPC request parameters
jsonrpcstringrequiredJSON-RPC version
idstringrequiredRequest identifier
methodstringrequiredMethod name
paramsArray<any>requiredNo parameters required
Response
List of pending extrinsics
Malformed address or application ID
Invalid API key
Internal server error