Archive (indexer)
Query Vertex's indexed historical data
Last updated
Query Vertex's indexed historical data
Last updated
Using Vertex's indexer API you can access historical data in the platform as it is processed by our offchain sequencer. This includes: trading activity, events, candlesticks and more.
You can interact with our indexer by sending HTTP
requests at POST [ARCHIVE_ENDPOINT]
alongside a json payload of the query. Endpoints:
HTTP
requests must set the Accept-Encoding
to include gzip
, br
or deflate
https://archive.sepolia-test.vertexprotocol.com/v1
https://archive.prod.vertexprotocol.com/v1