Skip to main content
GET
Get opening LP positions for an owner

Authorizations

x-api-key
string
header
required

API key for authentication

Query Parameters

chain
enum<string>
default:SOL

Blockchain network to query. SOL returns Meteora (DLMM / DAMM v2) data; ROBINHOOD returns Uniswap V3 and V4 data on Robinhood Chain (EVM, chain id 4663). Unrecognised values fall back to SOL.

Available options:
SOL,
ROBINHOOD
owner
string
required

Wallet address of the position owner

platform
string

Comma-separated protocols to filter by. Omit it to get every protocol served on the chain. Valid values are meteora and meteora_damm_v2 on SOL, uniswap_v3 and uniswap_v4 on ROBINHOOD. A protocol that is not served on the requested chain simply matches nothing.

Response

Successfully retrieved opening positions

status
string
Example:

"success"

count
integer

Total number of positions

Example:

11

data
object[]