How to view all market filled order for a trading pair using coinbase API
I’m currently using coinbase API (Python) to try out a trading strategy I had in my mind.
How to get transactions from coinbase API?
I’m trying to get transaction data for my account from Coinbase’s API (eg: “bought X_AMOUNT of BTC with USDC”). I’ve tried /api/v3/brokerage/orders/historical/fills
and /api/v3/brokerage/orders/historical/batch
, but both return empty data even though I can see transactions in my account. All the posts I’ve seen related to this use the deprecated V2 API. Is there a way to do this with the current API?