Cryptio
Documentation on importing CSV into cryptio.co
Last updated
Documentation on importing CSV into cryptio.co
Select cryptio in the download CSV prompt.
Select +Import button
In Search bar, enter any text (i.e. "Terra") -> choose Custom
Under Import Custom window, follow prompts to upload CSV.
That's it!
All transactions starting with underscore are omitted from the Cryptio CSV (i.e. _LP_WITHDRAW). This means these transactions must be imported into Cryptio manually (or ignored where appropriate).
Inspecting Errors for Upload
Under https://app.cryptio.co/imports , Status=Error means the upload failed. To view errors:
Click row with Status=Error
Scroll and find "Download error report"
Open this CSV and inspect Error column.
"Unknown incoming/outgoing asset" Error
When viewing error csv, this is a common error due to lack of support to identify lesser-known cryptocurrencies or NFTs. To remedy:
Search https://app.cryptio.co/assets using Filter button.
If asset found, find the "Unique Symbol" and send report to support@stake.tax or https://github.com/hodgerpodger/staketaxcsv/issues.
Code changes can be made to fix the CSV so that this error can be resolved.
If no asset found, may need to contact cryptio to resolve.
https://github.com/hodgerpodger/staketaxcsv/search?o=desc&q=cryptio&s=committer-date&type=commits
Last updated