New query docs and clearer template guidance
Apr 15, 2022
- GasPriceOracle query docs added — Added a new way to document historical gas prices in gwei, including example query data, response format, and guidance for estimating refunds.
- TracerFinance query docs added — Added documentation for querying Tracer pool data on Arbitrum with a `poolId`, plus example payloads and sample responses.
- Morphware query docs introduced — Added a new Morphware query type and updated the Snapshot encoding example to match the correct output.
New Features
- Added the GasPriceOracle query type for historical gas prices and refund estimates.
- Added the TracerFinance query type for retrieving pool data on Arbitrum.
- Added Morphware query documentation and replaced the older AwsSpotPrice guidance.
Documentation
- Clarified the query template instructions for building query data and standardized parameter names to mixedCase.
- Refined GasPriceOracle docs with the correct query name, clearer examples, gwei units, and better source guidance.
- Cleaned up Snapshot documentation, including the example response and encoded bytes sample.
- Improved TracerFinance docs with a The Graph example, sample response details, and a query ID generator link.