get_top_funding_rates
ActiveTool of PredMCP
declared in 0.7.0
Top Hyperliquid perps ranked by absolute funding rate, with OI and annualized yield. Useful for finding the most overcrowded longs/shorts and carry opportunities.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 50,
"minimum": 1,
"description": "Number of top results to return (default: 10)"
},
"min_abs_rate": {
"type": "number",
"default": 0,
"description": "Minimum absolute funding rate to include, e.g. 0.0001. Omit to include all."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries