curl --request GET \
--url https://api.blend.money/strategy/available[
{
"vaultId": "0x4200000000000000000000000000000000000006",
"chainId": 8453,
"token": {
"address": "0x4200000000000000000000000000000000000006",
"symbol": "USDC",
"decimals": 6,
"chainId": 8453
},
"name": "USDC Vault",
"symbol": "vUSDC"
}
]Get available strategies for a specific integration type.
curl --request GET \
--url https://api.blend.money/strategy/available[
{
"vaultId": "0x4200000000000000000000000000000000000006",
"chainId": 8453,
"token": {
"address": "0x4200000000000000000000000000000000000006",
"symbol": "USDC",
"decimals": 6,
"chainId": 8453
},
"name": "USDC Vault",
"symbol": "vUSDC"
}
]Integration type
USX, BOTANIX, ETH, ARB, POLYGON, SCROLL Available strategies retrieved
Vault contract address (checksummed)
"0x4200000000000000000000000000000000000006"
Chain ID where vault is deployed
8453
Human-readable vault name
"USDC Vault"
Vault token symbol
"vUSDC"
Was this page helpful?