---
title: "List available markets summary"
method: GET
path: "/markets/summary"
tags: ["Markets"]
---

# List available markets summary

`GET /markets/summary`

Get markets dynamic data component

## Query parameters

- `end` integer
- `market` string, required
- `start` integer

## Response `200`

OK

- object
  - `results` object[] — Array of results
    - `ask` string — Best ask price
    - `ask_iv` string — Ask implied volatility, for options
    - `ask_size` string — Size at best ask price
    - `bid` string — Best bid price
    - `bid_iv` string — Bid implied volatility, for options
    - `bid_size` string — Size at best bid price
    - `created_at` integer — Market summary creation time
    - `delta` string — Deprecated: Use greeks.delta instead
    - `external_fair_price` string — External fair price, calculated from spot price and an external basis: spot_price * (1 + external_basis). where external basis is the median basis rate on different external exchanges
    - `forward_rate` string — EWMA-smoothed annualized forward rate for dated options
    - `funding_rate` string — This raw funding rate corresponds to the actual funding period of the instrument itself. It is not a normalized 8h funding rate.
    - `future_funding_rate` string — For options it's a smoothed version of future's funding rate
    - `greeks` ResponsesGreeks
      - `delta` string — Market Delta
      - `gamma` string — Market Gamma
      - `rho` string — Market Rho
      - `theta` string — Market Theta
      - `vanna` string — Market Vanna
      - `vega` string — Market Vega
      - `volga` string — Market Volga
    - `last_iv` string — Last traded price implied volatility, for options
    - `last_traded_price` string — Last traded price
    - `mark_iv` string — Mark implied volatility, for options
    - `mark_price` string — [Mark price](https://docs.paradex.trade/risk-system/mark-price-calculation)
    - `open_interest` string — Open interest in base currency
    - `price_change_rate_24h` string — Price change rate in the last 24 hours
    - `risk_free_rate` string — Risk-free discounting rate used for option pricing
    - `rolling_details` ResponsesRollingDetailsResp
      - `current_active_contract_symbol` string — Current active contract symbol
      - `current_active_contract_weight` string — Front contract weight ("0" to "1")
      - `next_active_contract_symbol` string — Next active contract symbol
      - `period_end` integer — UTC millis, end of current rolling period
      - `period_start` integer — UTC millis, start of current rolling period
    - `symbol` string — Market symbol
    - `total_volume` string — Lifetime total traded volume in USD
    - `underlying_price` string — Underlying asset price (spot price)
    - `volume_24h` string — 24 hour volume in USD

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/versions/6a76453d754c/schema)
