Skip to content

Instantly share code, notes, and snippets.

@gvych
Created May 27, 2018 21:09
Show Gist options
  • Save gvych/cd2cd7f1a91441986574664135d80b19 to your computer and use it in GitHub Desktop.
Save gvych/cd2cd7f1a91441986574664135d80b19 to your computer and use it in GitHub Desktop.
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