Skip to main content
GET
“You picked X — Y would net you more.” Prices the same source amount into a handful of alternative destinations and returns only those that are materially better. Purely advisory: nothing changes, and an alternative that cannot be priced is simply absent. Ranking is by what you receive, not by our commission: the platform fee is driven by the source chain and is near-identical across destinations, while the destination chain’s execution cost is deducted from the output. At most 3 alternatives are returned, sorted by savingPct descending, and anything under a 0.25 % improvement is suppressed as noise — an empty alternatives array means “your pick is already fine”.

Authorization

Dual auth — a secret API key with the conversions:read scope, or a dashboard JWT with the conversions:view permission. Dashboard sessions must belong to a merchant_admin, merchant_member or super_admin role; API-key callers are gated by scope only. See the Authentication guide. Rate limit: 3/min.
Treat an empty alternatives array as a positive answer — the user’s pick is already fine. Only render an upsell when an alternative is present; sub-0.25 % improvements are already suppressed server-side as noise.

Query parameters

string
required
Source currency ticker.
string
required
The destination you picked — alternatives are compared against it.
string
required
Same positive-decimal pattern as /quote (^\d{1,30}(\.\d{1,30})?$).

Response fields

string
The destination you picked.
array
Materially better destinations, sorted by savingPct descending (max 3; improvements under 0.25 % suppressed). Empty means your pick is already fine.

Errors

See also