Retrieve wallet information. This method parses contract state and currently supports more wallet types than getExtendedAddressInformation: simple wallet, standart wallet, v3 wallet, v4 wallet.
Successful Response
const response = await fetch('https://ton.nownodes.io/getWalletInformation?address=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": false, "result": "text", "error": "text", "code": 0 }