Created
May 27, 2018 21:09
-
-
Save gvych/cd2cd7f1a91441986574664135d80b19 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
jq '.result.items[].transactions[]| { | |
timestamp: .timestamp, | |
address: .transfers[].address, | |
amount: .transfers[].amount, | |
transactionHash: .transactionHash | |
} ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment