Skip to main content

query-{call_function} RPC Method

Loading...

Updated on
Oct 04, 2023

query-{call_function} RPC Method

Parameters

request_type
string
Loading...
finality
string
Loading...
block_id
int/string
Loading...
account_id
string
Loading...
method_name
string
Loading...
args_base64
string
Loading...

Returns

block_height
Loading...
block_hash
Loading...
logs
Loading...
result
array
Loading...
Request
1
curl https://docs-demo.near-mainnet.quiknode.pro/ \
2
--request POST \
3
--header "Content-Type: application/json" \
4
--data '{"jsonrpc":"2.0","id":1,"method":"query","params":{"request_type":"call_function","finality":"final","account_id":"wrap.near","method_name":"ft_total_supply","args_base64":"e30="}}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free