gethttps://api-sandbox.circle.com/v1/exchange/fxConfigs/dailyLimits
Returns daily currency exchange limits and usages.
1{
2 "data": {
3 "dailyLimits": {
4 "EURC": {
5 "limit": "1000000.00",
6 "usage": "0.00",
7 "available": "1000000.00"
8 },
9 "MXN": {
10 "limit": "1000000.00",
11 "usage": "0.00",
12 "available": "1000000.00"
13 },
14 "USDC": {
15 "limit": "1000000.00",
16 "usage": "0.00",
17 "available": "1000000.00"
18 },
19 "BRL": {
20 "limit": "1000000.00",
21 "usage": "0.00",
22 "available": "1000000.00"
23 }
24 }
25 }
26}