Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fees missing when using GetTransactionsAsync #4

Open
michalkovy opened this issue Dec 20, 2024 · 2 comments
Open

Fees missing when using GetTransactionsAsync #4

michalkovy opened this issue Dec 20, 2024 · 2 comments

Comments

@michalkovy
Copy link

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

Repository owner deleted a comment from Jaynelauren Dec 23, 2024
@JKorf
Copy link
Owner

JKorf commented Dec 23, 2024

Hi, it looks like, according to the docs, that property is available after February 7

@michalkovy
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants