Accounts

get

Get low-level information about an account taken directly from the blockchain.

Path parameters
account_idstringRequired

account ID

Example: 0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621
Responses
200
raw account
application/json
get
GET /v2/blockchain/accounts/{account_id} HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
  "address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
  "balance": 123456789,
  "extra_balance": {
    "ANY_ADDITIONAL_PROPERTY": "text"
  },
  "code": "b5ee9c72410104010087000114ff00f4a413f4a0f2c80b0102012002030002d200dfa5ffff76a268698fe9ffe8e42c5267858f90e785ffe4f6aa6467c444ffb365ffc10802faf0807d014035e7a064b87d804077e7857fc10803dfd2407d014035e7a064b86467cd8903a32b9ba4410803ade68afd014035e7a045ea432b6363796103bb7b9363210c678b64b87d807d8040c249b3e4",
  "data": "b5ee9c7241010101002600004811fd096c0000000000000000000000000000000000000000000000000000000000000000cb78264d",
  "last_transaction_lt": 123456789,
  "last_transaction_hash": "088b436a846d92281734236967970612f87fbd64a2cd3573107948379e8e4161",
  "frozen_hash": "088b436a846d92281734236967970612f87fbd64a2cd3573107948379e8e4161",
  "status": "active",
  "storage": {
    "used_cells": 567,
    "used_bits": 567,
    "used_public_cells": 567,
    "last_paid": 567,
    "due_payment": 567
  },
  "libraries": [
    {
      "public": true,
      "root": "text"
    }
  ]
}

Revision created

GitBook: No commit message