βοΈLimits: Buy Amount & Sell Quantity
1. Get Global Limits (All Providers)
curl --location 'https://api.coindisco.com/api/white-label/v1/aggregated-limits/' --header 'partner-api-key: YOUR_API_KEY'{
"version": 1,
"buy": {
"3": { // currency id (USD for example)
"min_buy": 1,
"max_buy": 30000
},
},
"sell": {
"2": { // cryptocurrency id (ETH for example)
"min_sell": 0.00193,
"max_sell": 62.768
},
}
}2. Get Available Methods with Limits
3. Get Provider-Specific Limits
Last updated