Skip to main content

platform.issueTx RPC Method

Issue a transaction to the Platform Chain.

Updated on
Nov 2, 2023

platform.issueTx RPC Method

Parameters

tx
string
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 transactionsid.
Request
1
curl --location --request POST https://docs-demo.avalanche-mainnet.quiknode.pro/ext/bc/C/rpc/ext/bc/P \
2
--header 'Content-Type: application/json' \
3
--data-raw '{
4
"jsonrpc": "2.0",
5
"method": "platform.issueTx",
6
"params": {
7
"tx":"0x00",
8
"encoding": "hex"
9
},
10
"id": 1
11
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free