Documentation
¶
Index ¶
- func Account(reqData bithumb.ReqData) (tradeFee, userBalance string)
- func Balance(reqData bithumb.ReqData) (bp, base, quote string)
- func GenerateAPISign(endPoint, requestParams, apiSecret, apiNonce string) (string, error)
- func Trade(reqData bithumb.ReqData, tradeType, price, units string) (order_id string)
- func TradeCancel(reqData bithumb.ReqData, tradeType, orderId string) (order_id string)
- type AccountData
- type AccountResponse
- type BalanceResponse
- type TradeCancelResponse
- type TradeResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateAPISign ¶
Types ¶
type AccountData ¶
type AccountResponse ¶
type AccountResponse struct { Status string `json:"status"` Data AccountData `json:"data"` }
type BalanceResponse ¶
type TradeCancelResponse ¶
type TradeCancelResponse struct {
Status string `json:"status"`
}
type TradeResponse ¶
Click to show internal directories.
Click to hide internal directories.