Aliases MetricTool to use graphql aliases to rename fields in the response for clarity and disambiguation.
Archive Database QueryTool to query the archive database.
Combined Database QueryTool to query the combined database, which merges archive and real-time databases.
Conditional Metrics SnippetTool to generate a graphql metric snippet with conditional logic.
Count Distinct MetricTool to use the count distinct metric to aggregate unique values for a field.
Count MetricTool to use the count metric to aggregate the number of records matching a graphql query.
Database SelectionTool to select the database (archive, realtime, combined) to query at the top level of a graphql request.
Early Access Program QueryTool to access streaming data across various blockchain networks for evaluation purposes.
Mempool SubscriptionTool to subscribe to real-time mempool updates for evm chains (ethereum, bnb, etc.
Network SelectionTool to select the blockchain network for graphql queries.
Options QueryTool to fetch graphql dataset options via schema introspection.
Price Asymmetry MetricTool to generate graphql priceasymmetry filter snippet.
Quantile MetricTool to calculate quantiles to understand the distribution of numerical data.
Realtime Database QueryRealtime database query
Select By MetricTool to generate a graphql metric snippet filtering by its value using selectwhere.
Statistics MetricTool to compute statistical metrics (mean, median, etc.
Sum MetricTool to calculate the sum of a specified field's values across defined dimensions.
Uniq MetricTool to estimate the count of unique values using the uniq metric.