CoinSwitch History

Explore and download the history and timeseries data of all crypto-INR pairs offered by the CoinSwitch exchange.

This project, "CoinSwitch History", is not affiliated to or endorsed by CoinSwitch Kuber.

Stats

Loading statistics...

Select a coin

Choose from the 0 coins available on the exchange.

Loading coins...

Explore the charts

Hover to see prices, select ranges to zoom in. Charts are optimized for desktop, just btw.

Interval

Loading history...

Download the data

Download the timeseries data for the BTC.

API

The API used by this webapp to query coins and history is openly available, so long as my VPS has the capacity to cater to its requests. Take note:

  • Base URL: https://api.coinswitch.mihir.ch/
  • No authentication/authorization or API key required.
  • No hard rate limits imposed, please use it sanely. If abused, I'll have to take appropriate actions 😞.
  • Endpoints and request/response shapes are subject to change without warning.

Get history of a coin

GET /history/:symbol

Get the history of a coin, specified by its symbol in lowercase. Response is an array of timestamps, buy prices and sell prices, respectively.

Example response
        [
  [],
  [],
  []
]
      

Get list of coins

GET /coins

Get list of coins available on the exchange and this service.

Example response
        [
  null
]
      

Get stats and status of this service and DB

GET /status

Get statistics and health information regarding the database and its items.

Get coin logos' PNG

GET /icons/:symbol.png

Get a .PNG file of the coin's logo