βš–οΈGet Minimum Amount

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

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_amountarrow-up-right

Response example:

{
  "success": true,
  "data": {
    "EUR": 7,
    "GBP": 6,
    "BRL": 43,
    "RON": 35,
    "NOK": 83,
    "MYR": 34
  }
}
triangle-exclamation

Last updated