Archive (indexer)

Using bro.trade'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

Endpoints

Testnet:

  • https://archive.bartio-test.bro.trade/v1

Mainnet:

  • https://archive.bera-prod.bro.trade/v1

Last updated