userFunding
Was this helpful?
type: userFunding user: address (42-char hex) startTime: timestamp (ms) endTime: timestamp (ms)
Funding payments for the user's positions with coin, fundingRate, premium, time.
// Request
curl https://hyperliquid.blockpi.network/v1/info/your-api-key -X POST -H "Content-Type: application/json" --data '{"type":"userFunding"}'
// Result
[]Was this helpful?
Was this helpful?