Strategy
Last updated
Last updated
GET /v1/strategy HTTP/1.1
Host: app.hakolabs.app
Accept: */*
{
"data": [
{
"strategyId": "stable_vault",
"name": "Stable Vault",
"description": "Automated USD strategy that allocates capital to enabled lending vaults.",
"inputTokens": [
{
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"network": "base",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"logoUrl": "https://coin-images.coingecko.com/coins/images/6319/large/usdc.png"
}
],
"outputTokens": [
{
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"network": "base",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"logoUrl": "https://coin-images.coingecko.com/coins/images/6319/large/usdc.png"
}
],
"entrypoints": [
{
"actions": [
"deposit",
"withdraw"
],
"network": "base",
"isHome": true,
"contractAddress": "0xda6600Dd3124f07EC82304b059248e5b529864df"
}
],
"meta": {
"minDepositUsd": 0.001,
"maxDepositUsd": 10000000,
"performanceFeeBps": 0,
"managementFeeBps": 0
},
"statistics": {
"tvlUsd": 32.12,
"apy": 6.82,
"apy7d": 6.75,
"tokenPriceUsd": 1.002347
}
}
]
}GET /v1/strategy/{strategyId} HTTP/1.1
Host: app.hakolabs.app
Accept: */*
{
"data": {
"strategyId": "stable_vault",
"name": "Stable Vault",
"description": "Automated USD strategy that allocates capital to enabled lending vaults.",
"inputTokens": [
{
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"network": "base",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"logoUrl": "https://coin-images.coingecko.com/coins/images/6319/large/usdc.png"
}
],
"outputTokens": [
{
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"network": "base",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"logoUrl": "https://coin-images.coingecko.com/coins/images/6319/large/usdc.png"
}
],
"entrypoints": [
{
"actions": [
"deposit",
"withdraw"
],
"network": "base",
"isHome": true,
"contractAddress": "0xda6600Dd3124f07EC82304b059248e5b529864df"
}
],
"meta": {
"minDepositUsd": 0.001,
"maxDepositUsd": 10000000,
"performanceFeeBps": 0,
"managementFeeBps": 0
},
"statistics": {
"tvlUsd": 32.12,
"apy": 6.82,
"apy7d": 6.75,
"tokenPriceUsd": 1.002347
}
}
}