V2

Vertex V2 REST API: Gateway and Archive (indexer) Endpoints

Vertex V2 API offers REST-based endpoints focused on two key functionalities:

  1. Gateway Queries: Access real-time market data, including trading pairs and book liquidity.

  2. Archive (indexer) Queries: Query historical market data, including 24-hour statistics for all products and recent trades.

Endpoints

Testnet

  • Gateway: https://gateway.sepolia-test.vertexprotocol.com/v2

  • Archive (indexer): https://archive.sepolia-test.vertexprotocol.com/v2

Mainnet

  • Gateway: https://gateway.prod.vertexprotocol.com/v2

  • Archive (indexer): https://archive.prod.vertexprotocol.com/v2

Gateway

pageAssetspagePairspageOrderbook

Archive (indexer)

pageTickerspageContractspageTradespageVRTX Token

Last updated