package
0.0.0-20210530232945-81ab215e69dc
Repository: https://github.com/openware/irix.git
Documentation: pkg.go.dev

# Functions

SetRateLimit returns the rate limit for the exchange.

# Structs

Auction is generalized response type.
AuctionHistory holds auction history information.
Balance is a simple balance type.
DepositAddress holds assigned deposit address for a specific currency.
ErrorCapture is a generlized error response from the server.
Gemini is the overarching type across the Gemini package, create multiple instances with differing APIkeys for segregation of roles for authenticated requests & sessions by appending new sessions to the Session map using AddSession, if sandbox test is needed append a new session with with the same API keys and change the IsSandbox variable to true.
NotionalVolume api call for fees, all return fee amounts are in basis points.
OneDayNotionalVolume Contains the notioanl volume for a single day.
Order contains order information.
Orderbook contains orderbook information for both bid and ask side.
OrderbookEntry subtype of orderbook information.
OrderResult holds cancelled order information.
RateLimit implements the request.Limiter interface.
Ticker holds returned ticker data from the exchange.
TickerV2 holds returned ticker data from the exchange.
Trade holds trade history for a specific currency pair.
TradeHistory holds trade history information.
TradeVolume holds Volume information.
WithdrawalAddress holds withdrawal information.
WsHeartbeatResponse Gemini will send a heartbeat every five seconds so you'll know your WebSocket connection is active.
WsOrderFilledData ws response data.
WsOrderResponse contains active orders.
WsRequestPayload Request info to subscribe to a WS enpoint.
WsSubscriptionAcknowledgementResponse The first message you receive acknowledges your subscription.