Skip to main content
GET
Get historical 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.

from_date
string<date-time>

Start date for filtering positions

to_date
string<date-time>

End date for filtering positions

page
integer
default:1

Page number for pagination

limit
integer
default:20

Number of items per page

Response

Successfully retrieved historical positions

status
string
Example:

"success"

data
object