Skip to main content
GET
/
v2
/
liteserver
/
list_block_transactions
/
{block_id}
cURL
curl --request GET \
  --url https://tonapi.io/v2/liteserver/list_block_transactions/{block_id}
{
  "id": {
    "workchain": 4294967295,
    "shard": "800000000000000",
    "seqno": 30699640,
    "root_hash": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
    "file_hash": "A6A0BD6608672B11B79538A50B2204E748305C12AA0DED9C16CF0006CE3AF8DB"
  },
  "req_count": 100,
  "incomplete": true,
  "ids": [
    {
      "mode": 0,
      "account": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
      "lt": 123,
      "hash": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85"
    }
  ],
  "proof": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85"
}

Path Parameters

block_id
string
required

block ID: (workchain,shard,seqno,root_hash,file_hash)

Example:

"(-1,8000000000000000,4234234,3E575DAB1D25...90D8,47192E5C46C...BB29)"

Query Parameters

mode
integer<int32>
required

mode

Example:

0

count
integer<int32>
required

count

Example:

100

account_id
string<address>

account ID

Example:

"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

lt
integer<int64>

lt

Example:

23814011000000

Response

a list of raw block transactions

id
object
required
req_count
integer<int32>
required
Example:

100

incomplete
boolean
required
Example:

true

ids
object[]
required
proof
string
required
Example:

"131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85"