Request schema
{
"type": "object",
"description": "For JSON-RPC, the standard envelope (method, params) POSTed to the service root. For the HTTP API, POST the route's JSON body to /v1/tron/wallet/...; most read routes take an empty object or a single id/address field.",
"properties": {
"method": {
"type": "string",
"description": "JSON-RPC read method, e.g. eth_getBlockByNumber",
"examples": [
"POST /wallet/estimateenergy",
"POST /wallet/getaccount",
"POST /wallet/getaccountnet",
"POST /wallet/getaccountresource",
"POST /wallet/getassetissuebyid",
"POST /wallet/getassetissuebyname",
"POST /wallet/getassetissuelist",
"POST /wallet/getavailableunfreezecount",
"POST /wallet/getbandwidthprices",
"POST /wallet/getblock",
"POST /wallet/getblockbyid",
"POST /wallet/getblockbylatestnum",
"POST /wallet/getblockbylimitnext",
"POST /wallet/getblockbynum",
"POST /wallet/getburntrx",
"POST /wallet/getcandelegatedmaxsize",
"POST /wallet/getcanwithdrawunfreezeamount",
"POST /wallet/getchainparameters",
"POST /wallet/getcontract",
"POST /wallet/getcontractinfo",
"POST /wallet/getdelegatedresourceaccountindexv2",
"POST /wallet/getdelegatedresourcev2",
"POST /wallet/getenergyprices",
"POST /wallet/getexchangebyid",
"POST /wallet/getmarketpairlist",
"POST /wallet/getnextmaintenancetime",
"POST /wallet/getnodeinfo",
"POST /wallet/getnowblock",
"POST /wallet/getpaginatedassetissuelist",
"POST /wallet/getproposalbyid",
"POST /wallet/gettransactionbyid",
"POST /wallet/gettransactioninfobyblocknum",
"POST /wallet/gettransactioninfobyid",
"POST /wallet/listexchanges",
"POST /wallet/listnodes",
"POST /wallet/listproposals",
"POST /wallet/listwitnesses",
"POST /wallet/triggerconstantcontract",
"POST /wallet/validateaddress",
"POST /walletsolidity/getaccount",
"POST /walletsolidity/getnowblock",
"POST /walletsolidity/gettransactionbyid",
"POST /walletsolidity/gettransactioninfobyid",
"eth_accounts",
"eth_blockNumber",
"eth_call",
"eth_chainId",
"eth_coinbase",
"eth_estimateGas",
"eth_gasPrice",
"eth_getBalance",
"eth_getBlockByHash",
"eth_getBlockByNumber",
"eth_getBlockTransactionCountByHash",
"eth_getBlockTransactionCountByNumber",
"eth_getCode",
"eth_getFilterChanges",
"eth_getFilterLogs",
"eth_getLogs",
"eth_getStorageAt",
"eth_getTransactionByBlockHashAndIndex",
"eth_getTransactionByBlockNumberAndIndex",
"eth_getTransactionByHash",
"eth_getTransactionReceipt",
"eth_newBlockFilter",
"eth_newFilter",
"eth_protocolVersion",
"eth_syncing",
"eth_uninstallFilter",
"net_listening",
"net_peerCount",
"net_version",
"web3_clientVersion",
"web3_sha3"
]
},
"params": {
"type": "array"
}
}
}