Skip to content

CVCO/node-trader-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BincentiveClient

Bincentive Trader Client

Kind: global class

new BincentiveClient(email, password, sandbox)

bincentive Trader Client

Param Type Default
email string
password string
sandbox boolean true

bincentiveClient.timeout(ms)

set client default timeout

Kind: instance method of BincentiveClient

Param Type
ms number

bincentiveClient.addOrder(strategyId, exchangeId, baseCurrency, quoteCurrency, orderType, orderSide, unit, limitPrice)

add market order to specify strategy id

Kind: instance method of BincentiveClient

Param Type
strategyId number
exchangeId number
baseCurrency string
quoteCurrency string
orderType string
orderSide string
unit number
limitPrice number

bincentiveClient.getHistoryList()

get order history

Kind: instance method of BincentiveClient

bincentiveClient.getOrderInfo(orderId)

get order detail info

Kind: instance method of BincentiveClient

Param Type
orderId number

bincentiveClient.getAvailableExchanges()

get supported exchanges

Kind: instance method of BincentiveClient

bincentiveClient.getAvailableSymbols(exchange_name)

get exhange supported symbols

Kind: instance method of BincentiveClient

Param Type
exchange_name string

bincentiveClient.getCurrentPrice(exchange_name, symbol_name)

get symbol current price

Kind: instance method of BincentiveClient

Param Type
exchange_name string
symbol_name string

bincentiveClient.getStrategyList()

get strategy list

Kind: instance method of BincentiveClient

bincentiveClient.getApprovedStrategyList()

get approved stragtegy list

Kind: instance method of BincentiveClient

bincentiveClient.getExchangeList()

get exchange list

Kind: instance method of BincentiveClient

bincentiveClient.addApiKey(apiKey, secretKey, exchangeId, apiNickname, fixApiAssign)

add exchange api key

Kind: instance method of BincentiveClient

Param Type
apiKey string
secretKey string
exchangeId number
apiNickname string
fixApiAssign boolean

bincentiveClient.deleteApiKey(exchangeId)

delete exchange api key by id

Kind: instance method of BincentiveClient

Param Type
exchangeId number

bincentiveClient.getApiKeyList()

get exchange api key list

Kind: instance method of BincentiveClient

About

NodeJS bincentive trader client sdk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%