Skip to main content
GET
Read a wallet's USDC + EURC balances on the deployment's chain

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required
Example:

"org-abc123"

id
string
required
Example:

"orw-abc123"

Response

Envelope { success, balances: OrganizationWalletBalancesDto }

success
boolean
required
Example:

true

balances
object
required