The Token Manager API Product exposes API Endpoints that allow an application to manage 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:
Setup and Configuration API Endpoints:
Add token (AAE) -
PUT {Apigee domain}/{AAE proxy}/v1/tokensEdit token (AAE) -
PUT {Apigee domain}/{AAE proxy}/v1/tokensLink priced_as (LSOE) -
PUT {Apigee domain}/{LSOE proxy}/v1/tokens/{tokenId}/priced-asRemove token (AAE) -
DELETE {Apigee domain}/{AAE proxy}/v1/tokens/{tokenId}Token tracking disable (LSOE)
PUT {Apigee domain}/{LSOE proxy}/v1/tokens/{tokenId}/trackingToken tracking enable (LSOE) -
PUT {Apigee domain}/{LSOE proxy}/v1/tokens/{tokenId}/trackingAPI Endpoints for Token Users - also offered by the Token VIewer API Product:
List of tokens (LSOE) -
GET {Apigee domain}/{LSOE proxy}/v1/tokensToken captable (LSOE) -
GET {Apigee domain}/{LSOE proxy}/v1/tokens/{tokenId}/cap-tableToken details (AAE) -
API Endpoint not defined.
Token transactions (LSOE) -
GET {Apigee domain}/{LSOE proxy}/v1/tokens/{tokenId}/activitiesToken value history (LSOE) -
GET {Apigee domain}/{LSOE proxy}/v1/tokens/{tokenId}/history
Related Resources