Wallet Viewer

An API Product to retrieve wallet information.

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}/balances

Wallet activities (LSOE) -

GET /v1/wallets/{walletId}/activities

Wallet value history (LSOE) -

GET /v1/wallets/{walletId}/history

Wallet details (AME) -

GET /api/v1/wallets/{id}

Gets a hierarchy of parent accounts linked to wallet (AME) -

GET /api/v1/wallets/{id}/parents