PrivacyUser's data
User's pool positions
DeFi pool balances and yields for the authenticated user's wallet.
Handling "address not yet indexed" (404):
- Blockchain data is indexed asynchronously. If the wallet address is not yet indexed, the API automatically triggers indexing and retries the request.
- A
404is only returned if automatic indexing does not complete in time. Retry after 5–10 seconds.
For AI agents: if you receive a 404, wait 5–10 seconds and retry once.
Authorization
AuthorizationRequiredBearer <token>In: header
Query Parameters
includeZerostringInclude zero-balance pool items
Default:
"false"Value in: "true" | "false"Default Response