Avalanche
avax.getAtomicTx
Returns the specified atomic transaction.
Request Body
application/json
JSON-RPC request
jsonrpc*string
method*string
params*array<>
[txID]
Items
1 <= items <= 1id*integer
Response Body
application/json
application/json
curl -X POST "https://api.avax.network/ext/bc/C/avax#avax.getAtomicTx" \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "avax.getAtomicTx", "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?