def get_symbols(self):
return self._get('symbols', False)
Theres an error with the get_symbols call. It doesnt take the optional parameter to get the data for one token and it errors out with "too many parameters given.
As per the docs :
GET /api/v1/symbols
PARAMETERS
Param Type Description
market String [Optional] The trading market.
def get_symbols(self):
Theres an error with the get_symbols call. It doesnt take the optional parameter to get the data for one token and it errors out with "too many parameters given.
As per the docs :
GET /api/v1/symbols
PARAMETERS
Param Type Description
market String [Optional] The trading market.