curl --request GET \
--url 'https://api.moonpay.com/v3/currencies?apiKey='[
{
"id": "6f424585-8936-4eb1-b01e-443fb306d1f5",
"createdAt": "2019-05-17T18:24:45.206Z",
"updatedAt": "2019-05-17T18:24:45.206Z",
"type": "fiat",
"name": "Pound Sterling",
"code": "gbp",
"precision": 2,
"minBuyAmount": 30,
"maxBuyAmount": 9000,
"isSellSupported": true
}
]Returns the list of currencies supported by MoonPay.
curl --request GET \
--url 'https://api.moonpay.com/v3/currencies?apiKey='[
{
"id": "6f424585-8936-4eb1-b01e-443fb306d1f5",
"createdAt": "2019-05-17T18:24:45.206Z",
"updatedAt": "2019-05-17T18:24:45.206Z",
"type": "fiat",
"name": "Pound Sterling",
"code": "gbp",
"precision": 2,
"minBuyAmount": 30,
"maxBuyAmount": 9000,
"isSellSupported": true
}
]Documentation Index
Fetch the complete documentation index at: https://dev.moonpay.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
enabled, all Successful response — List of Currencies
Unique identifier for the currency.
"6f424585-8936-4eb1-b01e-443fb306d1f5"
Time at which the object was created. Returned as an ISO 8601 string.
"2019-05-17T18:24:45.206Z"
Time at which the object was last updated. Returned as an ISO 8601 string.
"2019-05-17T18:24:45.206Z"
Always fiat
fiat "fiat"
The currency's name.
"Pound Sterling"
The currency's code.
"gbp"
The currency's precision (number of digits after decimal point).
2
Represents the minimum transaction buy amount when using this currency as a base currency.
30
Represents the maximum transaction buy amount when using this currency as a base currency.
9000
Whether sales for this currency are supported.
true