/lib/limits/sell
Get sell limits for all crypto-fiat pairs
Responses
- application/json
- application/json
- application/json
- application/json
Request Example for get/lib/limits/sell
curl https://sandbox-api.mrcr.io/v1.6/lib/limits/sell
{
"status": 200,
"data": [
{
"network": "ethereum",
"crypto": "ETH",
"fiat": "EUR",
"fiat_limits": {
"min": "10.00",
"max": "10000.00"
},
"crypto_limits": {
"min": "0.001",
"max": "100.00"
}
}
]
}