ccxt / ccxt

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
https://docs.ccxt.com
MIT License
33.28k stars 7.56k forks source link

Limits for Blofin market Info #23973

Open tom-teamcoda opened 1 month ago

tom-teamcoda commented 1 month ago

Preliminary Checks

Is your feature request related to a problem? Please describe

No response

Describe the solution you'd like

Have the limits filled

limits: { leverage: { min: 1, max: 50 }, amount: { min: 0.1, max: undefined }, price: { min: undefined, max: undefined }, cost: { min: undefined, max: undefined } }, created: 1673517600000, info: { instId: 'DOGE-USDT', baseCurrency: 'DOGE', quoteCurrency: 'USDT', contractValue: '1000', listTime: '1673517600000', expireTime: '1890748800000', maxLeverage: '50', minSize: '0.1', lotSize: '0.1', tickSize: '0.00001', instType: 'SWAP', contractType: 'linear', maxLimitSize: '17000', maxMarketSize: '12000', state: 'live' },

like

Binance have:

limits: { leverage: { min: undefined, max: undefined }, amount: { min: 1, max: 50000000 }, price: { min: 0.00244, max: 30 }, cost: { min: 5, max: undefined }, market: { min: 1, max: 30000000 } }, created: 1569398400000, info: { symbol: 'DOGEUSDT',

Describe alternatives you've considered

No response

carlosmiei commented 1 month ago

Hello @tom-teamcoda, thanks for reporting it.

Yes I think we can add maxLimitSize/MarketSize but the cost limit/price limit is not provided I think