Skip to main content
POST
/
api
/
v3
/
runGetMethod
Run smart contract get-method
curl --request POST \
  --url https://toncenter.com/api/v3/runGetMethod \
  --header 'Content-Type: application/json' \
  --data '{
  "address": "<string>",
  "method": "<string>",
  "stack": [
    {
      "type": "<string>",
      "value": "<any>"
    }
  ]
}'
{
  "address": "<string>",
  "method": "<string>",
  "stack": [
    {
      "type": "<string>",
      "value": "<any>"
    }
  ]
}

Body

application/json

Run Get-method request

address
string
method
string
stack
object[]

Response

OK

address
string
method
string
stack
object[]
I