GET
/
pair
/
{pair_address}
/
positions_lock
get_pair_positions_lock
curl --request GET \
  --url https://dlmm-api.meteora.ag/pair/{pair_address}/positions_lock
[
  {
    "closed": true,
    "inner_ix_idx": 1,
    "ix_idx": 1,
    "lock_release_point": 1,
    "owner": "<string>",
    "position": "<string>",
    "slot": 1,
    "tx_idx": 1
  }
]

Path Parameters

pair_address
string
required

Address of the liquidity pair

Response

200 - application/json

The response is of type object[].