API entry: https://paxful.com/api/offer/get
Is there a permission problem to load a trusted only offer? I can open a trusted offer on the browser, but seems the API does not allow me to fetch the info from a trusted offer.
$ client.offer_get('TRUSTED_OFFER_HASH')
>>>
{'status': 'error',
'timestamp': 1633867236,
'error': {'code': 1002, 'message': 'Offer not found'}}