curl --request GET \
--url https://api.caminotreasury.com/v1/{chainId}/yield \
--header 'x-api-key: <api-key>'{
"earning": "<string>",
"decimals": 123,
"rate": {
"apy": 0.045
},
"dailyYield": "<string>",
"monthlyYield": "<string>",
"annualYield": "<string>"
}Returns the current yield projection for a wallet’s C0 token balance. Calculates daily, monthly, and annual yield based on the current M token earner rate, after applying the Conduit 10% fee.
curl --request GET \
--url https://api.caminotreasury.com/v1/{chainId}/yield \
--header 'x-api-key: <api-key>'{
"earning": "<string>",
"decimals": 123,
"rate": {
"apy": 0.045
},
"dailyYield": "<string>",
"monthlyYield": "<string>",
"annualYield": "<string>"
}API key for authentication. Pass your key in the x-api-key header.
Blockchain chain ID
Ethereum wallet address to estimate yield for
^0x[a-fA-F0-9]{40}$Yield estimate