Get transactions of the given block.
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"
}
}
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"
}
}