POST
/
contracts
/
read-contract-function

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json
walletAddress
string

A wallet address is required to read a contract function.

contractAddress
string

The contract address.

functionSignature
string

The function signature.

params
string[]

The function parameters.

returnType
string

The return signature.

Response

200 - application/json
results
any[]

The returned values from the operation.