Skip to main content
GET
List supported currencies

Authorizations

apiKey
string
query
required

Your publishable API key, passed as the apiKey query parameter. Publishable keys are prefixed with pk_test_ (sandbox) or pk_live_ (production) and are safe to use in client-side code. Find your keys on the API keys page of the dashboard. See Authentication.

Query Parameters

show
enum<string>

Determines which set of cryptocurrencies to return. enabled shows cryptocurrencies enabled in the partner dashboard. all shows all cryptocurrencies supported by MoonPay. If omitted, the response defaults to enabled cryptocurrencies filtered by the originating IP's geolocation.

Available options:
enabled,
all

Response

Successful response. List of Currencies

id
string

Unique identifier for the currency.

Example:

"6f424585-8936-4eb1-b01e-443fb306d1f5"

createdAt
string

Time at which the object was created. Returned as an ISO 8601 string.

Example:

"2019-05-17T18:24:45.206Z"

updatedAt
string

Time at which the object was last updated. Returned as an ISO 8601 string.

Example:

"2019-05-17T18:24:45.206Z"

type
enum<string>

Always fiat

Available options:
fiat
Example:

"fiat"

name
string

The currency's name.

Example:

"Pound Sterling"

code
string

The currency's code.

Example:

"gbp"

precision
number

The currency's precision (number of digits after decimal point).

Example:

2

minBuyAmount
number | null

Represents the minimum transaction buy amount when using this currency as a base currency.

Example:

30

maxBuyAmount
number | null

Represents the maximum transaction buy amount when using this currency as a base currency.

Example:

9000

isSellSupported
boolean

Whether sales for this currency are supported.

Example:

true