Swapped.com Documentation
  • Swapped Ramp
    • 🚀On-ramp Integration
      • 🔗iFrame initialization
      • 💳Test Credentials
      • ⚙️Sandbox Environment
      • 🤝Onramp Aggregator Partners
    • 🚀Off-ramp integration
      • 🔗iFrame initialization
      • ⚙️Sandbox Environment
      • 🪙Supported Payout methods
  • 💻Misc
    • 🎯Endpoints
      • 💳Get Payment Methods
      • 🟢Get Payment Status
      • 📘Get Transactions
      • 📈Get Current Price
      • ⚖️Get Minimum Amount
      • Get supported
    • 🪙Supported Cryptocurrencies
    • 💵Supported Fiat Currencies
    • 🗣️Supported languages
    • 🚨Order Notification Retry Policy
    • 💬Order Notifications
    • FAQ
  • Swapped Connect
    • 🚀Connect Integration
      • 🔗iFrame Initialization
      • 🤝Supported Connections
Powered by GitBook
On this page
  1. 💻Misc
  2. 🎯Endpoints

⚖️Get Minimum Amount

Need help with your integration? Click here to chat with our custom GPT for instant answers.

All minimum accepted amounts for each fiat currency can be retrieved with a GET request. Please note these values are cached for 10 minutes.

URL: https://widget.swapped.com/api/v1/merchant/get_min_amount

Response example:

{
  "success": true,
  "data": {
    "EUR": 7,
    "GBP": 6,
    "BRL": 43,
    "RON": 35,
    "NOK": 83,
    "MYR": 34
  }
}
PreviousGet Current PriceNextGet supported

Last updated 3 months ago