GET
/api/v2/dashboard/dual-balanceGET /api/v2/dashboard/dual-balance
Authentication
Send your API key in the x-api-key header on every request.
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| Enabled | boolean | No | |
| WhitelabelName | string | No | |
| Status | string | No | |
| TotalUsd | unknown | No | |
| AvailableUsd | unknown | No | |
| LastUpdatedAt | string (date-time) | No | |
| FundingEligible | boolean | No | |
| Message | string | No | |
| Balances | array of DualBalanceAssetBalance | No | |
| Cards | array of DualBalanceCardOption | No |
Example request
curl -X GET "https://{base_url}/api/v2/dashboard/dual-balance" \
-H "x-api-key: YOUR_API_KEY"This page is generated from the live OpenAPI specification and always matches the current API.