curl --request GET \
--url https://api.blend.money/safe/yield{
"currentYield": "0.0845",
"formattedYield": "8.45%",
"vaultToken": {
"address": "0x4200000000000000000000000000000000000006",
"symbol": "USDC",
"decimals": 6,
"chainId": 8453
},
"lastUpdated": "2024-01-15T10:30:00Z"
}Get current yield information for a specific vault.
curl --request GET \
--url https://api.blend.money/safe/yield{
"currentYield": "0.0845",
"formattedYield": "8.45%",
"vaultToken": {
"address": "0x4200000000000000000000000000000000000006",
"symbol": "USDC",
"decimals": 6,
"chainId": 8453
},
"lastUpdated": "2024-01-15T10:30:00Z"
}Vault yield retrieved
"0.0845"
"8.45%"
"2024-01-15T10:30:00Z"
Was this page helpful?