List user positions in a vault
Returns a user’s share balance and current position value (in the vault base asset) per chain each vault is deployed on. userAddress is required as a top-level query param. filter is optional; narrow with the vaultAddress and/or chainId flags, or omit it to return the user’s position in every live vault deployment. Defaults: pageSize=25 (max 100); omit pageToken for the first page.
Documentation Index
Fetch the complete documentation index at: https://developers.paxoslabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in format: pxl_<public_id>_
Query Parameters
Maximum items per page. Default: 25. Min: 1, max: 100.
1 <= x <= 10025
Opaque token for the next page. Omit for the first page.
User wallet address (hex address). Required.
"0xdEADdE9539A00Bbd9A8494f45EB38aEe89d7C001"
Filter string. Optional flags: vaultAddress (hex), chainId (number). Example: vaultAddress=0xbbbb000000000000000000000000000000000001 AND chainId=84532
"vaultAddress=0xbbbb000000000000000000000000000000000001 AND chainId=84532"
Response
List of user position entries
One entry per chain deployment.
Token for the next page. null when there are no more results. Always present.
"eyJvZmZzZXQiOjI1fQ=="
Address metadata map keyed by lowercase token/address. Missing metadata is represented as null.