ccxt icon indicating copy to clipboard operation
ccxt copied to clipboard

Currency.com fetch_my_trades issue

Open SergeySypalo opened this issue 1 year ago • 5 comments

Hi there, I'm unable to fetch my trades if, I guess, symbol contains space

  • OS: Windows 11
  • Programming Language version: Python 3.10.6
  • CCXT version: 1.92.71

The code:

exchange.fetch_my_trades('OIL - BRENT/USD')

The error:

ccxt.base.errors.AuthenticationError: currencycom {"code":"-1025","msg":"Invalid API-key, IP, or permissions for action"}

Checked on another pair where I didn't make any trades yet 'CORN/USD', works as expected, returns empty array

SergeySypalo avatar Aug 25 '22 19:08 SergeySypalo

Hi there, I'm unable to fetch my trades if, I guess, symbol contains space

  • OS: Windows 11
  • Programming Language version: Python 3.10.6
  • CCXT version: 1.92.71

The code:

exchange.fetch_my_trades('OIL - BRENT/USD')

The error:

ccxt.base.errors.AuthenticationError: currencycom {"code":"-1025","msg":"Invalid API-key, IP, or permissions for action"}

Checked on another pair where I didn't make any trades yet 'CORN/USD', works as expected, returns empty array

farisei77 avatar Aug 25 '22 23:08 farisei77

Hi @SergeySypalo, is this problem solved with the new API keys?

carlosmiei avatar Aug 26 '22 10:08 carlosmiei

Nope, I re-created them from scratch before the posting issue here, thought it was a problem with them, but no.

SergeySypalo avatar Aug 26 '22 10:08 SergeySypalo

@SergeySypalo what do you get when you call for instance fetch_balance ?

carlosmiei avatar Aug 26 '22 11:08 carlosmiei

dict with my balances, as expected.

SergeySypalo avatar Aug 26 '22 12:08 SergeySypalo