Balance Dashboard
The Balance Dashboard in CRYMBO Connect provides administrators and finance teams with real-time visibility into account-level balances across fiat and crypto assets. It supports operational tracking, reconciliation, and export capabilities.
📋 Features​
- Institutional and per-user balance visibility
- Support for multiple currencies
- Fiat and crypto holdings overview
- Filter by user, currency, and date range
- Export to CSV for compliance and auditing
📥 Get Balances​
Endpoint:
GET /balances
Returns a list of current balances for all users.
📈 Dashboard Metrics​
Endpoint:
GET /gateway/api/stats/dashboard
Query Parameters:
from_date
: Start of range (e.g.2025-02-01
)to_date
: End of range (e.g.2025-02-10
)
Provides aggregate statistics across balance changes, user activity, and system volume for the selected period.
🧮 Balance Breakdown​
Endpoint:
GET /stats/balance
Returns a detailed breakdown of balances by currency and account.
To get a filtered view by account:
Endpoint:
POST /stats/balance/list
Payload Example:
{
"CIDS": [97253985564]
}
📤 Balance Import (Admin only)​
Preview CSV Upload:
POST /balances/import/preview
Store Imported Balances:
POST /balances/import/store
Used to manually import fiat balance data from external accounting tools or previous systems.