cURL
curl --request GET \ --url https://api.deframe.io/strategies/{strategyId}/quote \ --header 'x-api-key: <api-key>'
{ "expectedReturn": "1000000", "fee": "1000000", "apy": 123 }
Calculate expected returns and fees for a strategy deposit
API key for authentication. Obtain from your Deframe dashboard.
Strategy ID or slug
Amount to deposit
"1000000"
User wallet address
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
Quote calculated successfully
Large integer represented as string (amount in token's smallest unit)
Was this page helpful?