Explorer
Read Contract Data (Aptos)
Read data from a smart contract on a specified network. The API returns the data from the contract based on the input parameters. Supports both EVM and Aptos networks. Below is an example for Aptos.
Check out the readContractData
API template script for more details.
Authorization
Authorization
RequiredBearer <token>In: header
Request Body
application/json
Requiredcaip2id
RequiredstringCaip2id of the network on which to read the contract data
data
RequiredobjectContract Read Data
Contract data read successfully