curl --request POST \
--url 'https://api.avax.network/ext/bc/P#platform.getTxStatus' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"method": "platform.getTxStatus",
"params": {},
"id": 1
}
'{
"jsonrpc": "2.0",
"result": {
"status": {},
"reason": "<string>"
},
"id": 1
}GetTxStatus gets a tx’s status
curl --request POST \
--url 'https://api.avax.network/ext/bc/P#platform.getTxStatus' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"method": "platform.getTxStatus",
"params": {},
"id": 1
}
'{
"jsonrpc": "2.0",
"result": {
"status": {},
"reason": "<string>"
},
"id": 1
}JSON-RPC request
Was this page helpful?