# Paid out dividends Rate Limit: 6 requests per 1 minute Endpoint: GET /api/v0/history/dividends Version: v0 Security: authWithSecretKey ## Query parameters: - `cursor` (integer) Pagination cursor - `ticker` (string) Ticker filter - `limit` (integer) Max items: 50 Example: 21 ## Response 200 fields (application/json): - `items` (array) - `items.amount` (number) In account currency - `items.amountInEuro` (number) - `items.grossAmountPerShare` (number) In instrument currency - `items.paidOn` (string) - `items.quantity` (number) - `items.reference` (string) - `items.ticker` (string) - `items.type` (string) - `nextPagePath` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 408 fields ## Response 429 fields