How To Migrate From Catalog to Catalog V2 and Reference Data
Examples
How do I get the assets/markets/exchanges covered?
assets = client.reference_data_assets().to_list()
markets = client.reference_data_markets().to_list()
exchanges = client.reference_data_exchanges().to_list()assets = client.catalog_assets()
markets = client.catalog_markets()
exchanges = client.catalog_exchanges()How do I get which assets have been on an exchange?
How do I get which markets are on an exchange?
How do I get the markets for which an asset is a base/quote?
How do I get which metrics are covered for a given asset/pair/exchange/market/exchange-asset/institution?
How do I get which assets/pairs/exchanges/markets are covered for a given metric?
How do I get which raw observation data are covered for a given market?
How do I get min and max time for a market?
How do I get which the min and max times an asset has been traded in an exchange?
How do I get what metrics are available for a given product and frequency?
A Mapping of Catalog Endpoints to Catalog V2 and Reference Data Endpoints
Existing Catalog Endpoint
Catalog v2 Endpoints
Reference Data Endpoints*
Notes
Last updated
Was this helpful?