Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curvefi/curve-api
https://github.com/curvefi/curve-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/curvefi/curve-api
- Owner: curvefi
- Created: 2021-03-09T15:28:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T17:24:29.000Z (8 months ago)
- Last Synced: 2024-04-16T07:19:45.609Z (8 months ago)
- Language: JavaScript
- Homepage: https://api.curve.fi/v1/documentation
- Size: 5 MB
- Stars: 94
- Watchers: 10
- Forks: 44
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation
OpenAPI specification:
Status:
# 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](https://github.com/curvefi/curve-api-metadata/tree/main?tab=readme-ov-file#files)# Technical setup
- Environment variables:
- Dev env variables are injected by dotenv-safe, using `.env.default` as template, and using values from `.env`
- Prod env variables are injected by ElasticBeanstalk env variables