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",
        "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,
        "30d_apr": 34.87,
        "30d_apy": 0.24,
        "vault_lifetime_net_pnl": 123456,
        "lp_counts": 1204,
        "total_main_shares": 123456789,
        "est_main_share_price": 1.5,
        "lock_duration": 48,
        "min_withdrawal_amount": 10,
        "gate_threshold_pct": 0.1,
        "gate_triggered": false,
        "broker_id": "orderly"
      }
    ]
  }
}

Query Parameters

vault_id
string

return all if empty

Response

200 - application/json

Success

The response is of type object.