package
1.0.2
Repository: https://github.com/calbera/go-pyth-client.git
Documentation: pkg.go.dev

# README

Hermes Client

More information about the Hermes API can be found here.

Current Supported Endpoints

  • /v2/updates/price/latest (documentation)
    • For batch requests, both single-batch (sync) and multiple concurrent-single (async) requests are supported.
  • /v2/updates/price/stream (documentation)
    • SSE streaming is supported.

# Functions

NewClient creates a client for the Pyth Hermes API.

# Structs

Client is a client for the Pyth Hermes API (https://hermes.pyth.network/docs).
No description provided by the author