The Pricing Manager API Product exposes API Endpoints that allow an application to manage pricing sources and assets, and to retrieve price data.
API Endpoints in this API Product are exposed by the Price FeedEngine (PFE).
Setup/configuration Endpoints:
Register Assets for both Base and Priced In Assets -
POST {Apigee domain}/{PFE proxy}/v1/assetsSpecify Provider -
POST {Apigee domain}/{PFE proxy}/v1/listeners/<provider name>/enable Validate the asset pair to determine which providers can support it -
GET {Apigee domain}/{PFE proxy}/v1/listeners/validate/<base asset><priced-in-asset>Set Up Asset Pair to Retrieve from Provider -
POST {Apigee domain}/{PFE proxy}/v1/listeners/pairs/<base asset>/<priced-in asset>Price discovery Endpoints - also offered by the Pricing Viewer API Product:
Get Latest Price -
POST {Apigee domain}/{PFE proxy}/v1/price-store/get-latest-price/{baseAsset}/{pricedInAsset}Price Pair History -
POST {Apigee domain}/{PFE proxy}/v1/price-store/get-price-history/{baseAsset}/{pricedInAsset}
Related Resources