The Wallet Viewer API Product exposes API Endpoints that allow an application to retrieve information related to wallets that are hosted on distributed ledgers.
API Endpoints in this API Product are exposed by Account Management Engine (AME) and the LedgerScan Operations Engine (LSOE) as noted below.
API Endpoints for Token Users - also offered by the Wallet Manager API Product:
List of wallets (LSOE) -
GET /v1/wallets
Wallet balance (LSOE) -
GET /v1/wallets/{walletId}/balancesWallet activities (LSOE) -
GET /v1/wallets/{walletId}/activitiesWallet value history (LSOE) -
GET /v1/wallets/{walletId}/historyWallet details (AME) -
GET /api/v1/wallets/{id}Gets a hierarchy of parent accounts linked to wallet (AME) -
GET /api/v1/wallets/{id}/parents
Related Resources