Getting Started

Our REST API provides real-time market data for thousands of markets on 23 exchanges. You can use it to fetch last price, 24 hour market statistics, recent trades, order books, and candlestick data.

Basic Examples

Quick example using curl to get a current market price:

curl "https://api.cryptowat.ch/markets/kraken/btceur/price"
response
response
{
"result": {
"price": 6553.8
}
}

Example using curl to get an order book:

curl "https://api.cryptowat.ch/markets/kraken/btceur/orderbook"
response
response
{
"result": {
"asks": [
[
6525.1,
5.34250347
],
[
6525.4,
0.53
],
...
],
"bids": [
[
6524.1,
0.1
],
[
6524,
0.15
],
...
],
"seqNum": 429614
}
}
​

API Clients

We provide REST clients in our official SDKs:

There are also various community-written clients. Use at your own risk.

  • ​Python by uoshvis

  • ​C# by Stock84-dev

  • ​PHP by DJansen20

  • ​Ruby by mackuba

Supported Exchanges

Name

Symbol

Markets

bitFlyer

bitflyer

​https://api.cryptowat.ch/markets/bitflyer​

Bittrex

bittrex

​https://api.cryptowat.ch/markets/bittrex​

Gemini

gemini

​https://api.cryptowat.ch/markets/gemini​

Luno

luno

​https://api.cryptowat.ch/markets/luno​

Gate.io

gateio

​https://api.cryptowat.ch/markets/gateio​

Bitfinex

bitfinex

​https://api.cryptowat.ch/markets/bitfinex​

Kraken

kraken

​https://api.cryptowat.ch/markets/kraken​

CEX.IO

cexio

​https://api.cryptowat.ch/markets/cexio​

Bisq

bisq

​https://api.cryptowat.ch/markets/bisq​

BitMEX

bitmex

​https://api.cryptowat.ch/markets/bitmex​

Okex

okex

​https://api.cryptowat.ch/markets/okex​

Kraken Futures

kraken-futures

​https://api.cryptowat.ch/markets/kraken-futures​

Liquid

liquid

​https://api.cryptowat.ch/markets/liquid​

Quoine

quoine

​https://api.cryptowat.ch/markets/quoine​

BitBay

bitbay

​https://api.cryptowat.ch/markets/bitbay​

HitBTC

hitbtc

​https://api.cryptowat.ch/markets/hitbtc​

Binance

binance

​https://api.cryptowat.ch/markets/binance​

Binance.US

binance-us

​https://api.cryptowat.ch/markets/binance-us​

Huobi

huobi

​https://api.cryptowat.ch/markets/huobi​

Poloniex

poloniex

​https://api.cryptowat.ch/markets/poloniex​

Coinbase Pro

coinbase-pro

​https://api.cryptowat.ch/markets/coinbase-pro​

Bitstamp

bitstamp

​https://api.cryptowat.ch/markets/bitstamp​

Bit-Z

bitz

​https://api.cryptowat.ch/markets/bitz​

Bithumb

bithumb

​https://api.cryptowat.ch/markets/bithumb​

Coinone

coinone

​https://api.cryptowat.ch/markets/coinone​

DEX (aggregated)

dex-aggregated

​https://api.cryptowat.ch/markets/dex-aggregated​

OKCoin

okcoin

​https://api.cryptowat.ch/markets/okcoin​

FTX

ftx

​https://api.cryptowat.ch/markets/ftx​

Uniswap V2

uniswap-v2

​https://api.cryptowat.ch/markets/uniswap-v2​

​