Skip to main content
GET
Get a users's credit balances

Authorizations

Api-Key
string
header
required

Path Parameters

userId
string<uuid>
required

Id of the user to get balances for

Response

Successful operation

creditLimit
integer
required

Credit limit of the user, in cents

pendingCharges
integer
required

Pending charges of the user, in cents

postedCharges
integer
required

Posted charges of the user, in cents

balanceDue
integer
required

Balance due of the user, in cents

spendingPower
integer
required

The amount of money the user can spend, in cents

spendingPowerWithWallet
integer

The user's total spending power including any USDC that can be pulled from their linked on-chain wallet at authorization time, in cents. This equals spendingPower plus the minimum of the user's wallet balance and approved allowance, summed across all supported chains. Only present for tenants using wallet allowance collateral sourcing.