{
"jsonrpc": "2.0",
"method": "subscription",
"params": {
"subscription": "0x6423...",
"channel": "user_funding_fee",
"filters": {
"address": "0xAccc..."
},
"result": {
"symbol": "BTC",
"fundingFee": "-1.2345",
"fundingAsset": "USDT",
"fundingTime": 1710000000000,
"positionSize": "0.50",
"isSnapshot": false,
"dexProcessedTimestamp": 1710000000000,
"dexReceivedTimestamp": 1710000000050,
"hyperethTimestamp": 1710000000100
}
}
}User funding fee settlements (requires authentication, available on hyperliquid, aster, and lighter servers only). Not available on kuru (spot DEX - no funding fees).
{
"jsonrpc": "2.0",
"method": "subscription",
"params": {
"subscription": "0x6423...",
"channel": "user_funding_fee",
"filters": {
"address": "0xAccc..."
},
"result": {
"symbol": "BTC",
"fundingFee": "-1.2345",
"fundingAsset": "USDT",
"fundingTime": 1710000000000,
"positionSize": "0.50",
"isSnapshot": false,
"dexProcessedTimestamp": 1710000000000,
"dexReceivedTimestamp": 1710000000050,
"hyperethTimestamp": 1710000000100
}
}
}API key for authentication (required for private channels)
User funding fee settlement notification