Share your GetBlock experience with other devs and get 5M RPCs

banner image

Last updated on January 1, 1970

1 min read

Method /runGetMethod Ton (TON)
connect with JSON-RPC protocol

/runGetMethod

info-circle-fill

Run get method on smart contract.

Parameters

address - body

string, required

contract address

method - body

integer or string, required

Method name or method id

stack - body

required

array of elements in format '[["num", int], ["cell", cell_object], ["slice", slice_object]]'

Request

curl --location --request POST 'https://ton.getblock.io/mainnet/rest/runGetMethod?' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{}'
banner icon

Start Building with GetBlock RPCs for Free