curl --request GET \
--url https://tonapi.io/v2/blockchain/accounts/{account_id}/inspect{
"code": "<string>",
"code_hash": "<string>",
"methods": [
{
"id": 123,
"method": "get_something"
}
],
"compiler": "func",
"disassembled_code": "<string>"
}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"
}
],
"compiler": "func",
"disassembled_code": "<string>"
}account ID
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
Was this page helpful?