← Back to catalog
crypto.price_history
mock data$0.002 / callCrypto Price History
Get price history for a cryptocurrency
Input schema
days
integerNumber of days of history (1-365)
format
stringResponse format: timeseries (price points) or ohlcv (candlestick data)
coin_idrequired
stringCoinGecko coin ID (e.g. bitcoin, ethereum)
interval
stringData point interval for price history (5m, hourly, or daily)
Call via REST
curl -X POST https://unifyapi.pro/api/call/crypto.price_history \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"days":0,"format":"<format>","coin_id":"<coin_id>","interval":"<interval>"}'