POST

https://aptos-mainnet.s.chainbase.online/{api-key}/v1

/
view

Query Parameters

ledger_version
string

Ledger version to get state of account

If not provided, it will be the latest version

Body

application/json
function
string
required

Entry function id is string representation of a entry function defined on-chain.

Format: {address}::{module name}::{function name}

Both module name and function name are case-sensitive.

type_arguments
string[]
required

Type arguments of the function

arguments
any[]
required

Arguments of the function

Response

200 - application/json

The response is of type object[].