Skip to content

Commit 2f9475f

Browse files
Merge pull request #3355 from pyth-network/benchmarks-links
2 parents 04980f8 + 4488df1 commit 2f9475f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/developer-hub/content/docs/price-feeds/core/use-historical-price-data.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Benchmarks supports two complementary flows:
3131
[Hermes timestamp API](https://hermes.pyth.network/docs/#/rest/timestamp_price_updates).
3232
Two REST endpoints are available:
3333

34-
- [`/v1/updates/price/{timestamp}`](https://benchmarks.pyth.network/docs#/): returns prices for the requested feeds at a given timestamp.
35-
- [`/v1/updates/price/{timestamp}/{interval}`](https://benchmarks.pyth.network/docs#/): returns prices for a feed at the given timestamp and interval.
34+
- [`/v1/updates/price/{timestamp}`](https://benchmarks.pyth.network/docs#/Updates/price_updates_timestamp_route_v1_updates_price__timestamp__get): returns prices for the requested feeds at a given timestamp.
35+
- [`/v1/updates/price/{timestamp}/{interval}`](https://benchmarks.pyth.network/docs#/Updates/price_updates_interval_route_v1_updates_price__timestamp___interval__get): returns prices for a feed at the given timestamp and interval.
3636

3737
<Callout type="info" title="Interval Window">
3838
The interval parameter represents the number of seconds added to the provided timestamp.

0 commit comments

Comments
 (0)