get https://api.cvex.trade/v1/portfolio/history/positions
This endpoint provides a detailed list of events related to changes in a account's trading positions on the platform.
Types
position_created
: Marks the creation of a new position in a specific contract.position_increased
: Reflects the addition of contracts to an existing position, increasing the position's size.position_decreased
: Represents the reduction of contracts from a position, decreasing the position's size.position_closed
: Indicates the complete closure of an existing position.position_settled
: Marks the closure of a position as associated contract is settled.position_liquidated
: Indicates forced closure of a position due to margin requirements not being met.position_deleveraged
: Describes forced reduction of a position size to decrease risk exposure.
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.