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
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