Submit a fully-formed extrinsic
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Submit a fully-formed extrinsic for inclusion in a block.
The author_submitExtrinsic method submits a signed extrinsic to the transaction pool. Unlike author_submitAndWatchExtrinsic, this method does not provide real-time updates about the extrinsic's status - it simply returns the extrinsic hash upon successful submission.
This method is suitable for applications that don't require immediate status updates and prefer a fire-and-forget approach to transaction submission.
Body
jsonrpcstring2.0requiredJSON-RPC version identifier
methodstringauthor_submitExtrinsicrequiredThe method to be invoked
idinteger | stringrequiredRequest identifier for matching responses
paramsArray<string>requiredArray containing the hex-encoded extrinsic
Response
Extrinsic submitted successfully
Invalid extrinsic or request
Internal server error or pool rejection