ReferencesApi referenceWalletWallets
Create a wallet
Creates a new wallet. Wallets are used to represent anything that can hold a balance. For example, bank accounts, loyalty point accounts, subscriptions, bills, loans, etc. A wallet can contain balances in one or multiple symbols created by the user.
Authorization
Authorization
RequiredBearer <token>JWT signed by private key. The presence of this token is not mandatory. It becomes required through the configuration of authorization access rules that requires a token to grant access. Once sent, the token is validated for its format, signature and expiration, regardless of the presence of access rules.
In: header
Request Body
application/json
RequiredWallet body
hash
RequiredstringPattern:
"^[A-Fa-f0-9]{64}$"
meta
Requiredobjectdata
Requiredobject & objectHeader Parameters
x-ledger
string | stringThe unique identifier of ledger in context for multi tenant requests.
Created wallet