Bitstamp: Get Candles
Bitstamp via Parse · crypto_web3
Retrieve OHLCV (open, high, low, close, volume) candle data for a trading pair. The time range is computed as now minus (resolution * limit) to now. Each candle represents one time interval. Access real-time cryptocurrency market data from Bitstamp, including current prices, percentage changes, and OHLCV candle data. Fulfilled by Parse from www.bitstamp.net.
- bitstamp
- crypto-web3
- finance
- parse
- platform-key
- www-bitstamp-net
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/b02428bb-a41a-4e87-a39f-f7c763aaa57f/get_candles
- Interface artifact
- sha256:4808e76c25571f81421a73a0d435bc8c59d0d28874714df00d44aa4b47f6e651
- Manifest digest
- sha256:98aa284a74f065f0cda6c131bdb4182d0971123d665faa28dc6e37f47ad4ce49
Request fields
- pair (string): Trading pair identifier (e.g. btcusd, ethusd, xrpusd). Case-insensitive; slashes and hyphens are stripped.
- limit (string): Number of candles to retrieve as a string integer.
- resolution (string): Candle interval in minutes as a string integer (e.g. 60 for 1-hour candles, 1440 for daily candles).