curl --request GET \
--url https://tonapi.io/v2/blockchain/accounts/{account_id}/inspect{
"code": "<string>",
"code_hash": "<string>",
"methods": [
{
"id": 123,
"method": "get_something"
}
],
"disassembled_code": "<string>",
"source": {
"files": [
{
"name": "<string>",
"content": "<string>",
"is_entrypoint": false,
"is_std_lib": false,
"include_in_command": false
}
]
}
}Blockchain account inspect
curl --request GET \
--url https://tonapi.io/v2/blockchain/accounts/{account_id}/inspect{
"code": "<string>",
"code_hash": "<string>",
"methods": [
{
"id": 123,
"method": "get_something"
}
],
"disassembled_code": "<string>",
"source": {
"files": [
{
"name": "<string>",
"content": "<string>",
"is_entrypoint": false,
"is_std_lib": false,
"include_in_command": false
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://tonapi.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
account ID
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
Was this page helpful?