Create Swap
Executes a swap from the account’s wallet. Runs asynchronously; poll GET /swaps/ for status.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
255"d9105228-4a08-46b1-8b91-42fed586d383"
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.
Maximum slippage tolerance in basis points.
Destination chain name or chain ID. Defaults to the destination token's chain when omitted.
Response
swap created
Account ID that owns the wallet used for the swap.
Swap ID. Poll GET /swaps/:id for status.
swap Initial swap status.
Expected destination token amount.
Minimum destination amount after slippage.
Quoted exchange rate used to create the swap.
Destination chain for the swap.

