Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{ "success": true, "data": { "rows": [ { "symbol": "PERP_BTC_USDC", "funding_rate": "0.0001", "funding_fee": "10.50", "position_qty": "0.5", "mark_price": "45000.00", "funding_rate_timestamp": 1714900000000, "payment_type": "Pay", "funding_status": "Settled", "margin_mode": "CROSS" } ], "next_cursor": null }, "ts": 1779269143700 }
Funding-fee payment history with payment direction and settlement status.
5
{ "type": "fundingPayments", "address": "0x1234567890abcdef1234567890abcdef12345678", "symbol": "PERP_BTC_USDC", "start_time": 1715000000000, "limit": 100 }
address
broker_id
account_id
symbol
start_time
end_time
limit
cursor
funding_rate
funding_fee
> 0
< 0
position_qty
mark_price
funding_rate_timestamp
payment_type
"Pay"
"Receive"
null
funding_fee == 0
funding_status
"Settled"
"Accrued"
margin_mode
"CROSS"
"ISOLATED"