IBExWalletAPI

Available lending pools

List active lending pools available for the authenticated user's chain.

GET
/v1.2/users/me/lending

Authorization

AuthorizationRequiredBearer <token>

In: header

curl -X GET "https://passkeys-testnet.ibex.fi/v1.2/users/me/lending" \
  -H "Authorization: Bearer <token>"

Default Response

[
  {}
]