Overview
The History
section is designed to retrieve the history of wallet and card operations. It provides endpoints to fetch information about various types of operations including wallet funding, transfers, currency exchanges, card-related transactions, and more.
-
GET /v2/history/operations: This endpoint is used to retrieve the history of wallet operations. It allows filtering operations by type and currency. Parameters for filtering include operation type (typeFilter), currency (currencyFilter), offset, and page size (size). The response includes details about each operation such as operation ID, date, status, and specific operation models like currency exchange, cryptocurrency receipt, card top-ups, etc.
-
GET /v2/history/card/{cardId}: This endpoint is utilized to retrieve the history of card operations. It allows fetching information about various operations associated with a specific card. Parameters include the card identifier (cardId), offset, and page size. The response includes details about each operation, including operation ID, date, status, and different operation models such as card top-ups, payment authorizations, ATM withdrawals, balance inquiries, etc.