v1
latestOpenAPI 3.0.02026-07-2471143147.5 KBAccount
Get funding payment history
Get funding payment history for an account. Returns funding payments calculated when positions are settled (on trade).
get/v1/account/funding-payments
Query parameters
accountstring
Account address to query (hex format, required)
market_idstring int64
Filter by market ID (optional, default = all markets)
start_timestring uint64
Start timestamp in nanoseconds (optional, default = now - 7 days)
end_timestring uint64
End timestamp in nanoseconds (optional, default = now)
pageinteger
Page number (1-based, default 1)
limitinteger
Items per page (default 100, max 1000)
sorted_bystring
Sort the results using the given field. Supported values: time (sort by time asc), -time (sort by time desc). Default: -time.
Response
A successful response.