Skip to main content

/v1/view REST API Endpoint

Loading...

Updated on
Oct 04, 2023

/v1/view REST API Endpoint

Query Parameters

ledger_version
string
REQUIRED
Loading...

Body Parameters

function
string
REQUIRED
Loading...
type_arguments
string
REQUIRED
Loading...
arguments
string
REQUIRED
Loading...

Returns

result
Loading...
Request
1
curl --request POST \
2
--url https://docs-demo.aptos-mainnet.quiknode.pro/v1/view \
3
--header 'Accept: application/json, application/x-bcs' \
4
--header 'Content-Type: application/json' \
5
--data '{
6
"function": "FUNCTION",
7
"type_arguments": [
8
"string"
9
],
10
"arguments": [
11
null
12
]
13
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free