We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const InstanceUtil = require('./src/utils/instance_util'); c.init = async () => { // Bitmex contracts + examples c.symbols.push( ...(await InstanceUtil.bitmexInit(pair => { // inverse contracts; trade with 1 USD // you can also provide a "capital" instead for trade with fixed BTC or ETH if (['XBTUSD', 'ETHUSD', 'BNBBTC'].includes(pair.symbol) || pair.symbol.startsWith('BTC')) { pair.trade = { currency_capital: 0.00001615 }; return pair; }
is it this currency_capital: 0.00001615 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
const InstanceUtil = require('./src/utils/instance_util'); c.init = async () => { // Bitmex contracts + examples c.symbols.push( ...(await InstanceUtil.bitmexInit(pair => { // inverse contracts; trade with 1 USD // you can also provide a "capital" instead for trade with fixed BTC or ETH if (['XBTUSD', 'ETHUSD', 'BNBBTC'].includes(pair.symbol) || pair.symbol.startsWith('BTC')) { pair.trade = { currency_capital: 0.00001615 }; return pair; }
is it this currency_capital: 0.00001615 ?
The text was updated successfully, but these errors were encountered: