v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
MultiCurrency Wallets

Issue a new wallet to a subaccount.

post/v0.2.4/multicurrency-wallets/request

Request body

subAccountstring required

ID of the subaccount to issue the wallet to

currencystring required

Currency code for the new wallet

Example request

{
  "subAccount": "907b90ef-d723-4b07-9f74-480afb5f09ef",
  "currency": "CAD"
}

Response

Success

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Wallet issued successfully",
  "data": {
    "type": "chi"
  }
}