Get historical price(s) for a single token
Get several prices for a single token
GET
https://api.redstone.finance/prices
Query Parameters
Name | Type | Description |
---|---|---|
limit | number | Limit of prices |
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 single historical price for AR token at specified time
Example for timestamp: 1621108871711
(2021-05-15T20:01:11.711Z)
Get the historical prices for AR token
Last updated