cURL
curl --request POST \ --url https://api.allium.so/api/v1/developer/trading/hyperliquid/info/events \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "type": "userFunding", "user": "0x1cd84cc81f7ec9e14362681d606d00a526e388eb" } '
[ { "time": 123, "hash": "<string>", "delta": { "type": "funding", "coin": "<string>", "usdc": "<string>", "szi": "<string>", "fundingRate": "<string>", "nSamples": 123 } } ]
Endpoint providing funding payment history by user address
userFunding
Show Response Example
[ { "time": 1763377200051, "hash": "0x0000000000000000000000000000000000000000000000000000000000000000", "delta": { "type": "funding", "coin": "BTC", "usdc": "-36.532141", "szi": "30.55453", "fundingRate": "0.0000125", "nSamples": null } } ]
Type of events to retrieve.
userNonFundingLedgerUpdates
User's wallet address (hex string).
Events retrieved successfully
Event timestamp (Unix timestamp in milliseconds)
Transaction hash
Event payload. Structure varies by request type and event type.
Show child attributes
Was this page helpful?