cURL
curl --request GET \ --url https://api.deframe.io/strategies \ --header 'x-api-key: <api-key>'
{ "docs": [ { "_id": "507f1f77bcf86cd799439011", "name": "Aave USDC Lending", "slug": "aave-usdc-lending", "protocol": "Aave", "network": "ethereum", "asset": { "symbol": "USDC", "contract": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", "decimals": 6 }, "paused": false, "apy": 5.25, "tvl": "1000000000" } ], "totalDocs": 123, "limit": 123, "page": 123, "totalPages": 123, "hasNextPage": true, "hasPrevPage": true }
Get paginated list of available DeFi yield strategies for the authenticated customer
API key for authentication. Obtain from your Deframe dashboard.
Page number
Results per page
Strategies retrieved successfully
Show child attributes
Was this page helpful?