TON CenterAPI referenceLegacy (v2)
Get address information
Get smart contract information.
Query Parameters
address*string
Account address in any form.
use_v2?boolean
Use method from api/v2. Not recommended
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/api/v3/addressInformation?address=EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs"{
"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