API Reference

Get daily currency exchange limits

gethttps://api-sandbox.circle.com/v1/exchange/fxConfigs/dailyLimits

  • Reference
  • Playground

Returns daily currency exchange limits and usages.

Response
RequestChoose a language
ResponseChoose an example
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}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.