Skip to main content
GET
/
crypto
/
exchanges
Available Exchanges
curl --request GET \
  --url https://api.tradewatch.io/crypto/exchanges \
  --header 'api-key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "country": "<string>",
      "website": "<string>",
      "year_established": 123
    }
  ]
}

Authorizations

api-key
string
header
required

Authentication via API key header

Response

200 - application/json

Successful Response

A list of cryptocurrency exchanges

items
CryptoExchangeItem · object[]
required