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?