TONTONDocs
TON CenterV3Apiv2

applications/api/toncenter/v3/apiv2/get-address-information

GET
/api/v3/addressInformation

Query Parameters

address*string

Account address in any form.

use_v2?boolean

Use method from api/v2. Not recommended

Defaulttrue

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v3/addressInformation?address=string"
{
  "balance": "string",
  "code": "string",
  "data": "string",
  "frozen_hash": "string",
  "last_transaction_hash": "string",
  "last_transaction_lt": "string",
  "status": "string"
}
{
  "code": 0,
  "error": "string"
}

Last updated on