# Transaction list Rate Limit: 6 requests per 1 minute Fetch superficial information about movements to and from your account Endpoint: GET /api/v0/history/transactions Version: v0 Security: authWithSecretKey ## Query parameters: - `cursor` (string) Pagination cursor - `time` (string) Retrieve transactions starting from the specified time - `limit` (integer) Max items: 50 Example: 21 ## Response 200 fields (application/json): - `items` (array) - `items.amount` (number) In the account currency - `items.dateTime` (string) - `items.reference` (string) ID - `items.type` (string) Enum: "WITHDRAW", "DEPOSIT", "FEE", "TRANSFER" - `nextPagePath` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 408 fields ## Response 429 fields