package
Version:
v0.0.0-...-07d5b30
Opens a new window with list of versions in this module.
Published: Jul 15, 2024
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const ZetaAPIUrl = "https://api.zeta.markets/markets/"
type ZetaOI map[string]struct {
Timestamp int64 `json:"timestamp"`
OpenInterest float64 `json:"open_interest"`
ImpliedVolatility float64 `json:"implied_volatility"`
Delta float64 `json:"delta"`
Vega float64 `json:"vega"`
Theo float64 `json:"theo"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.