Skip to content

Execute a contract deployment method

POST
/v2/contract/deployment/{id}/call

Execute a method on a specific contract deployment.

id
required
string

The deployment ID to call

X-API-Key
string

API Key

X-API-Secret
string

API Secret

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

The call result

object
queryId
required

The query ID

string
12345678-1234-1234-1234-123456789012