v19

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

Get positions for a specific pool

Retrieve all positions associated with a specific pool along with position state and pricing info

get/pools/{poolId}/positions

Path parameters

poolIdstring required

The pool address

Query parameters

ownerstring

Filter by position owner

status'Open' | 'Close'

Filter by position status

pageinteger

Page number for pagination

pageSizeinteger

Number of items per page

order_bystring

Field to order results by

sort_orderstring

Sort order direction (asc or desc)

platformstring

Filter by platform

pnl_thresholdnumber

Filter by PNL threshold

pnl_native_thresholdnumber

Filter by native PNL threshold

Response

Successfully retrieved pool positions

statusstring

Example response

{
  "status": "success"
}