Updated 461 days ago

Polygon-BTC-Tracker

You will be able to track all types of BTC tokens on Polygon at a glance

  • Crypto / Web3
  • Ethereum
  • Polygon
  • Bitcoin
  • Infra / API
  • Dune
  • CoinGecko

Polygon BTC Tracker


This is a simple app that tracks the metrics of BTCs on Polygon.
There are many types of Bridged BTC, and you can see their status through basic metrics.

Demonstrations

Live Demo

https://polygon-btc-tracker-web.vercel.app/

Demo Video

https://youtu.be/flPgHgiMrvg

Architecture


Used Technologies

  • Vercel
    • KV Storage
    • Cron Jobs

Data Sources

Metrics Data Source Description
Volume CoinGecko API Utilizing the CoinGecko Public API.
Market Cap CoinGecko API Utilizing the CoinGecko Public API.
Holders Dune API The Dune Query has been created to obtain the number of BTC holders, which is invoked using the Dune API.
Circulating Supply Polygon (Ethereum) JSON-RPC API The totalSupply function is called from the JSON-RPC API to retrieve the current value.