New APIQuery and EVMCall query docs land this week
Jun 3, 2022
- APIQuery feed type added — Introduced a new `APIQuery` feed type for pulling values directly from external API responses using a URL and selected field names. The guide now includes parameter details, response behavior, and worked examples.
- EVMCall query type documented — Added documentation for `EVMCall`, which lets users bridge public on-chain data across EVM-compatible chains. The spec now covers query parameters, query ID generation, response formatting, and example queries.
Documentation
- Published a new `APIQuery` guide with clearer usage notes, response format details, and examples for common API responses.
- Improved the `EVMCall` documentation to clarify timestamp behavior, response formatting, and how to build timestamped query examples.
- Refreshed several examples and code snippets to make the API and EVMCall specs easier to read and follow.