PolyData Explorer Dashboard Documentation

1. Introduction

Welcome to the PolyData Explorer Dashboard! This tool allows you to filter, explore, and download historical market event data and their associated price histories.

2. How to Use

2.1. Initial Load

Upon opening the dashboard, you'll see a progress bar. This indicates that the application is initializing or checking the status of backend data sources. Once ready, the "Overall Progress" section will typically indicate "Application ready" or a similar status, allowing you to proceed.

2.2. Filtering Data

The "Data Filters" section is your primary tool for finding specific market events.

  1. Enter Filter Values: Populate one or more fields with your search criteria. All filters are optional; leaving a filter blank means it won't be applied.
  2. Select Comparison Types: For many fields (like ID, Ticker, Volume), you can select a comparison operator (e.g., EQ, GT, Partial).
  3. Apply Filters: Once your criteria are set, click the "Apply Filters & Load Data" button.

The dashboard will then fetch the queried data and present as a JSON format.

2.3. Viewing Results

2.4. Downloading Data

3. Data Filters Explained

All filter inputs are combined to form a query. Text-based "Partial" matches are generally case-insensitive, but "Exact" matches may be case-sensitive depending on the backend field. (You would most likely use market slug field to query for similar fields)

4. Understanding the Results

4.1. Event Metadata Table

This table displays key-value pairs of attributes for the market event selected from the dropdown.

4.2. Price History Table

This table shows historical price data for the selected market event, structured like a financial data frame.

5. Rate Limiting & Data Caps

6. Example Usage

Using partial market slug matches, you can filter for recurring markets and get all the price history at once!

7. Troubleshooting

For persistent issues or questions not covered here, please refer to the Support page.