List transactions for the authenticated tenant, with filters.
curl "https://api.geldstuck.com/v1/transactions?status=funded&limit=50" \ -H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \ -H "x-api-secret: $GELDSTUCK_SECRET_KEY"
{ "data": [ { "id": "tx_01HX3ZM...", "status": "funded", "amount": 1850000, "currency": "EUR", "title": "1972 Rolex Submariner", "createdAt": "2026-04-22T11:00:00.000Z" } ], "hasMore": false, "nextCursor": null }
created
invited
accepted
funded
released
refunded
disputed
deleted