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.
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.data 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).