Positions

post

Get paginated positions for a user that match the specified filter

Path parameters
pubkeystringRequired

User's pubkey as hex string

Body
namestring[] · nullableOptional
min_liquidityinteger · nullableOptional
offsetinteger · nullableOptional
limitinteger · nullableOptional
Responses
chevron-right
200

Paginated positions

application/json
post
/positions/{pubkey}/by-filter
get

Get position details

Path parameters
idstringRequired

Position pubkey as hex string

Responses
chevron-right
200

Position details

application/json
get
/position/{id}
get

Get details for a user's position in the specified pool

Path parameters
pubkeystringRequired

User's pubkey as hex string

pool_idstringRequired

Pool ID as a hex string

Responses
chevron-right
200

List of positions

application/json
get
/position/{pubkey}/{pool_id}
get

Get a list of positions owned by the user

Path parameters
pubkeystringRequired

User's pubkey as hex string

Responses
chevron-right
200

List of positions

application/json
get
/positions/{pubkey}

Last updated