Returns a user’s per-coin funding payment history with funding rate, applied size, and USDC amount per event.
Returns a single user’s funding payment history within aDocumentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
[startTime, endTime) window. Each entry is one funding application: a coin, the rate that was applied, the position size at the time, and the resulting USDC delta (negative = paid, positive = received).
User-keyed. Use this for funding-only P&L attribution; use userNonFundingLedgerUpdates for everything else.
"userFunding".delta fields are returned as decimal strings. Do not parse them as floats - keep them as strings or use a fixed-precision decimal type.POST api.hyperliquid.xyz/info with {"type": "userFunding", "user": "..."}.walletTxs and read HypercoreFundingEvent entries.userNonFundingLedgerUpdates for deposits, withdrawals, transfers, vault flows, liquidations, and other balance-moving events.