Skip to main content

/api/v3/runGetMethod RPC Method

Loading...

Updated on
Nov 27, 2025

/api/v3/runGetMethod RPC Method

Body Parameters

object
object
REQUIRED
Loading...
address
string
Loading...
method
string
Loading...
stack
array
Loading...
type
string
Loading...
value
object
Loading...

Returns

gas_used
integer
Loading...
exit_code
integer
Loading...
stack
array
Loading...
type
string
Loading...
value
string
Loading...
Request
1
curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/api/v3/runGetMethod' \
2
--header 'accept: application/json' \
3
--header 'Content-Type: application/json' \
4
--data '{
5
"address": "EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2",
6
"method": "get_staking_status",
7
"stack": [
8
{
9
"type": "num",
10
"value": "0x12a"
11
}
12
]
13
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free