Transactions
platform.getTx
Calls the platform.getTx method
Request Body
application/json
JSON-RPC request
jsonrpc*string
method*string
params*
Method parameters
id*integer
Response Body
application/json
application/json
curl -X POST "https://api.avax.network/ext/bc/P#platform.getTx" \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "platform.getTx", "params": {}, "id": 1 }'{
"jsonrpc": "2.0",
"result": {},
"id": 1
}{
"jsonrpc": "2.0",
"error": {
"code": 0,
"message": "string",
"data": {}
},
"id": 1
}Is this guide helpful?