Documentation
¶
Index ¶
Constants ¶
View Source
const Endpoint = "https://api.huobi.pro"
/ 全局API
View Source
const MarketEndpoint = "https://api.huobi.pro/market"
/ 行情API
View Source
const TradeEndpoint = "https://api.huobi.pro/v1"
/ 交易API
Variables ¶
This section is empty.
Functions ¶
func SendRequest ¶
func SendRequest(sign *Sign, method, scheme, host, path string, data ParamData) (*simplejson.Json, error)
/ 发送原始请求
Types ¶
type Client ¶
type Client struct {
Sign *Sign
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.