Get ranged price data for a cryptocurrency to power price charts and analyze price movements.
GET
request to:
https://api.financialdatasets.ai/crypto/prices/tickers/
X-API-KEY
.ticker
to filter the data.API key for authentication.
The cryptocurrency ticker symbol.
The time interval for the price data.
minute
, day
, week
, month
, year
The multiplier for the interval.
x >= 1
The start date for the price data (format: YYYY-MM-DD).
The end date for the price data (format: YYYY-MM-DD).
The maximum number of price records to return (default: 5000, max: 5000).
1 <= x <= 5000
Price data response
The response is of type object
.