TON CenterAPI referenceAccounts
Address book
Query the address book.
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=EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs"{
"property1": {
"domain": "string",
"interfaces": [
"string"
],
"user_friendly": "string"
},
"property2": {
"domain": "string",
"interfaces": [
"string"
],
"user_friendly": "string"
}
}{
"code": 0,
"error": "string"
}Last updated on