Call Deployment Function
POST /contract/deployment/{id}/call
POST
/contract/deployment/{id}/call
Call a function on the deployed contract.
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 deployment
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
Deployment function called successfully.
object
queryId
string format: uuid
400
Bad Request
object
code
integer
500
status
string
INTERNAL_SERVER_ERROR