Call a contract method using ABI
POST /v2/contract/abi/{id}/call
POST
/v2/contract/abi/{id}/call
Call a contract method using a specific ABI.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
The ABI ID to use
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
methodName
required
The method name
string
transfer
paramCollection
required
The parameters for the method
Array<string>
[ "0x123...", "100"]
chainId
required
The chain ID
number
1
contractAddress
required
The contract address
string
0x123...
walletId
required
The wallet ID to sign with
string
wallet-123
isShared
Whether the ABI is shared
boolean
Responses
Section titled “ Responses ”The call result
object
queryId
required
The query ID
string
12345678-1234-1234-1234-123456789012