API Endpoint
Query Parameters:
- vs_currency=usd
- ids=usd-coin,tether,dai,trueusd,frax
Example Query (cURL)
curl -X GET “https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=usd-coin,tether,dai,trueusd,frax”Example Response (truncated)
Peg Evaluation Criteria
- Stable (✅): Price between 1.005.
- Slight Deviation (⚠️): Price between 0.995 and 1.010.
- Depegged (❗): Price outside of 1.010 range.
Rate Limits and Notes
- The public API allows 5–15 calls per minute, depending on the traffic.
- Caching is recommended: we update once a day to stay within the free limits.
- No authentication key required for public access.