Find the best yields from 20+ chains and 50+ protocols
across the DeFi with our JSON API
We monitor vaults and yields
from the top protocols
https://api.nanoly.com/v1/vaults?token=ETH&kind=single&sort=-apy&api_key=API_KEY
349€/month
The Nanoly API is a suite of high-performance RESTful JSON endpoints that are specifically designed to meet the mission-critical demands of application developers, data scientists, and enterprise business platforms.
All HTTP requests made against the API must be validated with an API Key. If you don't have an API Key yet contact us. Request example with API Key: https://api.nanoly.com/v1/vaults?api_key=xxxx&chain=ethereum
{
"total": 10000,
"totalPages": 100,
"data": [
{
"id": 17213,
"name": "ETH-stETH",
"chain": "Ethereum",
"protocol": "Curve",
"base": 0.0236,
"reward": 0.0195,
"rewards": {
"CRV": 0.0019,
"LDO": 0.0176
},
"apy": 0.0431,
"apy_7_day": 0.0448,
"apy_7_avg": 0.0442,
"tvl": 3723758205,
"is_new": false
"kind": "lp",
"link": "https://curve.fi",
"contract_address": "0x030ba..." (informational only; use it at your own risk)
"composition": {
"ETH": 42341,
"stETH": 38729
},
"active": true
},
{
"id": 41219,
"name": "USDC",
"chain": "Ethereum",
"protocol": "Aave",
"base": 0.0019,
"reward": 0,
"rewards": {},
"apy": 0.0019,
"apy_7_day": 0.0164,
"apy_7_day": 0.0162,
"tvl": 333259,
"is_new": true
"kind": "single",
"link": "https://app.aave.com",
"contract_address": "0x030ba...", (informational only; use it at your own risk)
"composition": {
"USDC": 333259,
},
"active": true
}
]
}
{
"name": "ETH-stETH",
"chain": "Ethereum",
"protocol": "Curve",
"base": 0.0236,
"reward": 0.0195,
"rewards": {
"CRV": 0.0019,
"LDO": 0.0176
},
"apy": 0.0431,
"apy_7_day": 0.0448,
"apy_7_avg": 0.0442,
"tvl": 3723758205,
"is_new": false,
"kind": "single",
"link": "https://curve.fi",
"contract_address": "0x030ba..." (informational only; use it at your own risk)
"composition": {
"ETH": 42341,
"stETH": 38729
},
"active": true,
"series": [
{
"date": "2021-12-15T00:00:00.000Z",
"base": 0.01820000,
"reward": 0.04000000,
"apy": 0.05820000,
"tvl": 4879669240
},
{
"date": "2021-12-16T00:00:00.000Z",
"base": 0.02280000,
"reward": 0.04000000,
"apy": 0.06280000,
"tvl": 4879669240
}
]
}