krijnsent / crypto_vba

An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
MIT License
155 stars 54 forks source link

CoinbasePro all fills #74

Closed birth23 closed 3 years ago

birth23 commented 3 years ago

How to list all filled orders in an CoinbasePro account? Is there a way to export a list of all transactions without specifying the product_id?

krijnsent commented 3 years ago

Hi there, issue #72 has some code to help you with some VBA for that request (with my reply with that isssue). And if you look at https://docs.pro.coinbase.com/#fills , they state "You are required to provide either a product_id or order_id.", so no, that's not possible with their API, you'll have to loop through all products or orders one by one. Cheers, Koen