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<object>
object
[
"0x123...",
"100"
]
walletId
required

The wallet ID to sign with

string format: uuid
12345678-1234-1234-1234-123456789012
isShared

Whether the deployment is shared, only allowed for FSCO

boolean

The call result

object
txReceipt
required

The transaction receipt id

string

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error