cURL
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 } ]
Address of the liquidity pair
The response is of type object[].
object[]
Was this page helpful?