GetExtendedAddressInformation

Get Extended Address Information

get

Similar to previous one but tries to parse additional information for known contract types. This method is based on tonlib's function getAccountState. For detecting wallets we recommend to use getWalletInformation.

Authorizations
Query parameters
addressstringRequired

Identifier of target TON account in any form.

Responses
200
Successful Response
application/json
get
GET /getExtendedAddressInformation HTTP/1.1
Host: ton.nownodes.io
X-API-Key: YOUR_API_KEY
Accept: */*
{
  "ok": true,
  "result": "text",
  "error": "text",
  "code": 1
}