v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Client Account Wallets Endpoints

account/client-accounts/wallets/create

This endpoint allows you to create a new wallet for your client account.

post/account/client-accounts/wallets/create

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

WalletIDstring

The ID for your new wallet

Example response

{
  "WalletID": "primary_000001"
}