3commas-io / 3commas-official-api-docs

Official Documentation for the 3commas APIs
https://3commas.io
247 stars 87 forks source link

If we try to add already existing exchange then return id of that exchange in the error message #142

Open sgerodes opened 2 years ago

sgerodes commented 2 years ago

Right now the error message is { 'api_key': ['This account is already connected!'] }

Add smth like this: { 'api_key': [ 'This account is already connected!' ] 'account_id': 123456 }

Its easy on your side, but would be more tedious on our side to search for it.