cURL
curl --request POST \ --url 'https://api.avax.network/ext/bc/P#platform.getTx' \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "method": "platform.getTx", "params": {}, "id": 1 }'
{ "jsonrpc": "2.0", "result": {}, "id": 1 }
Calls the platform.getTx method
JSON-RPC request
"2.0"
"platform.getTx"
Method parameters
Show child attributes
1
Successful response
Method result
Was this page helpful?