BASE_URL <- "https://rest.coinapi.io"
EXCHANGES_ENDPOINT <- "/v1/exchanges/"
ASSETS_ENDPOINT <- "/v1/assets/"
SYMBOLS_ENDPOINT <- "/v1/symbols/"
EXCHANGERATE_ENDPOINT <- "/v1/exchangerate/"
OHLCV_ENDPOINT <- "/v1/ohlcv/"
TRADES_ENDPOINT <- "/v1/trades/"
QUOTES_ENDPOINT <- "/v1/quotes/"
ORDERBOOK_ENDPOINT <- "/v1/orderbooks/"
ORDERBOOKL3_ENDPOINT <- "/v1/orderbooks3/"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.