Skip to main content
GET
/
v3
/
currencies
/
{currencyCode}
/
limits
Get Crypto Currency limits
curl --request GET \
  --url 'https://api.moonpay.com/v3/currencies/{currencyCode}/limits?apiKey='
{
  "quoteCurrency": {
    "code": "btc",
    "minBuyAmount": 0.00056,
    "maxBuyAmount": 0.20994
  },
  "baseCurrency": {
    "code": "gbp",
    "minBuyAmount": 30,
    "maxBuyAmount": 9000
  },
  "paymentMethod": "credit_debit_card"
}

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.

Authorizations

apiKey
string
query
required

Path Parameters

currencyCode
string
required

The code of the cryptocurrency of interest from the currencies list with type=crypto

Query Parameters

query
object
required

Response

Successful response — Crypto Currency limits

quoteCurrency
object
baseCurrency
object
paymentMethod
enum<string>

The transaction's payment method.

Available options:
ach_bank_transfer,
credit_debit_card,
paypal,
gbp_bank_transfer,
gbp_open_banking_payment,
pix_instant_payment,
sepa_bank_transfer
Example:

"credit_debit_card"