Skip to content

Instantly share code, notes, and snippets.

@trevorbernard
Created January 16, 2024 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevorbernard/eb2e0b5a8e164c2f7e1234d9894e6b6d to your computer and use it in GitHub Desktop.
Save trevorbernard/eb2e0b5a8e164c2f7e1234d9894e6b6d to your computer and use it in GitHub Desktop.
query TransactionsQuery($limit: Int = 10, $sort_by: TransactionSortByInput!, $query: TransactionQueryInput!) {
transactions(limit: $limit, sortBy: $sort_by, query: $query ) {
blockHeight
canonical
amount
fee
kind
id
to
from
nonce
memo
hash
block {
dateTime
stateHash
}
receiver {
publicKey
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment