curl --request POST \
--url https://toncenter.com/api/v2/runGetMethodStd \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"method": "<string>",
"stack": [
{
"@type": "tvm.stackEntrySlice",
"slice": {
"@type": "tvm.slice",
"bytes": "<string>"
}
}
],
"seqno": 123
}
'