LogoLogo
  • Getting Started
    • ๐Ÿ“‹Overview
    • ๐Ÿ“œTable of Contents
    • โš”๏ธVertex Edge
  • Basics
    • ๐ŸŽฅProducts
    • โšกDEX Architecture & Design
    • ๐ŸงตUnified Cross-Margin
    • โœ‚๏ธIsolated Margin
    • โ„น๏ธSubaccounts, Isolated Margin, and Health
    • โฐLiquidations & Insurance Fund
    • ๐Ÿ’ธPnL Settlements
    • ๐Ÿ“ŠPricing (Oracles)
    • ๐Ÿ’ฐFees
    • ๐Ÿ“ˆFunding Rates
    • โš–๏ธPerpetual & Spot Market Specifications
    • โ˜‘๏ธOne-Click Trading
    • ๐Ÿ”ซTrigger Orders
    • โ”FAQs
  • Rewards
    • ๐Ÿ…Points & Gold
    • ๐Ÿ“ˆTrading Competition
  • Resources & Links
    • ๐Ÿ“–Glossary
    • ๐Ÿ”ฌOpen-Source Contracts
    • ๐Ÿ“ŠData Providers & Metrics
    • ๐ŸชŸMaintenance Windows & Status
    • ๐ŸTerms of Use
    • ๐Ÿ”Privacy Policy
    • ๐ŸŒŽRestricted Territory Updates
    • ๐Ÿ“ธMedia Kit (Brand Assets)
  • Tutorials
    • ๐ŸGetting Started
    • โ˜‘๏ธOne-Click Trading
    • ๐Ÿ“ฌTrading Basics
    • ๐Ÿ”ดPerpetual Trading
    • ๐Ÿท๏ธSpot Trading
    • ๐Ÿ‘ฏMultiple Accounts
    • โš”๏ธCross-Chain Deposits
    • ๐Ÿ”ŒTP, SL & Stop-Market Orders
    • ๐Ÿ”ฑDepositing & Withdrawing
    • โšกFast Withdrawals (Coming Soon)
    • ๐Ÿ”„Borrowing & Repaying
    • ๐ŸšงMargin Health
    • ๐ŸŽฑPools
  • Developer Resources
    • ๐Ÿ”ŒAPI
    • ๐ŸŒถ๏ธTypeScript SDK
    • ๐ŸPython SDK
    • ๐Ÿ‘ฝRust SDK
    • ๐Ÿ—๏ธContracts
Powered by GitBook
On this page
  1. Developer Resources

API

Blitz websocket and REST API.

PreviousPoolsNextContracts

Last updated 1 year ago

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 .

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


here
๐Ÿ”Œ
Page cover image