Skip to main content
GET
/
v2
/
blockchain
/
accounts
/
{account_id}
cURL
curl --request GET \
  --url https://tonapi.io/v2/blockchain/accounts/{account_id}
{
  "address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
  "balance": 123456789,
  "last_transaction_lt": 123456789,
  "status": "active",
  "storage": {
    "used_cells": 567,
    "used_bits": 567,
    "used_public_cells": 567,
    "last_paid": 1720860269,
    "due_payment": 567
  },
  "extra_balance": [
    {
      "amount": "1000000000",
      "preview": {
        "id": 239,
        "symbol": "FMS",
        "decimals": 5,
        "image": "https://cache.tonapi.io/images/extra.jpg"
      }
    }
  ],
  "code": "b5ee9c72410104010087000114ff00f4a413f4a0f2c80b0102012002030002d200dfa5ffff76a268698fe9ffe8e42c5267858f90e785ffe4f6aa6467c444ffb365ffc10802faf0807d014035e7a064b87d804077e7857fc10803dfd2407d014035e7a064b86467cd8903a32b9ba4410803ade68afd014035e7a045ea432b6363796103bb7b9363210c678b64b87d807d8040c249b3e4",
  "data": "b5ee9c7241010101002600004811fd096c0000000000000000000000000000000000000000000000000000000000000000cb78264d",
  "last_transaction_hash": "088b436a846d92281734236967970612f87fbd64a2cd3573107948379e8e4161",
  "frozen_hash": "088b436a846d92281734236967970612f87fbd64a2cd3573107948379e8e4161",
  "libraries": [
    {
      "public": true,
      "root": "<string>"
    }
  ]
}

Path Parameters

account_id
string<address>
required

account ID

Example:

"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

Response

raw account

address
string<address>
required
Example:

"0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf"

balance
integer<int64>
required
Example:

123456789

last_transaction_lt
integer<int64>
required
Example:

123456789

status
enum<string>
required
Available options:
nonexist,
uninit,
active,
frozen
Example:

"active"

storage
object
required
extra_balance
object[]
code
string<cell>
Example:

"b5ee9c72410104010087000114ff00f4a413f4a0f2c80b0102012002030002d200dfa5ffff76a268698fe9ffe8e42c5267858f90e785ffe4f6aa6467c444ffb365ffc10802faf0807d014035e7a064b87d804077e7857fc10803dfd2407d014035e7a064b86467cd8903a32b9ba4410803ade68afd014035e7a045ea432b6363796103bb7b9363210c678b64b87d807d8040c249b3e4"

data
string<cell>
Example:

"b5ee9c7241010101002600004811fd096c0000000000000000000000000000000000000000000000000000000000000000cb78264d"

last_transaction_hash
string
Example:

"088b436a846d92281734236967970612f87fbd64a2cd3573107948379e8e4161"

frozen_hash
string
Example:

"088b436a846d92281734236967970612f87fbd64a2cd3573107948379e8e4161"

libraries
object[]