Get transactions of the given block.
cURL
curl --request GET \ --url https://toncenter.com/api/v2/getBlockTransactions
{ "ok": true, "result": { "@type": "blocks.transactions", "id": { "@type": "ton.blockIdExt", "workchain": -1, "shard": "-9223372036854775808", "seqno": 2, "root_hash": "4bzgnFItQjTVEMYL9c/VHshMJttG9gDIXCzsMQdjKSU=", "file_hash": "2gOSTo8fuMWgA18snVD1RUtTfpU5LvCQWOOQ16Z7w5Y=" }, "req_count": 40, "incomplete": false, "transactions": [ { "@type": "blocks.shortTxId", "mode": 135, "account": "-1:0000000000000000000000000000000000000000000000000000000000000000", "lt": "2000001", "hash": "LdAqBYfzsG3XSu0fYdYNXqkWCGZ495u/9KGf7BUQTxY=" } ], "@extra": "1755814400.2039871:0:0.4571250134343233" } }
Documentation IndexFetch the complete documentation index at: https://companyname-a7d5b98e-jeshecdom-fift-variables.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://companyname-a7d5b98e-jeshecdom-fift-variables.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Transactions included in the specified block.
Show child attributes
Was this page helpful?