Skip to main content

getMoonPayCurrencies

Fetches the list of crypto currencies supported by MoonPay for a given chain and network, filtered to active currencies only. Use this to build a token picker before generating a MoonPay onramp URL with getMoonPayUrl. Requires a MoonPay onramp to be enabled and configured for your environment in the Dynamic dashboard.

Usage

Parameters

Returns

Promise<MoonPayCurrency[]> - A promise that resolves to an array of supported MoonPay currencies. Returns an empty array if none are available.

Examples

React

Check if a token is supported

Errors

Prerequisites

  • MoonPay must be enabled and configured as an onramp provider for your environment in the Dynamic dashboard.
Last modified on June 29, 2026