Developer Guides

Hands-on tutorials and guides for building applications with OpenScan.AI.

This section contains practical, step-by-step guides that walk you through building real-world integrations using the OpenScan.AI API and explorer features.


  • Build a Whale Alert Bot — poll the API for large transfers and push notifications to a webhook. Covers authentication, pagination, and deduplication.

More guides are added regularly. Have an idea for a tutorial — or built something worth documenting? Contributions are welcome: see the Documentation Guide.

What makes a good guide here

  • End-to-end. The reader finishes with something that runs.
  • Verified code. Every example is tested against the live API at xdcscan.io.
  • Minimal dependencies. Plain fetch/requests preferred; heavy frameworks only when they’re the point of the guide.