Get swap route statuses for a deposit customer
DEPOSITS
Get Swap Route Statuses (Deposit Customer)
Returns per–from-currency swap route availability for the deposit linked to a deposit customer token. Use available to hide currencies without a working swap path.
GET
Get swap route statuses for a deposit customer
Note: When using the production environment at moonpay.hel.io, set your API endpoint to
api.hel.io/v1 and generate API keys there. For the development environment, use api.dev.hel.io/v1 and generate API keys from moonpay.dev.hel.io.Filtering by availability
The responsedata array includes every tracked route; each object has an available boolean. To show only currencies that currently have a usable swap path into the deposit’s payout asset, omit entries where available is false (for example in JavaScript: data.filter((item) => item.available)).
available reflects the latest route checks on the server; the endpoint may be cached for a short window (~30 seconds).