kraken.com API: get_ohlc
kraken.com via Parse · crypto_web3
Get OHLCV (Open, High, Low, Close, Volume) candlestick historical data for a trading pair. Returns up to 720 data points per request. The last_timestamp field can be passed as the since parameter to paginate forward. Public API for Kraken cryptocurrency exchange - provides access to crypto asset listings, OHLCV historical price data, ticker information, trading pair metadata, and spread data. Fulfilled by Parse from kraken.com.
- crypto-web3
- finance
- kraken-com
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- crypto_web3
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/aaf5f047-34ee-4256-af80-989a25297ee9/get_ohlc
- Interface artifact
- sha256:b13e3e7e994513df40fe1dbe1bbccda9038937e67e293122eaebfbaba46bed77
- Manifest digest
- sha256:cbd59aca9bfa46ba9556e371baa9674be4f74ef5289392d286beb4d86e2ef472
Request fields
- pair (string, required): Trading pair name as recognized by Kraken (e.g. 'XBTUSD' for Bitcoin/USD).
- since (integer): Unix timestamp to retrieve data from. Kraken returns the most recent data available regardless; this acts as a hint for pagination via the returned last_timestamp.
- interval (integer): Candlestick interval in minutes. Accepted values: 1, 5, 15, 30, 60, 240, 1440, 10080, 604800.: Allowed values: 1, 5, 15, 30, 60, 240, 1440, 10080, 604800
Example queries
- {"pair":"XBTUSD","interval":"1"}