Execute Swap
Direct execution flow: validates wallet, fetches token metadata, builds task request, and submits to task service. No plan_storage dependency.
Documentation Index
Fetch the complete documentation index at: https://docs.shuriken.trade/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use Authorization: Bearer <jwt> for user auth or Authorization: Bearer sk_{keyId}_{secret} for API key auth.
Body
POST /api/v2/swap/execute request body
Direct execution: accepts all params, gets fresh quote, creates task. Matches Jupiter/1inch pattern (no plan_storage dependency).
Amount in base units (e.g., lamports for SOL, wei for EVM)
Chain identifier: "solana", "base", "bsc"
Token address to sell
Token address to buy
Shuriken wallet ID to use for the swap
Slippage tolerance in basis points (default: 100 = 1%)