Statements

List available monthly account statements. Filter server-side rather than paging and filtering client-side.

get/statements

Query parameters

limitstring

Page size, 1–100 (default 25).

Page size, 1–100 (default 25).

cursorstring

Opaque cursor from a prior response nextCursor.

Opaque cursor from a prior response nextCursor.

accountstring

Only this account: its id from GET /v1/accounts.

Only this account: its id from GET /v1/accounts.

monthstring

Only this statement month, YYYY-MM.

Only this statement month, YYYY-MM.

yearstring

Only this statement year, YYYY.

Only this statement year, YYYY.

Response

A page of statements.

nextCursorstring nullable required

Pass back as ?cursor for the next page; null on the last page.

Changes