Avalanche
avax.getAtomicTxStatus
Deprecated. Returns the status of the specified atomic transaction. After the Helicon upgrade, the public API endpoints do not serve this method. Use avax.getAtomicTx instead. When the transaction is accepted, avax.getAtomicTx returns blockHeight.
JSON-RPC request
jsonrpcstring
methodstring
paramsarray<string>
[txID]
Items
1 <= items <= 1idinteger
Response Body
application/json
application/json
curl -X POST "https://api.avax.network/ext/bc/C/avax#avax.getAtomicTxStatus" \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "avax.getAtomicTxStatus", "params": [ "string" ], "id": 1 }'{
"jsonrpc": "2.0",
"result": null,
"error": {
"code": 0,
"message": "string",
"data": null
},
"id": 1
}{
"jsonrpc": "2.0",
"error": {
"code": 0,
"message": "string",
"data": null
},
"id": 1
}Is this guide helpful?