Skip to main content
GET
/
getBlockTransactionsExt
List block transactions (extended details)
curl --request GET \
  --url https://toncenter.com/api/v2/getBlockTransactionsExt
{
  "ok": true,
  "result": {
    "id": {
      "workchain": 123,
      "shard": "<string>",
      "seqno": 123,
      "root_hash": "<string>",
      "file_hash": "<string>",
      "@type": "ton.blockIdExt"
    },
    "transactions": [
      {
        "transaction_id": {
          "lt": "<string>",
          "hash": "<string>",
          "@type": "internal.transactionId"
        },
        "fee": "<string>",
        "other_fee": "<string>",
        "out_msgs": [
          {
            "hash": "<string>",
            "destination": {
              "account_address": "<string>",
              "@type": "accountAddress"
            },
            "value": "<string>",
            "created_lt": "<string>",
            "msg_data": {
              "body": "<string>",
              "@type": "msg.dataRaw",
              "init_state": "<string>"
            },
            "@type": "raw.message",
            "source": {
              "account_address": "<string>",
              "@type": "accountAddress"
            },
            "extra_currencies": [
              {
                "id": 123,
                "amount": "<string>",
                "@type": "extraCurrency"
              }
            ],
            "fwd_fee": "<string>",
            "ihr_fee": "<string>",
            "body_hash": "<string>"
          }
        ],
        "account": "<string>",
        "@type": "raw.transaction",
        "address": {
          "account_address": "<string>",
          "@type": "accountAddress"
        },
        "utime": 123,
        "data": "<string>",
        "storage_fee": "<string>",
        "in_msg": {
          "hash": "<string>",
          "destination": {
            "account_address": "<string>",
            "@type": "accountAddress"
          },
          "value": "<string>",
          "created_lt": "<string>",
          "msg_data": {
            "body": "<string>",
            "@type": "msg.dataRaw",
            "init_state": "<string>"
          },
          "@type": "raw.message",
          "source": {
            "account_address": "<string>",
            "@type": "accountAddress"
          },
          "extra_currencies": [
            {
              "id": 123,
              "amount": "<string>",
              "@type": "extraCurrency"
            }
          ],
          "fwd_fee": "<string>",
          "ihr_fee": "<string>",
          "body_hash": "<string>"
        }
      }
    ],
    "@type": "blocks.transactionsExt",
    "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

Extended transactions included in the specified block.

error
string
code
integer