Skip to main content
GET
/
getBlockTransactions
List block transactions
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"
  }
}

Query Parameters

workchain
integer
required
shard
integer
required
seqno
integer
required
root_hash
string
file_hash
string
after_lt
integer
after_hash
string
count
integer
default:40

Response

Successful Response

ok
boolean
required
result
object

Transactions included in the specified block.

error
string
code
integer
I