improved
Improved /exchanges/{id} endpoint
November 13th, 2018
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.