Get a Bakkt bank account statement

Returns a link to download a PDF statement for the user's Bakkt bank account. Data comes from General Ledger (Blnk-style period_start/period_end when date_from/date_to are set; see Blnk statement guide). Supports flexible period via date_from and date_to (YYYY-MM-DD), max 366 days. Compliance: immutable snapshot once generated. Default: HTTP 501 until GL exposes GLGetAccountStatement. Set Lambda env GL_BAKKT_STATEMENT_ENABLED=true when GL is wired; then returns 200 with { url }. Omit dates for backend-defined default period when GL supports it. Merchant/API key with user_uuid in path.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Query Params
uuid
required

Bakkt bank account UUID

date
^\d{4}-\d{2}-\d{2}$

Start of statement period, YYYY-MM-DD (optional). If present, date_to must also be present and >= date_from; period <= 366 days.

date
^\d{4}-\d{2}-\d{2}$

End of statement period, YYYY-MM-DD (optional). If present, date_from must also be present; date_to >= date_from; period <= 366 days.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json