> For the complete documentation index, see [llms.txt](https://apidocs.onekeypayments.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.onekeypayments.com/api-reference/reconciliation-api/retrieve-information/get-actual-balance.md).

# Get actual balance

## Total Available Balance Endpoint

> Retrieve the details of your Total Available Balance.

```json
{"openapi":"3.0.0","info":{"title":"Reconciliation API - Total Available Balance Endpoint","version":"1.0.0"},"servers":[{"url":"https://merchants-api.onekeypayments.com/v1","description":"Production Server"},{"url":"https://merchants-api-stg.onekeypayments.com/v1","description":"Staging Server"}],"security":[{"bearerAuth":[]},{"cookieAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"},"cookieAuth":{"type":"apiKey","in":"cookie","name":"BEARER_TOKEN"}},"schemas":{"Balance":{"type":"object","properties":{"currency":{"type":"string"},"data":{"$ref":"#/components/schemas/BalanceData"},"type":{"type":"string"}}},"BalanceData":{"type":"object","properties":{"totalBalance":{"type":"number","format":"float"},"availableBalance":{"type":"number","format":"float"},"depositSettlementPeriod":{"type":"number","format":"float"},"accountNumber":{"type":"string"},"rollingReserveBalance":{"type":"integer"},"usableBalance":{"type":"number","format":"float"}}}}},"paths":{"/balance":{"get":{"summary":"Total Available Balance Endpoint","description":"Retrieve the details of your Total Available Balance.","operationId":"getTotalBalance","tags":["Balance & Reports"],"responses":{"200":{"description":"Total available balance.","content":{"application/json":{"schema":{"type":"object","properties":{"balances":{"type":"array","items":{"$ref":"#/components/schemas/Balance"}}}}}}}}}}}}
```
