Call View Function
Read data from a view function on a smart contract
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
chainId
The chain ID for the network
functionSignature
The human readable ABI function signature you want to call
contractAddress
The contract address to read from
args
(Optional) The function arguments if any. The keys are the argument names or index from the provided function signature and the values are the argument values
Response
This endpoint returns any.