Krypto-trading-bot
Krypto-trading-bot copied to clipboard
Fix Issue #1165 Coinbase API Change
Coinbase API removed base_min_size and replaced it with min_market_funds.
Issue Link: https://github.com/ctubio/Krypto-trading-bot/issues/1165
Change docs: https://docs.cloud.coinbase.com/exchange/docs/changelog#2022-jun-02
Hi @ngqinzhe Thanks for the MR, I've also been trying to test the same but can't get K to compile from source on my machine anymore for some reason. EDIT: because I hit #1166 too, didn't notice other people were experiencing the same too. how did you get over it, can you share the fix for that too? There's another update coming at the end of this month, the API addresses will change, if you e-mail clientservices at coinbase dot com you can start using the new API to test. Can you throw that in too so when we get @ctubio attention he can merge both? Thanks a lot.
- REST requests: https://api.pro.coinbase.com/ will need to change to https://api.exchange.coinbase.com/ once your account has been migrated.
- FIX requests: fix.pro.coinbase.com:4198 will need to change to fix.exchange.coinbase.com:4198 once your account has been migrated.
- Websocket sessions: wss://ws-feed.pro.coinbase.com will need to change to wss://ws-feed.exchange.coinbase.com once your account has migrated.