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
{{ message }}
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
The documentation states that the getOperations(account_id) includes the hash and fees in the response.
The response from the api does not include these values.
Sample response:
{"command":"get_operations","success":true,"operations":[{"type":"sending","value":"10000000","senders":["exampleaddress"],"time":sampletime,"recipients":["exampleaddress"],"account_id":0,"transaction_id":43}]}
There currently is not a way to export transactions with fees for tracking cost basis in a tool like CoinTracking.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The documentation states that the getOperations(account_id) includes the hash and fees in the response.
The response from the api does not include these values.
Sample response:
{"command":"get_operations","success":true,"operations":[{"type":"sending","value":"10000000","senders":["exampleaddress"],"time":sampletime,"recipients":["exampleaddress"],"account_id":0,"transaction_id":43}]}
There currently is not a way to export transactions with fees for tracking cost basis in a tool like CoinTracking.
The text was updated successfully, but these errors were encountered: