Contracts
Read a contract function
Read any function of a smart contract.
POST
/
contracts
/
read-contract-function
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Body
application/json
A wallet address is required to read a contract function.
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.
Response
200 - application/json
The returned values from the operation.
Was this page helpful?