improved

Improved /exchanges/{id} endpoint

To ensure the consistent uptime and scalability of this API, we can only provide a maximum of 100 tickers in the responses for a specific exchange through the /exchanges/{id} endpoint.

{
  "name": "Binance",
  "year_established": 2017,
  ......
  "tickers": [...], //100 items πŸ‘ˆ
  "status_updates": [...] //7 items
}

To retrieve more tickers, kindly utilize /exchanges/{id}/tickers endpoint.