platform.issueTx RPC Method
Parameters
tx
string
REQUIRED
The byte representation of a transaction
encoding
string
The encoding format for the transaction bytes. Can only be hex when a value is provided
Returns
txID
string
the transactions id
Request
1curl --location --request POST https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/P \2--header 'Content-Type: application/json' \3--data-raw '{4"jsonrpc": "2.0",5"method": "platform.issueTx",6"params": {7"tx":"TRANSACTION_IN_BYTE_FORMAT",8"encoding": "hex"9},10"id": 111}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free