GET
/
open-api
/
v1
/
lp-positions
/
overview
Get overview metrics for LP positions
curl --request GET \
  --url https://api.lpagent.io/open-api/v1/lp-positions/overview \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "data": {
    "owner": "DMQ7mJ8DTXYLoc1g1NpSv7jtDdaCzsLUdzvvY8MA4hbX",
    "chain": "SOL",
    "protocol": "meteora",
    "total_inflow": 1586491.3551108437,
    "avg_inflow": {
      "ALL": 1233.6635731810604,
      "7D": 1009.8441703184694,
      "1M": 1895.4839197467682,
      "3M": 1243.036011296495,
      "1Y": 1233.66357318106,
      "YTD": 1233.66357318106
    },
    "total_outflow": 1578323.345425783,
    "total_fee": {
      "ALL": 12516.614685851924,
      "7D": 4.262212981880845,
      "1M": 7404.187815729953,
      "3M": 12498.147067807171,
      "1Y": 12516.614685851926,
      "YTD": 12516.614685851926
    },
    "total_reward": 0,
    "total_pnl": {
      "ALL": 4323.2505549474245,
      "7D": -85.02276020207705,
      "1M": 3502.31375643287,
      "3M": 4315.87760395399,
      "1Y": 4323.250554947427,
      "YTD": 4323.250554947427
    },
    "total_inflow_native": 10585.562828397458,
    "avg_inflow_native": {
      "ALL": 8.231386336234415,
      "7D": 5.388384469621412,
      "1M": 12.475841877745875,
      "3M": 8.29392670708921,
      "1Y": 8.231386336234413,
      "YTD": 8.231386336234413
    },
    "total_outflow_native": 10529.299449727307,
    "total_fee_native": {
      "ALL": 83.4853120103325,
      "7D": 0.022746553186898555,
      "1M": 48.820621387493105,
      "3M": 83.36295390095411,
      "1Y": 83.48531201033254,
      "YTD": 83.48531201033254
    },
    "total_reward_native": 0,
    "total_pnl_native": {
      "ALL": 8.756756271321922,
      "7D": -0.02289659499999974,
      "1M": 11.766254518455375,
      "3M": 8.70741865915985,
      "1Y": 8.756756271321928,
      "YTD": 8.756756271321928
    },
    "avg_age_hour": 2.1423017107309485,
    "total_lp": "1294",
    "win_lp": "403",
    "win_lp_native": "229",
    "closed_lp": {
      "ALL": "1286",
      "7D": 13,
      "1M": 515,
      "3M": 1276,
      "1Y": 1286,
      "YTD": 1286
    },
    "opening_lp": "8",
    "total_pool": "188",
    "win_rate": {
      "ALL": 0.533068783068783,
      "7D": 0.16666666666666666,
      "1M": 0.5786163522012578,
      "3M": 0.5327102803738317,
      "1Y": 0.533068783068783,
      "YTD": 0.533068783068783
    },
    "win_rate_native": {
      "ALL": 0.6835820895522388,
      "7D": 0,
      "1M": 0.6942675159235668,
      "3M": 0.6848484848484848,
      "1Y": 0.6835820895522388,
      "YTD": 0.6835820895522388
    },
    "expected_value": {
      "ALL": 5.718585390142092,
      "7D": -14.17046003367951,
      "1M": 11.013565271801475,
      "3M": 5.762186387121481,
      "1Y": 5.7185853901420955,
      "YTD": 5.7185853901420955
    },
    "expected_value_native": {
      "ALL": 0.026139570959169856,
      "7D": -0.02289659499999974,
      "1M": 0.07494429629589411,
      "3M": 0.026386117148969213,
      "1Y": 0.02613957095916991,
      "YTD": 0.02613957095916991
    },
    "fee_percent": 0.007889494415163342,
    "fee_percent_native": 0.0078867145152046,
    "apr": 17678030.44344193,
    "roi": 0.0027250388355538006,
    "roi_avg_inflow": 0.004635449659420882,
    "roi_avg_inflow_native": 0.0031755976322122067,
    "first_activity": "2025-04-25 01:37:08.000",
    "last_activity": "2025-07-30 16:03:45.000",
    "avg_pos_profit": 5.7185853901420955,
    "avg_pos_profit_native": 0.026139570959169918,
    "avg_monthly_profit_percent": 0.004306823066304065,
    "avg_monthly_pnl": 1080.8126387368566,
    "avg_monthly_inflow": 396622.8387777108,
    "avg_monthly_profit_percent_native": 0.005537899372724309,
    "avg_monthly_pnl_native": 2.1891890678304833,
    "avg_monthly_inflow_native": 2646.390707099365,
    "updated_at": "2025-07-30 17:02:36"
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

owner
string
required

Wallet address of the position owner

protocol
string
default:meteora

Protocol to filter by (e.g., meteora, orca)

Response

200
application/json

Successfully retrieved overview data

The response is of type object.