GetPositionFeeInfo
Returns the trading fee paid and the rebate accrued so far for one
specific position, identified by the composite key position_id +
market_id + address (owner). All three must match an existing
position, or the request fails.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Define the version of the Connect protocol. If omitted, use 1.
1 Define the timeout, in ms
Body
Response
Success
Trading fee paid when the position was opened, in USDC,
recomputed from the position's entry price and the market's
fee rate. -1 if required market configuration is unavailable.
Rebate accrued to the position so far, in USDC — the same
calculation as Position.estimatedRebate. -1 if required
market configuration is unavailable.