Fetches paginated transactions.
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | No | Default: 20, max: 100. |
| cursor | string | No | Pagination. |
| type | string | No | "debit" or "credit". |
| status | string | No | "pending", "failed", "successful". |
| wallet_id | string | No | Filter by wallet. |
| start_date | string | Cond. | YYYY-MM-DD HH:mm:ss (with end_date). |
| end_date | string | Cond. | YYYY-MM-DD HH:mm:ss (with start_date). |
| wallet_type | string | No | "api", "expense". |
| minimum_amount | integer | No | Amount range filter. |
| maximum_amount | integer | No | Amount range filter. |
| category | string | No | "p2p", "bank-inflow", etc. |
curl -X GET "https://api.piggyvest.business/api/v1/transaction?limit=20" \\-H "Authorization: Bearer YOUR_SECRET_KEY"Success Response (200): (Paginated transactions list.)