Skip to content
New issue

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

Currency.com need TICK_SIZE precisionMode #7840

Closed
ndubel opened this issue Oct 20, 2020 · 0 comments
Closed

Currency.com need TICK_SIZE precisionMode #7840

ndubel opened this issue Oct 20, 2020 · 0 comments
Assignees

Comments

@ndubel
Copy link
Contributor

ndubel commented Oct 20, 2020

https://apitradedoc.currency.com/swagger-ui.html#/rest-api/exchangeInfoUsingGET
now gives tickSize value

{
  symbol: 'BTC/USD',
  name: 'Bitcoin / USD',
  status: 'TRADING',
  baseAsset: 'BTC',
  baseAssetPrecision: 3,
  quoteAsset: 'USD',
  quoteAssetId: 'USD',
  quotePrecision: 3,
  orderTypes: [ 'LIMIT', 'MARKET' ],
  filters: [
    {
      filterType: 'LOT_SIZE',
      minQty: '0.001',
      maxQty: '100',
      stepSize: '0.001'
    },
    { filterType: 'MIN_NOTIONAL', minNotional: '12' }
  ],
  marketType: 'SPOT',
  country: '',
  sector: '',
  industry: '',
  tradingHours: 'UTC; Mon - 21:00, 21:05 -; Tue - 21:00, 21:05 -; Wed - 21:00, 21:05 -; Thu - 21:00, 21:05 -; Fri - 21:00, 22:01 -; Sat - 21:00, 21:05 -; Sun - 20:00, 21:05 -',
  tickSize: 0.05,
  tickValue: 596.66125,
  exchangeFee: 0.2
}
@kroitor kroitor self-assigned this Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants