TONTONDocs
TON CenterV3Accounts

applications/api/toncenter/v3/accounts/address-book

GET
/api/v3/addressBook

Query Parameters

address*array<string>

List of addresses in any form to get address book. Max: 1024.

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v3/addressBook?address=string"
{
  "property1": {
    "domain": "string",
    "interfaces": [
      "string"
    ],
    "user_friendly": "string"
  },
  "property2": {
    "domain": "string",
    "interfaces": [
      "string"
    ],
    "user_friendly": "string"
  }
}
{
  "code": 0,
  "error": "string"
}

Last updated on