BINKDocs
HelpDashboard

Treasury

/docs/global/treasuryGlobal

Treasury analytics turn your raw balance and transaction history into liquidity intelligence — cashflow forecasting, FX exposure, and an overall health score, without you having to compute any of it yourself.

Available analytics

GET

/treasury/analytics/bundle

A single call bundling the KPIs, liquidity, and cashflow views below — the one to call for a dashboard.

GET

/treasury/analytics/health

An overall treasury health score, computed from liquidity buffer, concentration, and FX exposure.

GET

/treasury/analytics/kpis

Headline numbers: total balance, runway, and net position trend.

GET

/treasury/analytics/liquidity

How much of your balance is immediately available versus pending or reserved.

GET

/treasury/analytics/cashflow/bundle

Forecasted cash in/out over the coming weeks, based on historical patterns.

GET

/treasury/analytics/alerts

Active alerts — e.g. a currency concentration or low-liquidity warning.

Example: health score

json
{
 "score": 82,
 "grade": "STRONG",
 "signals": {
 "liquidityBuffer": "HEALTHY",
 "currencyConcentration": "MODERATE",
 "fxExposure": "LOW"
 }
}

Was this page helpful?