← TRON overview
TRON · wallet
wallet_gettransactionbyid
TRON HTTP API: wallet/gettransactionbyid
TRON full node HTTP API POST /wallet/gettransactionbyid
Result
See node response
Schema
{
"type": "unknown"
}Example request
Endpoint: https://your-trx-node.azxa.io
JSON-RPC
{
"path": "/wallet/gettransactionbyid",
"body": {}
}Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}cURL
curl -X POST https://your-trx-node.azxa.io \
-H "Content-Type: application/json" \
-d '{"path":"/wallet/gettransactionbyid","body":{}}'