Get funding for one coin or the market
- Terminal
- API
- AI agent
shumi funding prints help only.Read one coin
The tier uses the exact percentile; the response shows it rounded to two decimals, so a displayed
0.80 can still be neutral.
--symbol answers for any perp in the snapshot. The market-wide call returns:
- a fixed watch list of large coins, 43 in the example, sorted by APR
market: the markettemperature, such asneutral, and the median APR it is read fromdistribution:p10top90,min,maxandtotalAssets
Read the market temperature
market.temperature reads the median perp’s funding against the resting rate. Hyperliquid and Variational charge a fixed interest component, so about 10.95% APR is what a perp pays with no crowding at all. Only funding above or below that is positioning. medianPremiumApr is that difference:
For example:
"temperature":"neutral","medianApr":11,"medianPremiumApr":0. positive, negative and total count the coins on the watch list. Quote medianApr as the market level, not avgApr: one broken market can pull the average anywhere.
What positive and negative funding cost you
Positive funding: longs pay, shorts receive. Negative funding: shorts pay, longs receive.shumi coin risk BTC spells it out for the coin in funding_paying_side, carry_if_long and carry_if_short, for example “Long perpetual positions pay funding at +11.0% APR.”
Funding applies to perpetual positions only. A spot position pays and receives nothing.
See funding alerts
GET /api/cli/funding/alerts. Agent tool: get_funding_alerts.

