How To Find Which Metrics A Chain Supports
Find which metrics a chain supports in growthepie before generating queries or code.
Explore It Live
API Path
Example Request
curl -s https://api.growthepie.com/v1/master.jsonReal Task Example
import requests
master = requests.get("https://api.growthepie.com/v1/master.json", timeout=30).json()
print(master["chains"]["arbitrum"]["supported_metrics"])Caveats
Related Pages
PreviousHow To Compare Stablecoin Supply Across ChainsNextHow To Get Chain Overview Data For Arbitrum
Last updated
