Skip to main content
GET
Get a wallet

Authorizations

Authorization
string
header
required

Access token issued by POST /v1/auth/token.

x-zeam-auth
string
header
required

Application secret (the apiKey issued at registration), required on every request.

Path Parameters

walletId
string<uuid>
required

Wallet identifier.

Response

The wallet.

id
string<uuid>
required
publicKey
string
required

Stellar public key (G...)

walletName
string
accountNumber
string

Zeam account number.

networkName
string

Platform network name.

hasMultipleSigners
boolean
ownAccount
boolean

Whether the wallet belongs to the association's own business (false = held on behalf of a third party).

status
enum<string>

Verification status. Only a Verified wallet may be transacted on; own-account wallets are Verified at creation, third-party wallets start Pending until their KYC review completes.

Available options:
Pending,
Verified,
Rejected
balances
object[]

On-chain balances. Populated best-effort; may be empty if the Horizon lookup failed. Native XLM is excluded.