Get smart contract information.
Account address in any form.
Use method from api/v2. Not recommended
GET /api/v3/addressInformation HTTP/1.1 Host: ton-index.nownodes.io X-Api-Key: YOUR_API_KEY Accept: */*
OK
{ "balance": "text", "code": "text", "data": "text", "frozen_hash": "text", "last_transaction_hash": "text", "last_transaction_lt": "text", "status": "text" }