DeFi Strategies
Strategies within deFi
Get strategies for the token
Get strategies for a token.
Request Body
Name
Type
Description
{
"status":"200",
"message":"Success",
"result":[
{
"strategy_name":"lido_curve",
"strategy_id":"389201",
"strategy_category":"liqSt_dex",
"defi_in":[
{
"defi_name":"lido",
"defi_contract":"0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
},
{
"defi_name":"curve",
"defi_contract":"0xD533a949740bb3306d119CC777fa900bA034cd52",
},
],
"current_apy": 0.04,
"breackdown_apy":[
{
"token_symbol": "stETH",
"current_apy": 0.038,
},
{
"token_symbol": "crv",
"current_apy": 0.02,
},
],
"current_risk_rating": "AB",
"current_available_liquidity_token": 30000,
"tokens_in": [
{
"token_symbol": "eth",
},
],
"tokens_out": [
{
"token_symbol": "stEth",
},
{
"token_symbol": "crv",
},
],
},
],
"offset": 1,
"pagination": 1,
}Get health status by strategy id
Get health status for deFi(s) inside of the strategy.
Request Body
Name
Type
Description
Get health status by strategy name
Get health status for deFi(s) inside of the strategy.
Request Body
Name
Type
Description
Last updated