Endpoints

List of latest live Vertex Endpoints

Environments

Mainnet

Arbitrum One:

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

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

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

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

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

Testnet

Arbitrum Sepolia:

  • Gateway Websocket: wss://gateway.sepolia-test.vertexprotocol.com/v1/ws

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

  • Subscriptions: wss://gateway.sepolia-test.vertexprotocol.com/v1/subscribe

  • Archive (Indexer): https://archive.sepolia-test.vertexprotocol.com/v1

  • Trigger: https://trigger.sepolia-test.vertexprotocol.com/v1

Blast Sepolia:

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

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

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

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

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

Migration

Note: Endpoints have been recently updated, use the provided mapping to migrate. Old endpoints are scheduled for deprecation on January 1st, 2024.

  • Gateway (websocket):

    • Old endpoints:

      • wss://prod.vertexprotocol-backend.com/ws

      • wss://api.prod.vertexprotocol.com/ws

    • New endpoint:

      • wss://gateway.prod.vertexprotocol.com/v1/ws

  • Gateway (REST) - queries:

    • Old endpoints:

      • https://prod.vertexprotocol-backend.com/query

      • https://api.prod.vertexprotocol.com/query

    • New endpoint:

      • https://gateway.prod.vertexprotocol.com/v1/query

  • Gateway (REST) - symbols:

    • Old endpoints:

      • https://prod.vertexprotocol-backend.com/symbols

      • https://api.prod.vertexprotocol.com/symbols

    • New endpoint:

      • https://gateway.prod.vertexprotocol.com/v1/symbols

  • Gateway (REST) - executes:

    • Old endpoints:

      • https://prod.vertexprotocol-backend.com/execute

      • https://api.prod.vertexprotocol.com/execute

    • New endpoint:

      • https://gateway.prod.vertexprotocol.com/v1/execute

  • Subscriptions API:

    • Old endpoints:

      • wss://prod.vertexprotocol-backend.com/subscribe

      • wss://api.prod.vertexprotocol.com/subscribe

    • New endpoint:

      • wss://gateway.prod.vertexprotocol.com/v1/subscribe

  • Archive (indexer) API:

    • Old endpoints:

      • https://prod.vertexprotocol-backend.com/indexer

      • https://api.prod.vertexprotocol.com/indexer

    • New endpoint:

      • https://archive.prod.vertexprotocol.com/v1

  • Trigger API - queries:

    • Old endpoints:

      • https://prod.vertexprotocol-backend.com/trigger/query

      • https://api.prod.vertexprotocol.com/trigger/query

    • New endpoint:

      • https://trigger.prod.vertexprotocol.com/v1/query

  • Trigger API - executes:

    • Old endpoints:

      • https://prod.vertexprotocol-backend.com/trigger/execute

      • https://api.prod.vertexprotocol.com/trigger/execute

    • New endpoint:

      • https://trigger.prod.vertexprotocol.com/v1/execute

  • Gateway V2 - queries:

    • Old endpoints:

      • https://prod.vertexprotocol-backend.com/api/v2

      • https://api.prod.vertexprotocol.com/api/v2

    • New endpoint:

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

  • Archive (indexer) V2 - queries:

    • Old endpoints:

      • https://prod.vertexprotocol-backend.com/indexer/v2

      • https://api.prod.vertexprotocol.com/indexer/v2

    • New endpoint:

      • https://archive.prod.vertexprotocol.com/v2

Last updated