curl --request GET \
--url https://tonapi.io/v2/blockchain/accounts/{account_id}/methods/{method_name}{
"success": true,
"exit_code": 0,
"stack": [
{
"type": "cell",
"cell": "<string>",
"slice": "<string>",
"num": "",
"tuple": []
}
],
"decoded": "<unknown>"
}Execute get method for account
curl --request GET \
--url https://tonapi.io/v2/blockchain/accounts/{account_id}/methods/{method_name}{
"success": true,
"exit_code": 0,
"stack": [
{
"type": "cell",
"cell": "<string>",
"slice": "<string>",
"num": "",
"tuple": []
}
],
"decoded": "<unknown>"
}account ID
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
contract get method name
"get_wallet_address"
Array of method arguments in string format. Supported value formats:
[
"0:9a33970f617bcd71acf2cd28357c067aa31859c02820d8f01d74c88063a8f4d8"
]Was this page helpful?