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