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"
}
}Successful Response
Transactions included in the specified block.
Show child attributes
Identifier of the block containing the transactions.
List of short transaction identifiers.
Show child attributes
Account address of the transaction.
Logical time of the transaction.
Base64 hash of the transaction.
"blocks.shortTxId"
Transaction mode flags.
"blocks.transactions"
Number of requested transactions.
Indicates if the transaction list is incomplete.
Extra metadata for the response.
Was this page helpful?
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"
}
}