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.

Response

Successful Response

Response containing credit account balances and transfer history.

credit_account_address
string
required

The derived credit account address.

Example:

"0x4d4eb02B8d86379C36E887f391a039a17D72d9E0"

balances
Balances · object

Token balances keyed by token symbol. Symbols are not unique on-chain: when two tokens collide, each key becomes 'SYMBOL (0xAddress)' — match on token_address for exactness.

Example:
total_usd_value
string | null

Total USD value of all balances (sum of available values).

Example:

"72.57"