avax.getAtomicTxStatus RPC Method
Parameters
txID
string
REQUIRED
The transaction ID. It should be in cb58 format
Returns
status
string
The status is one of the following:
Accepted
string
The transaction is (or will be) accepted by every node
Processing
string
The transaction is being voted on by this node
Rejected
string
The transaction will never be accepted by any node in the network
Unknown
string
The transaction hasn’t been seen by this node
blockHeight
string
The block height. Returned when status is accepted
Request
1curl --location --request POST https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/avax \2--header 'Content-Type: application/json' \3--data-raw '{4"jsonrpc": "2.0",5"id": 1,6"method": "avax.getAtomicTxStatus",7"params": {8"txID": "TRANSACTION_ID"9}10}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free