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"
}Returns an object containing minimum and maximum buy amounts including or excluding fees for base and quote currencies.
It takes into account the payment method if it’s provided, otherwise it defaults to the payment method with the lowest fees.
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.
The code of the cryptocurrency of interest from the currencies list with type=crypto
Show child attributes
Successful response — Crypto Currency limits
Show child attributes
Show child attributes
The transaction's payment method.
ach_bank_transfer, credit_debit_card, paypal, gbp_bank_transfer, gbp_open_banking_payment, pix_instant_payment, sepa_bank_transfer "credit_debit_card"