Skip to main content
GET
/
api
/
v3
/
addressBook
Get address book
curl --request GET \
  --url https://toncenter.com/api/v3/addressBook
{}

Query Parameters

address
string[]
required

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

Response

Address book entries keyed by raw address.

Dictionary mapping raw account addresses to their human-readable forms. Keys are raw addresses (hex), values are AddressBookRow objects with the user-friendly base64url form, detected interfaces, and DNS domain.

{key}
object

A single address book entry providing the user-friendly address form, detected smart contract interfaces, and associated DNS domain name (if any).