Get smart contract information.
Successful Response
const response = await fetch('https://ton-index.nownodes.io/account?address=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "balance": "text", "code": "text", "data": "text", "last_transaction_lt": "text", "last_transaction_hash": "text", "frozen_hash": "text", "status": "uninit" }