{
"accounts": [
{
"account_state_hash": "text",
"address": "text",
"balance": "text",
"code_boc": "text",
"code_hash": "text",
"data_boc": "text",
"data_hash": "text",
"extra_currencies": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"frozen_hash": "text",
"last_transaction_hash": "text",
"last_transaction_lt": "0",
"status": "text"
}
],
"address_book": {
"ANY_ADDITIONAL_PROPERTY": {
"domain": "text",
"user_friendly": "text"
}
},
"metadata": {
"ANY_ADDITIONAL_PROPERTY": {
"is_indexed": true,
"token_info": [
{
"description": "text",
"extra": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"image": "text",
"name": "text",
"symbol": "text",
"type": "text"
}
]
}
}
}