For the complete documentation index, see llms.txt. This page is also available as Markdown.
Coming Soon

Request an execution

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. For Stellar origins the response includes quote.depositMemo and the deposit transfer must include that memo or the bridge will not settle.

Path parameters
walletstringRequired

Origin wallet identifier. Supports EVM addresses, NEAR accounts, NEAR implicit accounts, Solana base58 public keys, Stellar G-addresses, TON user-friendly addresses (TON requires body.publicKey), and Tron base58 (T...) addresses.

Header parameters
x-api-keystringRequired

API key generated at https://studio.aurora.dev

Body
drybooleanOptionalExample: false
outOperationbooleanOptionalExample: false
publicKeystringOptional

PublicKey is the origin wallet's ed25519 key (ed25519:). Required for TON (address can't yield the pubkey) and must be the wallet's owner key; ignored otherwise.

Example: ed25519:...
typestringOptionalExample: evm
versionstringOptionalExample: 1.0
Responses
200

Dry-run execution quote.

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

Last updated