Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
hash— block hash as a 64‑character hex string.number— block number. Must match the providedhash.visible— optional boolean. Whentrue, addresses are base58; whenfalse, hex. Default istrue.
Response
timestamp— block timestamp in milliseconds.block_identifier— object withhashandnumber.transaction_balance_trace— array per transaction with:transaction_identifier— transaction hash.operation— list withoperation_identifier,address, andamount(sun; negative for debits, positive for credits).type— contract type (for example,TransferContract).status— execution status.
Use case
- Auditing balance changes for a given block.
- Building explorers or analytics that summarize per‑address deltas.
- Reconciling application balances against chain state.
curl example
Shell
get a valid block pair automatically
Shell
- provide both
hash(64 hex chars) andnumberthat match the same block to avoid errors likeINVALID hex String,hash length not equals 32, ornumber and hash do not match. - amounts are in sun (1 TRX = 1,000,000 sun).
Body
application/json