Export transactions (csv/xlsx/pdf) with filters applied
Authorizations
Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.
Developer API key (fl_dev_...). Required on every API call with a machine access token.
First-party client audience. Must match the fluide_client_id claim on the JWT. Use fluide-developer for Connect.
Query Parameters
Free-text search (endpoint-specific)
200Page number (1-indexed)
x >= 1Max rows to export (server-capped)
1 <= x <= 10000Sort in the format field:direction (e.g. createdAt:desc)
50Filter transactions created on/after this date (ISO string)
Filter transactions created on/before this date (ISO string)
CREDIT, DEBIT PENDING, COMPLETED, FAILED, REVERSED ISO currency code (e.g. USD)
3Filter to a specific wallet id
Filter to an exact reference
100Filter to an exact provider reference
255Export format
csv, xlsx, pdf