Get several prices for a single token
Get several prices for a single token
GET
https://api.redstone.finance/prices
Query Parameters
Name | Type | Description |
---|---|---|
symbol | string | Token symbol |
provider | string | Only "redstone" provider is currently supported |
fromTimestamp | string | Minimal timestamp in milliseconds |
toTimestamp | string | Maximum timestamp in milliseconds |
interval | number | Interval in milliseconds |
Examples
Get the historical prices for AR token
Last updated