Alec
Results
1
comments of
Alec
use web access token can get tradeoffer info at this time: ``` def get_trade_offers(self, merge: bool = True,sent:int=1,received:int=1,use_webtoken=False) -> dict: params = {'key'if not use_webtoken else 'access_token': self._api_key if not...