Quickstart
Prerequisites
- A small amount of tokens on ANY supported chain.
- A JWT token to avoid the 0.2% fee.
Request a quote
quote.quote.depositAddress (and quote.quote.depositMemo if present). You will use these for deposit and status checks.Send tokens
Transfer tokens to the
depositAddress (on the origin chain) from the quote response. The swap begins automatically upon receipt.Save your transaction hash for optional submission and tracking.Submit transaction hash (optional)
Submitting the transaction hash lets the service detect your deposit faster and start processing sooner.
Monitor status
Poll until
status reaches a terminal state (SUCCESS, REFUNDED, or FAILED).Status values
Status values
| Status | Description |
|---|---|
PENDING_DEPOSIT | Awaiting your token deposit |
KNOWN_DEPOSIT_TX | Deposit transaction detected |
PROCESSING | Swap being executed |
SUCCESS | Tokens delivered to destination address |
INCOMPLETE_DEPOSIT | Deposit below required amount |
REFUNDED | Swap failed, funds returned to refund address |
FAILED | Swap encountered an error |