Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

goex-top/market_center_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Market Center Client

HitCount

Client for market center

APIs

  • SubscribeTicker(exchangeName, currencyPair, period) (error)
  • SubscribeDepth(exchangeName, currencyPair, period) (error)
  • SubscribeTrade(exchangeName, currencyPair, period) (error)
  • GetTicker(exchangeName, currencyPair) (*Ticker, error)
  • GetDepth(exchangeName, currencyPair) (*Depth, error)
  • GetTrade(exchangeName, currencyPair) (*Trade, error)
  • GetSupportList() []

观星者

观星者