Blockchain

Get low-level information about several accounts taken directly from the blockchain.

post/v2/blockchain/accounts/_bulk

Request body

account_idsstring[] required

Example request

{
  "account_ids": [
    "0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
  ]
}

Response

a list of raw accounts

Example response

{
  "accounts": [
    {
      "address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
      "balance": 123456789,
      "code": "b5ee9c72410104010087000114ff00f4a413f4a0f2c80b0102012002030002d200dfa5ffff76a268698fe9ffe8e42c5267858f90e785ffe4f6aa6467c444ffb365ffc10802faf0807d014035e7a064b87d804077e7857fc10803dfd2407d014035e7a064b86467cd8903a32b9ba4410803ade68afd014035e7a045ea432b6363796103bb7b9363210c678b64b87d807d8040c249b3e4",
      "data": "b5ee9c7241010101002600004811fd096c0000000000000000000000000000000000000000000000000000000000000000cb78264d",
      "extra_balance": [
        {
          "amount": "1000000000",
          "preview": {
            "decimals": 5,
            "id": 239,
            "image": "https://cache.tonapi.io/images/extra.jpg",
            "symbol": "FMS"
          }
        }
      ],
      "frozen_hash": "088b436a846d92281734236967970612f87fbd64a2cd3573107948379e8e4161",
      "last_transaction_hash": "088b436a846d92281734236967970612f87fbd64a2cd3573107948379e8e4161",
      "last_transaction_lt": 123456789,
      "libraries": [
        {
          "public": true
        }
      ],
      "status": "active",
      "storage": {
        "due_payment": 567,
        "last_paid": 1720860269,
        "used_bits": 567,
        "used_cells": 567,
        "used_public_cells": 567
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.