/v1/best
Highest-yielding farms ranked by sustained APY
Essayez-le en direct
10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.
Ça marche. Récupérez une clé API et utilisez-la dans votre projet.
Obtenez une clé APIExtraits de code
curl "https://api.oanor.com/yieldfarming-api/v1/best" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/yieldfarming-api/v1/best", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/yieldfarming-api/v1/best");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/yieldfarming-api/v1/best",
headers={"x-oanor-key": "oanor_test_..."}
)
Exemple de réponse
Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.
{
"data": {
"best": [
{
"apy": 28.2781,
"chain": "Ethereum",
"symbol": "APYUSD",
"il_risk": "no",
"outlier": false,
"pool_id": "4f0c0906-629c-4c18-9476-ebf0f628bc2b",
"project": "pendle",
"tvl_usd": 1072913,
"apy_base": 19.0264,
"exposure": "single",
"pool_meta": "For LP | Maturity 27AUG2026",
"apy_reward": 9.2518,
"prediction": {
"outlook": "Down",
"confidence": 3,
"probability_pct": 87
},
"stablecoin": true,
"apy_mean_30d": 25.8794,
"apy_change_7d": -10.9377,
"reward_tokens": 1,
"sustained_apy": 25.8794,
"volume_usd_1d": 40533,
"apy_change_30d": null
},
{
"apy": 34.2357,
"chain": "Ethereum",
"symbol": "APYUSD",
"il_risk": "no",
"outlier": false,
"pool_id": "9941f941-9574-41af-b001-6c9465b0b5e6",
"project": "pendle",
"tvl_usd": 8925466,
"apy_base": 34.2357,
"exposure": "single",
"pool_meta": "For buying PT-apyUSD-18JUN2026",
"apy_reward": null,
"prediction": {
"outlook": "Down",
"confidence": 3,
"probability_pct": 96
},
"stablecoin": true,
"apy_mean_30d": 22.8048,
"apy_change_7d": 5.7899,
"reward_tokens": 0,
"sustained_apy": 22.8048,
"volume_usd_1d": null,
"apy_change_30d": 14.8926
},
{
"apy": 21.5821,
"chain": "Ethereum",
"symbol": "WOUSD",
"il_risk": "no",
"outlier": false,
"pool_id": "3a0bfe11-ab8a-4112-8916-5185dfd69883",
"project": "pendle",
"tvl_usd": 1511198,
"apy_base": 21.5821,
"exposure": "single",
"pool_meta": "For LP | Maturity 17DEC2026",
"apy_reward": null,
"prediction": {
"outlook": "Down",
"confidence": 2,
"probability_pct": 64
},
"stablecoin": true,
"apy_mean_30d": 30.7638,
"apy_change_7d": -20.9193,
"reward_tokens": 0,
"sustained_apy": 21.5821,
"volume_usd_1d": 1999,
"apy_change_30d": null
},
{
"apy": 33.0919,
"chain": "Ethereum",
…