Exchanges
Cryptowatch exchange endpoints
Exchanges are where all the action happens! Each exchange in our system has a list of markets.
// https://api.cryptowat.ch/exchanges/kraken
{
"id": 4,
"symbol": "kraken",
"name": "Kraken",
"active": true
}
Last modified 3yr ago