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

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

owner
string
required

Wallet address of the position owner

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
period
enum<string>
default:day

Aggregation period for revenue data

Available options:
day,
week,
month
range
enum<string>

Time range filter (only 7D and 1M are available)

Available options:
7D,
1M
protocol
string

Comma-separated protocols to filter by. Omit it to aggregate every protocol served on the chain. Valid values are meteora and meteora_damm_v2 on SOL, uniswap_v3 and uniswap_v4 on ROBINHOOD.

Response

Successfully retrieved revenue data

status
string
Example:

"success"

data
object[]