What you can do
- Get a quote for a swap before committing
- Execute a swap between supported assets
- Swap from both master wallets and child addresses
Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /wallets/{walletId}/swap/quote | Get swap quote from master wallet |
POST | /wallets/{walletId}/swap | Execute swap from master wallet |
POST | /wallets/{walletId}/addresses/{addressId}/swap/quote | Get swap quote from child address |
POST | /wallets/{walletId}/addresses/{addressId}/swap | Execute swap from child address |
Full API Reference
View all swap endpoints in the API Reference tab.

