Users
Last updated
Last updated
Retrieves all positions associated with a user's public key.
string
'02a1633caf...e4613f0f0f'
An array of positions with estimated yields, serialized with BigInt values.
PositionResult[]
Retrieves a specific position for a user by public key and pool ID.
string
'02a1633caf...e4613f0f0f'
string
'02a1633caf...e4613f0f0f'
The position with estimated yield, serialized with BigInt values.
SerializeBigInt<PositionResult>
Retrieves positions associated with a user's public key based on a filter.
An array of token names to filter positions.
The minimum liquidity to filter positions.
An array of sorting fields and directions.
A paginated response containing an array of positions, serialized with BigInt values.