Statements

Deterministic period statement derived from the append-only ledger

GET/v1/statements

Same wallet+period always yields byte-identical content (and hash) for a fixed ledger range. format=csv returns the balance table as CSV. Exports are immutable content-addressed R2 objects.

Parameters

  • wallet in query, string (required)
  • period in query, string (required)
  • format in query, "json" | "csv"

Responses

200The statement

  • statement object (required)
  • content_hash string (required)
  • export object (required)

400Invalid period

Example

curl -X GET https://api.cofferline.com/v1/statements \
  -H "authorization: Bearer $TOKEN"