Skip to content

Verification Guide

How to verify AirChain data on the blockchain.

Via API

curl "https://api.airchain.ng/v1/readings/NGR-LOS-YAB-001/verify?\
timestamp=2025-11-29T14:35:00Z" \
  -H "Authorization: Bearer YOUR_API_KEY"

Via Cardano Explorer

  1. Get transaction hash from API response
  2. Visit cardanoscan.io
  3. Search transaction hash
  4. Verify Merkle root in metadata

Programmatic Verification

See Python implementation →