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