Skip to main content

avax.getAtomicTxStatus RPC Method

Loading...

Updated on
Apr 29, 2026

avax.getAtomicTxStatus RPC Method

To use the avax.getAtomicTxStatus method on the C-Chain, ensure that the end of your URL includes ext/bc/C/avax.

Parameters

txID
string
REQUIRED
Loading...

Returns

status
string
Loading...
Accepted
string
Loading...
Processing
string
Loading...
Rejected
string
Loading...
Unknown
string
Loading...
blockHeight
string
Loading...
Request
1
curl -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.getAtomicTxStatus",
6
"params": {
7
"txID": "TRANSACTION_ID"
8
},
9
"id": 1
10
}'
1
curl -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.getAtomicTxStatus",
6
"params": {
7
"txID": "TRANSACTION_ID"
8
},
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"status": "Accepted"
6
}
7
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"status": "Accepted"
6
}
7
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free