TriportRPC

Tron wallet HTTP methods

Send wallet requests to POST /rpc/tron/wallet/<name>. All operations require x-token: $TRIPORT_API_KEY and the tron:rpc scope. Block values are decimal JSON integers. Addresses default to hex-41; Base58 requires visible: true.

Blocks

MethodCategorySummaryTier / rate limit
getnowblocktron_read_rpcReturn the current solid block.free+; 15 / 20 / 100 / 250 RPS (default, unmeasured)
getblockbylatestnumtron_read_rpcReturn a count of recent included blocks.free+; 15 / 20 / 100 / 250 RPS (default, unmeasured)
getblockbynumtron_read_rpc_heavyReturn a native block by decimal height.free+; 2 / 5 / 20 / 80 RPS (default, unmeasured)

Chain and account state

MethodCategorySummaryTier / rate limit
getaccounttron_read_rpcReturn current native account state.free+; 15 / 20 / 100 / 250 RPS (default, unmeasured)
getchainparameterstron_read_rpcReturn current native chain parameters.free+; 15 / 20 / 100 / 250 RPS (default, unmeasured)
getcontractinfotron_read_rpcReturn native contract metadata.free+; 15 / 20 / 100 / 250 RPS (default, unmeasured)
getenergypricestron_read_rpcReturn native energy price changes.free+; 15 / 20 / 100 / 250 RPS (default, unmeasured)
getnextmaintenancetimetron_read_rpcReturn the next maintenance boundary.free+; 15 / 20 / 100 / 250 RPS (default, unmeasured)
getnodeinfotron_read_rpcReturn public status for the selected node.free+; 15 / 20 / 100 / 250 RPS (default, unmeasured)
listwitnessestron_read_rpcReturn the native witness inventory.free+; 15 / 20 / 100 / 250 RPS (default, unmeasured)
triggerconstantcontracttron_read_rpc_heavyExecute a read-only native contract call.free+; 2 / 5 / 20 / 80 RPS (default, unmeasured)

Confirmed execution

MethodCategorySummaryTier / rate limit
gettransactioninfobyidtron_read_rpcReturn confirmed transaction execution information.free+; 15 / 20 / 100 / 250 RPS (default, unmeasured)

Network constraints

  • No public wallet mempool, pending queue, or WebSocket surface is published.
  • Historical block depth varies by node; the measured 2,219,797-block window on one node is not a pool-wide guarantee.
  • The OpenAPI response schema is intentionally extensible and contains no concrete response examples; method pages mark response fields as unknown.
  • TRC20 event-oriented REST access belongs to the separate REST layer.

See Tron errors, Tron limits, and the EVM JSON-RPC methods.