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
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).
Fees:
operational_fee
trading_fee
premium
settlement_fee
:
operational_fee
and trading_fee
are tied to the order, premium
fee relates to the transaction (transaction could consist of multiple actions such as new order, cancel order, reduce order etc).
settlement_fee
triggered during contract settlement. It could be produced multiple times per contract.
Cost
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.