On success, the API returns a JSON object with the totalBalance and token coins list.
Mnemonic
The mnemonic phrase is a critical component in securing your enterprise wallet's keys. Each mnemonic acts as the seed of a Hierarchical Deterministic (HD) Private Key, which contains hundreds of individual Private Keys. Only users with the Admin role are able to access this feature.
On success, the API returns a JSON object with the Bip39 formatted mnemonic key.
Address
An essential feature of every wallet is the wallet address, which can be either a classical bitcoin address or the more modern paymail alias address. To ensure privacy for the user, each API call will return a different classical address.
In case your application requires fetching all available addresses, use the addresses API. This might be useful if you want to manage your own address usage flow.
you can add the walletID header to each request to execute commands on the specific wallets. You can Retrieve walletId's from /wallets.
Wallet History
The History Endpoint allows users to retrieve the transaction history of their enterprise wallet. It is a GET request and requires the following parameters in the headers:
authToken
serviceID
Additionally, it requires the nextPageToken in the headers, which is used to keep track of the current page of transactions.
On success, the following information will be included in the response:
status: The status of the user creation process.
histories: A list of transactions.
meta: Includes the nextPageToken for retrieving subsequent data.
Update Paymail
This API allows users to update their Paymail address using a PUT request method. Users can easily customize their Enterprise wallet Paymail address and ensure that it reflects their branding and identity.