Page cover image

๐Ÿ”ŒAPI

Blitz websocket and REST API.

The only difference between connecting to the Blitz API and the existing Vertex API are changing the host headers for the live API endpoints on Vertex from prod to blast-prod.

  • Vertex API Endpoint Host Header = prod

  • Blitz API Endpoint Host Header = blast-prod

Interacting with the Blitz API will otherwise remain the same as the Vertex API.

Access the full Vertex API documentation applicable to Blitz here.

You can find a list of the live Blitz API endpoints below:

Mainnet

  • Gateway Websocket: wss://gateway.blast-prod.vertexprotocol.com/v1/ws

  • Gateway REST: https://gateway.blast-prod.vertexprotocol.com/v1

  • Gateway V2: https://gateway.blast-prod.vertexprotocol.com/v2

  • Subscriptions: wss://gateway.blast-prod.vertexprotocol.com/v1/subscribe

  • Archive (Indexer): https://archive.blast-prod.vertexprotocol.com/v1

  • Archive (Indexer) V2: https://archive.blast-prod.vertexprotocol.com/v2

  • Trigger:https://trigger.blast-prod.vertexprotocol.com/v1


Last updated