Execute a contract deployment method
POST /v2/contract/deployment/{id}/call
POST
/v2/contract/deployment/{id}/call
Execute a method on a specific contract deployment.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
The deployment ID to call
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"]
walletId
required
The wallet ID to sign with
string
12345678-1234-1234-1234-123456789012
isShared
Whether the deployment is shared, only allowed for FSCO
boolean
Responses
Section titled “ Responses ”The call result
object
queryId
required
The query ID
string
12345678-1234-1234-1234-123456789012