GET
/
v1
/
public
/
strategy_vault
/
lp
/
info
curl --request GET \
  --url https://api-sv.orderly.org/v1/public/strategy_vault/lp/info
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "vault_id": "",
        "lp_nav": 56789,
        "lp_tvl": 63701.21,
        "total_main_shares": 12700,
        "available_main_shares": 12458.05,
        "potential_pnl": 2567.73,
        "total_performance_fees": 1.24
      }
    ]
  }
}

Query Parameters

wallet_address
string
required
vault_id
string

return all if empty

Response

200 - application/json

Success

The response is of type object.