Inspect

get

Blockchain account inspect

Path parameters
account_idstringRequired

account ID

Example: 0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621
Responses
200
blockchain account inspect
application/json
get
GET /v2/blockchain/accounts/{account_id}/inspect HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
  "code": "text",
  "code_hash": "text",
  "methods": [
    {
      "id": 1,
      "method": "get_something"
    }
  ],
  "compiler": "func"
}