feat: tickers, exchanges, tron_usdt
This commit is contained in:
parent
a1a27826b8
commit
59a97d08e4
21 changed files with 4916 additions and 449 deletions
|
|
@ -5,7 +5,7 @@ const { ORDER_TYPES } = require('./consts')
|
|||
|
||||
const ORDER_TYPE = ORDER_TYPES.MARKET
|
||||
const { BTC, ETH, LTC, BCH, USDT } = COINS
|
||||
const CRYPTO = [BTC, ETH, LTC, BCH, USDT]
|
||||
const CRYPTO = [BTC, ETH, LTC, BCH, USDT ]
|
||||
const FIAT = ['USD', 'EUR']
|
||||
const AMOUNT_PRECISION = 8
|
||||
const REQUIRED_CONFIG_FIELDS = ['key', 'secret', 'clientId']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue