Fetch A Metric In curl
Use curl to fetch a growthepie metric export and filter it locally.
Example
curl -s https://api.growthepie.com/v1/export/txcount.json \
| jq '[.[] | select(.origin_key == "arbitrum")] | .[0:5]'What This Does
Related Pages
Last updated
