Query Parameters
return all if empty
return all if no filter
can filter multiple broker_id per query.
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"
}
]
}
}Limit: 10 requests per second per IP address
GET /v1/public/strategy_vault/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"
}
]
}
}return all if empty
return all if no filter
can filter multiple broker_id per query.