For the complete documentation index, see llms.txt. This page is also available as Markdown.

Perp Screener

Get Perpetual Contract Screening Data

post

Discover and screen perpetual contracts on Hyperliquid with advanced filtering capabilities. This endpoint helps identify trending perpetual contracts, trading activity, funding rates, and smart money movements by combining metrics like volume, open interest, funding rates, and position data.

What it helps to answer:

  1. Which perpetual contracts are experiencing significant trading volume and activity?

  2. How do funding rates correlate with trading patterns and smart money positions?

  3. What perpetual contracts show strong fundamentals in terms of open interest and trading patterns?

  4. Which perpetual contracts are attracting smart money participation with long/short positions?

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for Perp Screener endpoint.

filtersany ofOptional

Additional filters to apply

Example: {"token_symbol":"BTC","volume":{"min":10000}}
order_byany ofOptional

Custom sort order to override the endpoint's default ordering.

Examples:

  • [{"field": "volume", "direction": "DESC"}] - Sort by volume descending
  • [{"field": "net_position_change", "direction": "DESC"}] - Sort by net_position_change descending
  • [{"field": "buy_sell_pressure", "direction": "DESC"}] - Sort by buy/sell pressure descending

Available sort fields depend on trader_type: buy_sell_pressure only applies to trader_type all, net_position_change to the other trader types.

Default behavior:

  • trader_type all (or unset): sorts by buy_sell_pressure DESC
  • all other trader types: sorts by net_position_change DESC
Example: [{"direction":"DESC","field":"buy_sell_pressure"}]
Responses
200

Perpetual contract screening data

application/json
post/api/v1/perp-screener

Last updated

Was this helpful?