Pricing Viewer

An API Product to retrieve price data.

The Pricing Viewer API Product exposes API Endpoints that allow an application to discover current and historical pricing for assets.

API Endpoints in this API Product are exposed by the Price FeedEngine (PFE).

Note: Before prices may be retrieved, it is first necessary to set up the Pricing Engine price store database using API Endpoints that are licenses via the Pricing Manager API Product.

Two API Endpoints are available to obtain price data:

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