v1
latestOpenAPI 3.1.02026-07-2612501.4 MBavm.issueTx
Send a signed transaction to the network. encoding specifies the format of the signed transaction. Can only be hex when a value is provided.
post/node/v1/avax/mainnet/{apiKey}/ext/bc/X
Path parameters
apiKeystring required
please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>
Request body
Example request
{
"params": {
"tx": "0x00000009de31b4d8b22991d51aa6aa1fc733f23a851a8c9400000000000186a0000000005f041280000000005f9ca900000030390000000000000001fceda8f90fcb5d30614b99d79fc4baa29307762668f16eb0259a57c2d3b78c875c86ec2045792d4df2d926c40f829196e0bb97ee697af71f5b0a966dabff749634c8b729855e937715b0e44303fd1014daedc752006011b730",
"encoding": "hex"
}
}Response
200
Example response
{
"id": 1,
"jsonrpc": "2.0"
}