Perp Intelligence

Designed for trading systems that need fast decisions.

Real-Time Perpetual Market Data Across Leading DEXs

Track execution-grade perpetual market intelligence across multiple decentralized exchanges through one unified endpoint.

Supported venues include: Hyperliquid, Nado, Paradex, Pacifica, Avantis, Lighter, Aster, GRVT, Variational and Extended.

More venues added continuously.


Supported Markets

  • Crypto Perpetuals

  • Tokenized Equities / RWA Perps

  • Commodities Perps

  • Index Markets

  • Venue-Specific Synthetic Markets


Endpoint

GET https://api.dapplooker.com/v1/perp-intelligence

Why Use This Endpoint

Use one API to access real-time perp market data such as:

  • Mark Price

  • Mid Price

  • Funding Rate

  • Open Interest

  • Orderbook Liquidity

  • Spread Metrics

  • Technical Indicators

  • Multi-timeframe Momentum Signals

Ideal for:

  • Trading bots

  • AI agents

  • Quant systems

  • Smart routing engines

  • Arbitrage systems

  • Market dashboards


Query Parameters

Parameter
Type
Required
Description

api_key

string

No

API authentication key

dex

string

Yes

Venue to query

token_ticker

string

Yes

Token symbol (BTC, ETH, SOL etc.)


Supported DEX Values


Example Requests

Hyperliquid BTC

Nado ETH

Paradex SOL

Avantis BTC


Example Response

(JSON schema remains unchanged)


Response Schema

Response fields remain identical across all supported DEXs.

This allows builders to integrate once and switch venues without changing downstream parsing logic.

Core Market Fields

Field
Type
Description

symbol

string

Trading pair symbol (e.g. BTC/USDC:USDC)

base

string

Base asset (e.g. BTC)

quote

string

Quote asset (e.g. USDC)

mark_price

number

Fair value price used for funding/liquidations

mid_price

number

Midpoint between best bid and ask

price_change_24h

number

Absolute 24h price move

price_change_percent_24h

number

Percentage 24h price move

Liquidity & Orderbook

Field
Type
Description

bid_ask_spread

number

Difference between best bid and ask

bid_ask_spread_percentage_mark

number

Spread as % of mark price

bid_liquidity_0_25_percentage

number

Bid liquidity within ±0.25%

ask_liquidity_0_25_percentage

number

Ask liquidity within ±0.25%

total_liquidity_0_25_percentage

number

Combined liquidity within ±0.25%

order_book_imbalance_percentage

number

Bid vs ask liquidity imbalance

Open Interest

Field
Type
Description

open_interest.usd_value

number

Total USD open interest

open_interest.change_percentage_1h

number

1h OI change

open_interest.change_percentage_6h

number

6h OI change

open_interest.change_percentage_24h

number

24h OI change

Funding Rates

Field
Type
Description

funding_rate.current_value

number

Current funding rate

funding_rate.next

number

Projected next funding

funding_rate.trajectory

array

Upcoming funding trend values

Momentum & Technical Indicators

Field
Type
Description

obv.1h / 4h / 1d

number

On-balance volume by timeframe

rsi.15m / 1h / 4h

number

RSI by timeframe

atr.15m / 1h / 4h

number

Average True Range

atr.percentage_*

number

ATR as % of price

adx.1h / 4h

number

Trend strength indicator

macd_line_slope.*

object

MACD line, signal, histogram

ema.20_distance_percentage

number

Distance from EMA(20)

ema.200_distance_percentage

number

Distance from EMA(200)

Price Structure

Field
Type
Description

swing.high_4h

number

Highest price in last 4h

swing.low_4h

number

Lowest price in last 4h

vwap.1m / 5m / 15m / 1h / 4h / 1d

number

VWAP across intervals

Bollinger Bands

Field
Type
Description

bollinger.band_width

number

Width between bands

bollinger.upper_band

number

Upper band level

bollinger.lower_band

number

Lower band level

bollinger.middle_band

number

Mid band level

Integration Note

Schema remains standardized across all supported DEXs via: