Get account state
get
Get raw account state
Path parameters
account_idstringRequiredExample:
account ID
0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621
Query parameters
target_blockstringOptionalExample:
target block: (workchain,shard,seqno,root_hash,file_hash)
(-1,8000000000000000,4234234,3E575DAB1D25...90D8,47192E5C46C...BB29)
Responses
200
raw account state
application/json
default
Some error during request processing
application/json
get
GET /v2/liteserver/get_account_state/{account_id} HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
"id": {
"workchain": 4294967295,
"shard": 800000000000000,
"seqno": 30699640,
"root_hash": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
"file_hash": "A6A0BD6608672B11B79538A50B2204E748305C12AA0DED9C16CF0006CE3AF8DB"
},
"shardblk": {
"workchain": 4294967295,
"shard": 800000000000000,
"seqno": 30699640,
"root_hash": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
"file_hash": "A6A0BD6608672B11B79538A50B2204E748305C12AA0DED9C16CF0006CE3AF8DB"
},
"shard_proof": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
"proof": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
"state": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85"
}