Home

Submit a fully-formed extrinsic

POST
https://moonbeam.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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

application/json
jsonrpcstring2.0required

JSON-RPC version identifier

methodstringauthor_submitExtrinsicrequired

The method to be invoked

idinteger | stringrequired

Request identifier for matching responses

paramsArray<string>required

Array containing the hex-encoded extrinsic

Response

200OK

Extrinsic submitted successfully

400Bad Request

Invalid extrinsic or request

500Internal Server Error

Internal server error or pool rejection