βοΈGet Minimum Amount
{
"success": true,
"data": {
"EUR": 7,
"GBP": 6,
"BRL": 43,
"RON": 35,
"NOK": 83,
"MYR": 34
}
}Last updated
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
}
}All /merchant/ endpoints are subject to a global rate limit of 100 requests per second. Exceeding this limit may result in throttling.
Last updated