Created
September 23, 2022 13:39
-
-
Save Azrael808/93910e44d008bfaab4dd4075f6e9adb8 to your computer and use it in GitHub Desktop.
Retreive FLDC reward transactions and format as CSV - useful for importing to Koinly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s https://xchain.io/api/sends/{address} | jq '.data[] | "\(.timestamp),\(.quantity),\(.asset),Airdrop,\(.tx_hash)"' | tr -d '"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment