Get liability report
Returns outstanding liability as of a point in time, dimensioned by asset and program, optionally split by bucket.
asset_id, asset_symbol, and scale.
Pass as_of to report on a past moment (omit it for now), and by_bucket=true to split rows into AVAILABLE, HELD, and DEFERRED. Because the ledger is immutable, the same as_of always returns the same answer.
Authorizations
API key passed in the X-API-Key header.
Query Parameters
Report liability as of this point in time (inclusive, RFC3339). Defaults to now.
Filter to liability attributed to a specific program
Filter to a specific asset
When true, break each asset x program row down by bucket (AVAILABLE/HELD/DEFERRED)
Response
Liability report
Point-in-time liability report results
The point in time this report reflects (RFC 3339). Echoes the as_of parameter, or the server time used when as_of was omitted.
"2026-06-30T23:59:59Z"
Liability rows, one per asset x program (x bucket when by_bucket=true) with activity at or before as_of
Pagination metadata for list responses