Skip to content

Commit

Permalink
README docs
Browse files Browse the repository at this point in the history
  • Loading branch information
calbera committed Aug 6, 2024
1 parent 7523659 commit 285a101
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Benchmarks Client

More information about the Benchmarks API can be found [here](https://docs.pyth.network/benchmarks).

## Current Supported Endpoints

- `/v1/updates/price/{timestamp}` ([documentation](https://benchmarks.pyth.network/docs#/Price%20Feeds/price_feeds_route_v1_price_feeds__get))
8 changes: 8 additions & 0 deletions feeds/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Pyth Price Feeds

More information about the Pyth price feeds can be found [here](https://docs.pyth.network/price-feeds/price-feed-ids).

## Current Supported Feed Ecosystems

- EVM Stable
- EVM Beta
10 changes: 10 additions & 0 deletions hermes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hermes Client

More information about the Hermes API can be found [here](https://docs.pyth.network/price-feeds/api-instances-and-providers/hermes).

## Current Supported Endpoints

- `/v2/updates/price/latest` ([documentation](https://hermes.pyth.network/docs/#/rest/-latest_price_updates))
- For batch requests, both single-batch (sync) and multiple concurrent-single (async) requests are supported.
- `/v2/updates/price/stream` ([documentation](https://hermes.pyth.network/docs/#/rest/price_stream_sse_handler))
- SSE streaming is supported.

0 comments on commit 285a101

Please sign in to comment.