Get list of earn opportunities (vaults).
Note: This endpoint is currently in beta and might be subject to changes.
Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Cursor for the next or previous page of results.
Number of items per page.
1 <= x <= 100Field to sort results by.
Sort order (ASC or DESC).
ASC, DESC "ASC"
OK
Page of lending opportunities for this query.
[
{
"id": "opp-usdc-eth-001",
"providerId": "MORPHO",
"type": "VAULT",
"chainId": "1",
"address": "0x1234567890123456789012345678901234567890",
"name": "USDC Core",
"symbol": "mUSDC",
"principalAsset": {
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"symbol": "USDC",
"decimals": 6,
"assetId": "USDC_ETH"
},
"positionAsset": {
"address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
"symbol": "mUSDC",
"decimals": 18,
"assetId": "MORPHO_USDC_VAULT_ETH"
},
"totalAssets": "50000000.0",
"liquidity": "1200000.0",
"apy": { "native": 4.25, "gross": 4.4, "net": 4.05 },
"performanceFee": "0.10",
"exposure": [],
"managementFee": "0.01"
}
]Total number of items matching the query.
1
Opaque cursor for the next page; empty when there is no next page.
""
Opaque cursor for the previous page; empty when there is no previous page.
""