Skip to main content
GET
/
api
/
money
/
metrics
Return money summary cards
curl --request GET \
  --url https://app.narrativebanking.com/api/money/metrics \
  --header 'Authorization: Bearer <token>'
{
  "asOfDate": "2026-03-03",
  "currency": "EUR",
  "cards": [
    {
      "key": "cash_balance",
      "title": "Cash balance",
      "value": 18542.12
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

asOfDate
string<date>
required

Response

Metrics payload

asOfDate
string<date>
currency
string
cards
object[]