---
title: "Exchange Data by ID"
method: GET
path: "/exchanges/{id}"
---

# Exchange Data by ID

`GET /exchanges/{id}`

To query exchange's data (name, year established, country, etc.), exchange volume in BTC and top 100 tickers based on exchange's ID

## Path parameters

- `id` string, required

## Query parameters

- `dex_pair_format` 'contract_address' | 'symbol'

## Response `200`

Exchange data

- ExchangesId
  - `name` string, required — Exchange name
  - `year_established` number, nullable, required — Year the exchange was established
  - `country` string, nullable, required — Country where the exchange is based
  - `description` string, required — Exchange description
  - `url` string, required — Exchange website URL
  - `image` string, required — Exchange logo URL
  - `facebook_url` string, required — Facebook URL
  - `reddit_url` string, required — Reddit URL
  - `telegram_url` string, required — Telegram URL
  - `slack_url` string, required — Slack URL
  - `other_url_1` string, required — Other URL 1
  - `other_url_2` string, required — Other URL 2
  - `twitter_handle` string, required — Twitter handle
  - `has_trading_incentive` boolean, required — Whether the exchange has trading incentive
  - `centralized` boolean, required — Whether the exchange is centralized
  - `public_notice` string, required — Public notice
  - `alert_notice` string, required — Alert notice
  - `trust_score` number, nullable, required — Exchange trust score
  - `trust_score_rank` number, nullable, required — Exchange trust score rank
  - `coins` number, required — Number of coins listed
  - `pairs` number, required — Number of trading pairs
  - `trade_volume_24h_btc` number, required — Exchange 24h trading volume in BTC
  - `tickers` object[], required — Exchange tickers
    - `base` string — Ticker base currency
    - `target` string — Ticker target currency
    - `market` object — Exchange information
      - `name` string — Exchange name
      - `identifier` string — Exchange identifier
      - `has_trading_incentive` boolean — Exchange trading incentive
    - `last` number — Last price
    - `volume` number — Trading volume
    - `converted_last` object — Converted last price
      - `btc` number
      - `eth` number
      - `usd` number
    - `converted_volume` object — Converted trading volume
      - `btc` number
      - `eth` number
      - `usd` number
    - `trust_score` string, nullable — Trust score
    - `bid_ask_spread_percentage` number — Bid-ask spread percentage
    - `timestamp` string — Ticker timestamp
    - `last_traded_at` string — Last traded timestamp
    - `last_fetch_at` string — Last fetch timestamp
    - `is_anomaly` boolean — Whether ticker is anomalous
    - `is_stale` boolean — Whether ticker is stale
    - `trade_url` string — Trade URL
    - `token_info_url` string, nullable — Token info URL
    - `coin_id` string — Base currency coin ID
    - `target_coin_id` string — Target currency coin ID
    - `coin_mcap_usd` number — Coin market cap in USD
  - `status_updates` object[], required — Status updates
    - `description` string — Status update description
    - `category` string — Status update category
    - `created_at` string — Status update creation time
    - `user` string — Status update user
    - `user_title` string — Status update user title
    - `pin` boolean — Whether status update is pinned
    - `project` object — Project information
      - `type` string — Project type
      - `id` string — Project ID
      - `name` string — Project name
      - `image` object — Project image URLs
        - `thumb` string
        - `small` string
        - `large` string

---

[API](https://skmtc.net/coingecko/apis/coingecko-demo-api.md) · [All operations](https://skmtc.net/coingecko/apis/coingecko-demo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coingecko/coingecko-demo-api/versions/d62c9c579f3a/schema)
