Skip to main content

platform.issueTx RPC Method

Issue a transaction to the Platform Chain.

Updated on
Dec 4, 2024

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
1
curl --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": 1
11
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free