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.

# Constants

# Variables

AcceptableMethods defines a map of currency codes to methods.
AcceptedOrderType defines the accepted market types, exchange strings denote non-contract order types.
AcceptedWalletNames defines different wallets supported by the exchange.

# Structs

AccountFees stores withdrawal account fee data from Bitfinex.
AccountInfo general account information with fees.
AccountInfoFees general account information with fees.
AccountInfoFull adds the error message to Account info.
AccountSummary holds account summary data.
AccountV2Data stores account v2 data.
Balance holds current balance data.
BalanceHistory holds balance history information.
Bitfinex is the overarching type across the bitfinex package.
Book holds the orderbook item.
Candle holds OHLC data.
Currency is a sub-type for AccountSummary data.
DepositResponse holds deposit address information.
DerivativeDataResponse stores data for queried derivative.
ErrorCapture is a simple type for returned errors from Bitfinex.
Fee holds fee data for a specified currency.
FundingBook holds current the full margin funding book.
FundingBookItem is a generalised sub-type to hold book information.
GenericResponse holds the result for a generic response.
KeyPermissions holds the key permissions for the API key set.
LeaderboardEntry holds leaderboard data.
Lendbook holds most recent funding data for a relevant currency.
Lends holds the lent information by currency.
MarginData holds wallet information for margin trading.
MarginFundingData stores data for margin funding.
MarginFundingDataV2 stores margin funding data.
MarginFunds holds active funding information used in a margin position.
MarginInfo holds metadata for margin information from bitfinex.
MarginLimits holds limit data per pair.
MarginTotalTakenFunds holds position funding including sum of active backing as total swaps.
MarginV2FundingData stores margin funding data.
MovementHistory holds deposit and withdrawal history data.
Offer holds offer information.
Order holds order information when an order is in the market.
Orderbook holds orderbook information from bid and ask sides.
OrderMultiResponse holds order information on the executed orders.
Permission sub-type for KeyPermissions.
PlaceOrder is used for order placement.
Position holds position information.
RateLimit implements the rate.Limiter interface.
Stat holds individual statistics from exchange.
SymbolDetails holds currency pair information.
Ticker holds ticker information.
Trade holds resp information.
TradeHistory holds trade history data.
WalletDataV2 stores wallet data for v2.
WalletTransfer holds status of wallet to wallet content transfer on exchange.
WebsocketBook holds booking information.
WebsocketChanInfo holds websocket channel information.
WebsocketHandshake defines the communication between the websocket API for initial connection.
WebsocketOrder holds order data.
WebsocketPosition holds position information.
WebsocketTicker holds ticker information.
WebsocketTrade holds trade information.
WebsocketTradeData holds executed trade data.
WebsocketTradeExecuted holds executed trade data.
WebsocketWallet holds wallet information.
Withdrawal holds withdrawal status information.
WsAuthRequest container for WS auth request.
WsBalanceInfo the total and net assets in your account received via websocket.
WsCancelAllOrdersRequest cancel all orders request.
WsCancelGroupOrdersRequest cancel orders request...
WsCancelOfferRequest cancel offer request.
WsCancelOrderRequest cancel order request...
WsCredit credit details received via websocket.
WsFundingInfo account funding info received via websocket.
WsFundingOffer funding offer received via websocket.
WsFundingTrade recent funding trades received via websocket.
WsMarginInfoBase account margin info received via websocket.
WsNewOfferRequest new offer request.
WsNewOrderRequest new order request...
WsUpdateOrderRequest update order request...
WsWallet wallet update details received via websocket.