Coming Soon
Request an execution
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:
falseoutOperationbooleanOptionalExample:
falsepublicKeystringOptionalExample:
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.
ed25519:...typestringOptionalExample:
evmversionstringOptionalExample:
1.0Responses
200
Dry-run execution quote.
application/json
201
Execution created and paired transaction prepared.
application/json
400
Bad Request
application/json
401
Missing or invalid api token
application/json
409
Conflict
application/json
500
Internal Server Error
application/json
502
Bad Gateway
application/json
post/api/v1/executions/{wallet}
Last updated
