Skip to main content
GET
/
strategy
/
available
Get available strategies
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"
  }
]

Query Parameters

integration
enum<string>
required

Integration type

Available options:
USX,
BOTANIX,
ETH,
ARB,
POLYGON,
SCROLL

Response

Available strategies retrieved

vaultId
string

Vault contract address (checksummed)

Example:

"0x4200000000000000000000000000000000000006"

chainId
integer

Chain ID where vault is deployed

Example:

8453

token
object
name
string

Human-readable vault name

Example:

"USDC Vault"

symbol
string

Vault token symbol

Example:

"vUSDC"