After buys and sells apis are deprecated what is the way for SIWC developers to get the fee, sub_total and unit_price dicts for buys and sells ? Right now replacement suggested i.e. GET /v2/accounts/:account_id/transactions Coinbase API payload doesn’t provide fee, sub_total or unit_price.
In our case, we use GET https://api.coinbase.com/v2/accounts/:account_id/buys or sells to get clear break down of fee, sub_total, unit_price. I am sure this is the case with other developers as well as there is no other way to get this breakdown.
After deprecating buys and sells, are you going to add these dicts (fee, sub_total and unit_price) as additional fields to /v2/accounts/:account_id/transactions ? That would be super helpful. There is no mention of this.
If you don’t plan to provide these dicts as part of /transactions api response, developers like us are screwed pretty much. Wish Coinbase can be a bit more supportive and thoughtful towards SWIC developer concerns.
Thank you!!