mexcdevelop / mexc-api-sdk

MIT License
173 stars 70 forks source link

Pls help add mexc price arguiment with the following code #52

Open Dotijo opened 11 months ago

Dotijo commented 11 months ago

def get_exchange(): exchange_id = 'mexc' exchange_class = getattr(ccxt, exchange_id) return exchange_class({ 'apiKey': 'API KEY', 'secret': 'SECRET KEY',

Add any additional required parameters

})