๐API
Vertex Edge (Base) websocket and REST API.
The only difference between connecting to the Vertex Edge (Base) API and the existing Vertex API is changing the host headers for the live API endpoints on Vertex from prod
to base-prod
.
Vertex API Endpoint Host Header =
prod
Base API Endpoint Host Header =
base-prod
Interacting with the Base API will otherwise remain the same as the original Vertex API.
Access the full Vertex API documentation applicable to Base here.
You can find a list of the live Vertex Edge (Base) API endpoints below:
Base โ Mainnet
Gateway Websocket: wss://gateway.base-prod.vertexprotocol.com/v1/ws
Gateway REST: https://gateway.base-prod.vertexprotocol.com/v1
Subscriptions: wss://gateway.base-prod.vertexprotocol.com/v1/subscribe
Archive (Indexer): https://archive.base-prod.vertexprotocol.com/v1
Base -- Testnet
Gateway Websocket: wss://gateway.base-test.vertexprotocol.com/v1/ws
Gateway REST: https://gateway.base-test.vertexprotocol.com/v1
Subscriptions: wss://gateway.base-test.vertexprotocol.com/v1/subscribe
Archive (Indexer): https://archive.base-test.vertexprotocol.com/v1
Last updated