You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I get a Send transaction using GetTransactionsAsync then there isn't anywhere information about the transaction fee, the amount has the fee included instead.
I think the fee was available even before in the API just it was represented differently. I used this https://github.com/bchavez/Coinbase NuGet before (which was not updated since 2021) and I had the fee data there
When I get a Send transaction using GetTransactionsAsync then there isn't anywhere information about the transaction fee, the amount has the fee included instead.
According to the https://docs.cdp.coinbase.com/coinbase-app/docs/api-transactions there is transaction_fee within the network object.
To Reproduce
get send transactions which contained fee using GetTransactionsAsync
Expected behavior
I would expect at minimum e.g. a propery like TransactionFee under Network
The text was updated successfully, but these errors were encountered: