Skip to main content
GET
/
v1
/
public
/
strategy_vault
/
vault
/
info
Get Strategy Vault Info
curl --request GET \
  --url https://api-sv.orderly.org/v1/public/strategy_vault/vault/info
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "vault_id": "",
        "vault_address": "",
        "vault_type": "protocol",
        "vault_name": "Orderly OmniVault",
        "description": "Earn passive yields effortlessly, no trading expertise required. Deposit...",
        "sp_address": "xxxxxxx",
        "sp_name": "yyyy",
        "asset": "USDC",
        "vault_age": 180,
        "status": "live",
        "vault_start_time": 1702989203989,
        "performance_fee_rate": 0.3,
        "supported_chains": [
          {
            "chain_id": "1",
            "chain_name": "Ethereum"
          },
          {
            "chain_id": "42161",
            "chain_name": "Arbitrum"
          },
          {
            "chain_id": "8453",
            "chain_name": "Base"
          },
          {
            "chain_id": "10",
            "chain_name": "Optimism"
          },
          {
            "chain_id": "137",
            "chain_name": "Polygon"
          }
        ],
        "tvl": 123456789,
        "valid_hpr": 30,
        "30d_apy": 0.24,
        "recovery_30d_apy": 0,
        "vault_lifetime_net_pnl": 123456,
        "lp_counts": 1204,
        "total_main_shares": 123456789,
        "lifetime_apy": 0.21,
        "lock_duration": 48,
        "min_deposit_amount": 10,
        "min_withdrawal_amount": 10,
        "gate_threshold_pct": 0.1,
        "gate_triggered": false,
        "broker_id": "orderly"
      }
    ]
  }
}

Query Parameters

vault_id
string

return all if empty

status
string

return all if no filter

broker_ids
string

can filter multiple broker_id per query.

Response

200 - application/json

Success

success
boolean
Example:

true

timestamp
number
Example:

1702989203989

data
object