Skip to main content
GET
List an org's active stablecoin wallets

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"

Response

200 - application/json

Envelope { success, wallets: OrganizationWalletResponseDto[] }

success
boolean
required
Example:

true

wallets
object[]
required