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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.