danpaquin / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
1.82k stars 732 forks source link

Listing Stablecoin conversions #447

Open finoptimal-dev opened 3 years ago

finoptimal-dev commented 3 years ago

https://github.com/danpaquin/coinbasepro-python/blob/5658b2212b0fe39dde18b792f34aeaf81dda6640/cbpro/authenticated_client.py#L177

Is there a way to access (e.g. with an undocumented GET request) conversions already done? I'm trying to reconstruct the current balance of USDT, e.g., and I don't believe conversions from USDT to USD are appearing in the results of any endpoints.