Skip to main content
POST
/
api
/
v3
/
runGetMethod
Run 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": "<unknown>"
    }
  ]
}
'
{
  "address": "<string>",
  "method": "<string>",
  "stack": [
    {
      "type": "<string>",
      "value": "<unknown>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://companyname-a7d5b98e-pr-1003-gas-tolk.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
address
string
method
string
stack
object[]

Response

OK

address
string
method
string
stack
object[]