rocketComing Soon

rectangle-apiRequest an execution

circle-exclamation

Create a quote-backed execution

post

Creates or dry-runs a quote-backed execution. In non-dry mode the response includes the MPC intent payload that the frontend must sign. Bridge-in requests execute steps on the destination EVM chain after the 1click deposit succeeds. Out-operation requests execute steps on the origin EVM chain and transfer the resulting tokens to the 1click deposit address.

Path parameters
walletstringRequired

Origin wallet identifier. Supports EVM addresses, NEAR accounts, NEAR implicit accounts, and Solana base58 public keys.

Body
drybooleanOptionalExample: false
outOperationbooleanOptionalExample: false
typestringOptionalExample: evm
versionstringOptionalExample: 1.0
Responses
chevron-right
200

Dry-run execution quote.

application/json
post
/api/v1/executions/{wallet}

Last updated