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

Request steps execution

Create a steps-only execution

post

Creates or dry-runs an execution without a 1click quote. The intermediary is expected to already hold the destination token. Non-dry requests include a signing payload in result.details.

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, and Tron base58 (T...) addresses.

Body
destinationAssetstringOptionalExample: nep141:base-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.omft.near
drybooleanOptionalExample: false
publicKeystringOptional

PublicKey is the origin wallet's ed25519 key. Required for TON; ignored otherwise.

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

Dry-run steps-only execution estimate.

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

Last updated