Skip to main content
GET
/
v1
/
ledger
/
dashboard-currencies
Currencies to display on this workspace's dashboard
curl --request GET \
  --url https://api.example.com/v1/ledger/dashboard-currencies \
  --header 'Authorization: Bearer <token>'
{
  "currencies": [
    "NGN",
    "USD"
  ]
}

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Response

Resolved dashboard currency codes for the workspace.

currencies
string[]
required

Currency codes whose balance cards should render on this workspace's dashboard, resolved from its client group (or the platform default for ungrouped workspaces). Display-only: this does not gate deposits, payouts, or holding a currency.

Example:
["NGN", "USD"]