Skip to main content
GET
Python (SDK)

Authorizations

x-api-key
string
header
required

Your Compass API Key. Get your key here.

Query Parameters

chain
enum<string>
default:base
required
Available options:
arbitrum,
base,
bsc,
ethereum,
hyperevm,
tempo
owner
string
default:0x06A9aF046187895AcFc7258450B15397CAc67400
required

The address of the owner of the credit account to get looped positions for.

Response

Successful Response

Looped positions across Aave V3 and Morpho Blue for a credit account.

credit_account_address
string
required

The credit product account address derived from the owner.

positions
LoopedPosition · object[]

All looped positions, on both Aave and Morpho.

Example:
aave_account_summary
AccountSummary · object | null

Aave account-level summary (health factor, LTV, borrow capacity). Present when the account holds any open Aave looped position, since Aave collateral is pooled and health is account-level. Null for Morpho-only accounts.