Skip to content

Call ABI function

POST
/contract/abi/{id}/call

Call a function from the ABI.

Note: This API is currently in beta and may be subject to changes.

Authorizations

Parameters

Path Parameters

id
required
string format: uuid

UUID of the ABI

Request Body required

object
chainId

The ID of the blockchain.

integer
abiId

The UUID of the ABI.

string format: uuid
walletId

The UUID of the wallet.

string format: uuid
contractAddress

The contract address.

string
methodName

The function to call.

string
paramCollection

Parameters for the function call.

Array<string>

Responses

200

ABI function called successfully.

object
queryId
string format: uuid

400

Bad Request

object
code
integer
500
status
string
INTERNAL_SERVER_ERROR