Token Viewer

An API Product to retrieve token information.

The Token Viewer API Product exposes API Endpoints that allow an application to retrieve information related to tokens that are stored in wallets on distributed ledgers/

API Endpoints in this API Product are exposed by Asset Administration Engine (AAE) and the LedgerScan Operations Engine (LSOE) as noted below.

API Endpoints for Token Users - also offered by the Token Manager API Product:

List of tokens (LSOE) -

GET {Apigee URL}/{LSOE proxy}/v1/tokens

Token captable (LSOE) -

GET {Apigee URL}/{LSOE proxy}/v1/tokens/{tokenId}/cap-table

Token details (AAE) -

API Endpoint not defined.

Token transactions (LSOE) -

GET {Apigee URL}/{LSOE proxy}/v1/tokens/{tokenId}/activities

Token value history (LSOE) -

GET {Apigee URL}/{LSOE proxy}/v1/tokens/{tokenId}/history

 

Related Resources