Statements
Deterministic period statement derived from the append-only ledger
GET
/v1/statementsSame 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
walletin query,string(required)periodin query,string(required)formatin query,"json" | "csv"
Responses
200The statement
statementobject(required)content_hashstring(required)exportobject(required)
400Invalid period
Example
curl -X GET https://api.cofferline.com/v1/statements \ -H "authorization: Bearer $TOKEN"