Upstream Mapping
Maps to Hyperliquid’s POST /info with { "type": "fundingHistory", "coin": "<symbol>" }.
Request
Start timestamp in milliseconds
End timestamp in milliseconds
Example
curl -H "X-API-Key: $API_KEY" \
https://api.perps.studio/v1/perps/hyperliquid/markets/BTC/funding
[
{
"fundingRate": "0.0001",
"markPrice": "67540.0",
"timestamp": 1712000000000
}
]
Predicted Funding Rates
Hyperliquid also supports predicted (next) funding rates for all markets:
curl -H "X-API-Key: $API_KEY" \
https://api.perps.studio/v1/perps/hyperliquid/funding/predicted
Predicted funding is a Hyperliquid-only feature. Aster does not support this endpoint.