Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fetch Ticker (Bittrex) - Error: bad operand type for unary -: 'dict' #3329

@valvesss

Description

@valvesss
  • OS: Fedora 27
  • Programming Language version: Python 3.X
  • CCXT version: 1.15.18
  • Exchange: Bittrex
  • Method: Fetch Ticker

CODE:

#!/usr/bin/python3
import ccxt

bittrex = ccxt.bittrex()

print(bittrex.fetch_ticker('BTC/USD'))

RESPONSE:

Error: bad operand type for unary -: 'dict'

What should I do? Thanks!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions