v19

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-25200153.4 KB
Pools

Get top LPers for a pool

Retrieve ranked LP providers for a pool with pagination and sorting.

Plan: Requires an active Premium or Enterprise API key. Free-plan keys receive 401.

get/pools/{poolId}/top-lpers

Path parameters

poolIdstring required

Pool address

Query parameters

order_bystring

Column to sort by

sort_order'asc' | 'desc'

Sort direction

pageinteger

Page number

limitinteger

Page size

Response

Successfully retrieved LPers

statusstring

Example response

{
  "status": "success",
  "data": [
    {
      "protocol": "meteora"
    }
  ]
}