avax.issueTx RPC Method
To use the avax.issueTx method on the C-Chain, ensure that the end of your URL includes ext/bc/C/avax.
Parameters
tx
string
REQUIRED
Loading...
encoding
string
Loading...
Returns
txID
string
Loading...
Request
1curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "avax.issueTx",6"params": {7"tx": "0x00000000",8"encoding": "hex"9},10"id": 111}'
1curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "avax.issueTx",6"params": {7"tx": "0x00000000",8"encoding": "hex"9},10"id": 111}'
Response
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"txID": "NUPLwbt2hsYxpQg65H885GnkP7n1gXNQzY5RLj98FwWt3XfSh"6}7}
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"txID": "NUPLwbt2hsYxpQg65H885GnkP7n1gXNQzY5RLj98FwWt3XfSh"6}7}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free