Get user funding rate history
Retrieve funding rate payment history for a specific user. Shows funding payments including the direction, amount, and associated fees. Supports filtering by market, side, and timestamp range. Supports sorting and pagination. Page size is capped at 200.
Authorizations
Bearer token from Geomi. See Authentication for setup instructions.
Query Parameters
User account address (user query alias is also accepted)
Filter by market address
Filter by side
Order side filter: buy (long) or sell (short).
For orders, maps to is_buy column. For trades/funding, maps to
action IN ('OpenLong','CloseShort') (buy) or action IN ('CloseLong','OpenShort') (sell).
buy, sell Page size
0 <= x <= 200Page offset
0 <= x <= 10000Sort key for history endpoints
timestamp ASC, DESC 
