Binance Websocket示例
本地订单(现货)
# Cache local orderbook and echo best price
# btcusdt by default
npm run orderbook
# or provide the trading pair
SYMBOL=bnbusdt npm run orderbook
竞价用户数据流
# get user data steam
APIKEY=xxxxxx npm run user
# Get margin account update from websocket
APIKEY=xxxxxx APISECRET=xxxxx npm run margin-user
期货用户数据流
# Get user data steam on production
APIKEY=xxxxxx APISECRET=xxxxx
评论0
最新资源