Returns an address book for given address list.
Successful Response
const response = await fetch('https://ton-index.nownodes.io/addressBook?address=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "detail": [ { "loc": [ "text" ], "msg": "text", "type": "text" } ] }