IBExWalletAPI

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 404 is 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.

GET
/v1.2/users/me/pools

Authorization

AuthorizationRequiredBearer <token>

In: header

Query Parameters

includeZerostring

Include zero-balance pool items

Default: "false"Value in: "true" | "false"
curl -X GET "https://passkeys-testnet.ibex.fi/v1.2/users/me/pools?includeZero=true" \
  -H "Authorization: Bearer <token>"

Default Response

{}