Contracts
Read a contract function
Read any function of a smart contract.
POST
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Body
application/json
The contract address.
The function signature.
An array containing the values to be passed to the function, in the order they appear in the function signature.
The return signature.
A wallet address is required to read a contract function.
Response
200 - application/json
The returned values from the operation.
Was this page helpful?