GetBlockTransactions

Get Block Transactions

get

Get transactions of the given block.

Authorizations
Query parameters
workchainintegerRequired
shardintegerRequired
seqnointegerRequired
root_hashstringOptional
file_hashstringOptional
after_ltintegerOptional
after_hashstringOptional
countintegerOptionalDefault: 40
Responses
200
Successful Response
application/json
get
GET /getBlockTransactions HTTP/1.1
Host: ton.nownodes.io
X-API-Key: YOUR_API_KEY
Accept: */*
{
  "ok": true,
  "result": "text",
  "error": "text",
  "code": 1
}