GET
/
getBlockTransactions
curl --request GET \
  --url https://ton-mainnet.s.chainbase.online/{api-key}/v1/getBlockTransactions
{
  "ok": true,
  "result": "<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

200
application/json
Successful Response
ok
boolean
required
result
error
string
code
integer