API Reference

List all balances

gethttps://api-sandbox.circle.com/v1/businessAccount/balances

  • Reference
  • Playground

Retrieves the balance of funds that are available for use.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "available": [
4      {
5        "amount": "3.14",
6        "currency": "USD"
7      }
8    ],
9    "unsettled": [
10      {
11        "amount": "3.14",
12        "currency": "USD"
13      }
14    ]
15  }
16}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.