Transactions

A query dedicated to returning user commands, otherwise known as transactions (excludes coinbase and fee transfers). This data is the same as that obtained via the block query but separated out into its own query for ease of use.

Get the last 25 transactions for a public key

Get all transactions to, or from, a public key. Only includes those on the canonical chain.

GraphQL
Copy

Return associated block data for a transaction

The block relationship may be used to extract information about the block the transaction was contained in.

GraphQL
Copy

Get all transactions sent from a public key after a date

GraphQL
Copy

Find the largest fees sent in a period

This query demonstrates additional sorting options by sorting the transactions by largest fee.

GraphQL
Copy

Determine the largest transfers made in a period

This query finds the largest transfers made over a period.

GraphQL
Copy

Find where the memo field is not empty

Memos are returned in base58 check encoding. The default memo is E4YM2vTHhWEg66xpj52JErHUBU4pZ1yageL4TVDDpTTSsv8mK6YaH so this query simply returns all results who memo is no that value so they can be decoded.

GraphQL
Copy

Using the dateTime query filters you can greatly improve the performance of your queries by more specifically targeting your date range of returned results.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated by Gareth Davies