getCoinOHLCVToday
Get today's in-progress OHLC (open, high, low, close) candle for a cryptocurrency. Provide the canonical CoinPaprika coin id to retrieve current day's high and low values.
Instructions
Get today's in-progress OHLC candle for a coin. Use for 'today's high and low for ETH'. For the current spot price use getTickersById; for past candles use getCoinOHLCVHistorical. Read-only; coinId is a canonical id (resolve with resolveId). No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote | No | Quote currency (default: usd) | usd |
| coinId | Yes | Canonical CoinPaprika coin slug in 'symbol-name' format, e.g. 'btc-bitcoin', 'eth-ethereum', 'ada-cardano'. Do NOT pass ticker symbols ('BTC', 'AAVE') or guess the slug — it is not derivable from the symbol (e.g. AAVE resolves to 'aave-new', which you could not guess). Call search or resolveId first to resolve a symbol or name to its canonical id. |