Skip to main content
GET
/
getBlockTransactions
List block transactions
curl --request GET \
  --url https://toncenter.com/api/v2/getBlockTransactions
{
  "ok": true,
  "result": {
    "id": {
      "workchain": 123,
      "shard": "<string>",
      "seqno": 123,
      "root_hash": "<string>",
      "file_hash": "<string>",
      "@type": "ton.blockIdExt"
    },
    "transactions": [
      {
        "account": "<string>",
        "lt": "<string>",
        "hash": "<string>",
        "@type": "blocks.shortTxId",
        "mode": 123
      }
    ],
    "@type": "blocks.transactions",
    "req_count": 123,
    "incomplete": true,
    "@extra": "<string>"
  },
  "error": "<string>",
  "code": 123
}

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
Result · object

Transactions included in the specified block.

error
string
code
integer