Retrieving Transaction Details

The "full": true designator provides verbose details for each transaction within the checkpoint:

{"id": 1,"method": "SUBSCRIBE","stream": {"name": "CHECKPOINTS","full": true}}

Example details:

  • transaction_type (eg: "TokenTransfer")

  • sender/receiver account addresses

  • amount of tokens transferred

  • fees taken

  • token information

This enables a client to subscribe to all current state events or filter for a given Account, Token or Transactions (by type).

Last updated