curl --request GET \
--url https://api.yield.xyz/v1/providers \
--header 'x-api-key: <api-key>'{
"total": 100,
"offset": 0,
"limit": 20,
"items": [
{
"name": "Morpho",
"id": "morpho",
"logoURI": "https://morpho.xyz/logo.png",
"description": "A peer-to-peer DeFi lending protocol",
"website": "https://morpho.xyz",
"tvlUsd": "10,200,000",
"type": "protocol",
"references": [
"<string>"
]
}
]
}Returns a paginated list of all providers, including both protocol and validator providers.
curl --request GET \
--url https://api.yield.xyz/v1/providers \
--header 'x-api-key: <api-key>'{
"total": 100,
"offset": 0,
"limit": 20,
"items": [
{
"name": "Morpho",
"id": "morpho",
"logoURI": "https://morpho.xyz/logo.png",
"description": "A peer-to-peer DeFi lending protocol",
"website": "https://morpho.xyz",
"tvlUsd": "10,200,000",
"type": "protocol",
"references": [
"<string>"
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://yieldxyz.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Offset for pagination
x >= 0Number of items per page
1 <= x <= 100