Create Swap
Executes a swap from the account’s wallet. Runs asynchronously; poll GET /swaps/ for status.
Authorizations
An account API key, account scoped JWT, app API key, or user OAuth token.
Body
Business or user account ID (biz_* / user_*).
Source token amount.
Source token contract address or ticker symbol, such as "USDT".
Destination token contract address or ticker symbol, such as "XAUT".
Source chain name or chain ID. Defaults to the source token's chain when omitted.
Destination chain name or chain ID. Defaults to the destination token's chain when omitted.
Maximum slippage tolerance in basis points.
Response
swap created
swap Swap ID. Poll GET /swaps/:id for status.
Account ID that owns the wallet used for the swap.
Initial swap status.
Destination chain for the swap.
Expected destination token amount.
Minimum destination amount after slippage.
Quoted exchange rate used to create the swap.

