From 9245da88179f9c1c2ef7e79c2160fc4adf8b26cc Mon Sep 17 00:00:00 2001 From: robcxyz Date: Wed, 6 Jul 2022 03:37:36 -0600 Subject: [PATCH] add link to tracker swagger docs --- icon-stack/icon-networks/main-network.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/icon-stack/icon-networks/main-network.md b/icon-stack/icon-networks/main-network.md index c0b12e1..ee588ce 100644 --- a/icon-stack/icon-networks/main-network.md +++ b/icon-stack/icon-networks/main-network.md @@ -55,3 +55,11 @@ You can get test [ICX](../../concepts/economics/icx.md) for testnets using the f * [https://faucet.ibriz.ai](https://faucet.ibriz.ai) * [https://faucet.sharpn.tech](https://faucet.sharpn.tech) * [https://faucet.reliantnode.com](https://faucet.reliantnode.com) + +### Tracker API docs + +To access indexed network data for each network, there are [OpenAPI / Swagger docs](https://swagger.io/specification/) for each network that feed the tracker but can also assist with building dapps and other network analytics tools. To use testnets, replace the subdomain for the tracker for the appropriate testnet. + +* [Main API Docs](https://tracker.icon.community/api/v1/docs/index.html) +* [Contracts API Docs](https://tracker.icon.community/api/v1/contracts/docs) +* [Governance API Docs](https://tracker.icon.community/api/v1/governance/docs)