package
1.3.9
Repository: https://github.com/bitoex/bitopro-api-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NewWs func.

# Structs

AccountBalanceData { "event": "ACCOUNT_BALANCE", "timestamp": 1639553303365, "datetime": "2021-12-15T07:28:23.365Z", "data": { "ADA": { "currency": "ADA", "amount": "999999999999.99999999", "available": "999999999999.99999999", "stake": "0", "tradable": true },.
OrderBookData struct { "event": "ORDER_BOOK", "pair": "BTC_TWD", "bids": [ { "price": "1", "amount": "1", "count": 1, "total": "1" } ..
OrdersData { "event": "ACTIVE_ORDERS", "timestamp": 1639552073346, "datetime": "2021-12-15T07:07:53.346Z", "data": { "sol_usdt": [ { "id": "8917255503", "pair": "sol_usdt", "price": "107", "avgExecutionPrice": "0", "action": "SELL", "type": "LIMIT", "timestamp": 1639386803663, "updatedTimestamp": 1639386803663, "createdTimestamp": 1639386803663, "status": 0, "originalAmount": "0.02", "remainingAmount": "0.02", "executedAmount": "0", "fee": "0", "feeSymbol": "usdt", "bitoFee": "0", "total": "0", "seq": "SOLUSDT3273528249", "timeInForce": "GTC" } ],.
TickerData struct { "event": "TICKER", "pair": "BTC_TWD", "lastPrice": "1", "isBuyer": true, "priceChange24hr": "1", "volume24hr": "1", "high24hr": "1", "low24hr": "1", "timestamp": 1136185445000, "datetime": "2006-01-02T15:04:05.700Z" }.
TradeData struct { "event": "TRADE", "pair": "BTC_TWD", "timestamp": 1136185445000, "datetime": "2006-01-02T15:04:05.700Z", "data": [ { "timestamp": 1136185445, "price": "1", "amount": "1", "isBuyer": false }, { "timestamp": 1136185445, "price": "1", "amount": "1", "isBuyer": true } ..
No description provided by the author