Skip to main content

How to get account transfer history

This recipe demonstrates how to retrieve the transfer history for a specific account on the Chromia blockchain using the FT4 library, including pagination and transfer details.

Prerequisites

  • Node.js
  • FT4 client: npm install @chromia/ft4
  • Postchain client: npm install postchain-client

Demo script

Learn more