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
Example response
{
"status": "success",
"data": [
{
"protocol": "meteora"
}
]
}