curve-api
curve-api copied to clipboard
Documentation
https://api.curve.fi/v1/documentation
OpenAPI specification: https://api.curve.fi/v1/openapi.json
Status: https://statuspage.freshping.io/59335-CurveAPI
Data
Ethereum LST APYs
When a Curve pool contains an LST, the API includes its staking APY into the pool's base APY. This is the list of ETH LSTs currently supported by the API: https://github.com/curvefi/curve-api-metadata/blob/main/ethereum-lst-defillama.json If an ETH LST is missing from this list, feel free to add it: info on how to do it
Technical setup
- Environment variables:
- Dev env variables are injected by dotenv-safe, using
.env.defaultas template, and using values from.env - Prod env variables are injected by ElasticBeanstalk env variables
- Dev env variables are injected by dotenv-safe, using