Skip to main content

author_submitExtrinsic RPC Method

Submit a fully formatted extrinsic for block inclusion

Updated on
Oct 4, 2023

author_submitExtrinsic RPC Method

Parameters

Extrinsic
string
REQUIRED
Represents the fully formatted extrinsic that you want to submit for inclusion in a block

Returns

hash
string
The hash of the submitted extrinsic
Request
1
curl https://docs-demo.dot-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"author_submitExtrinsic","params":["EXTRINSIC"],"id":1,"jsonrpc":"2.0"}'
5
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free