get https://api.cvex.trade/v1/portfolio/history/transactions
This endpoint provides a detailed transaction history for a user's account, encompassing all financial movements such as deposits, withdrawals, profits, and fees:
Types of events:
- deposit: Funds are added to the account.
- withdraw: Funds are withdrawn from the account.
- realized_profit: Net profits or losses realized from trading activities (can be negative).
- fee_payment: Fees paid for services on the platform.
Undocumented
Fee payment types are not documented yet.
Each set of 100 returned events costs 1 API credit, with costs rounding up. The maximum number of events that can be returned in a single request is 1'000.