Skip to main content
POST
Create 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), validated at the Kong edge.

Body

application/json
walletName
string
required
assetCode
string
required

Asset code for the initial trustline (e.g. USDZ). Discover valid codes via GET /v1/assets.

Response

Wallet created.

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
balances
object[]

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