API
Vertex (Mantle) websocket & REST API.
Last updated
Vertex (Mantle) websocket & REST API.
Last updated
The only difference between connecting to the Vertex (Mantle) API and the existing are changing the host headers for the live API endpoints on Vertex from prod
to mantle-prod
Vertex API Endpoint Host Header = prod
Mantle API Endpoint Host Header = mantle-prod
Interacting with the Mantle API will otherwise remain the same as the original Vertex API.
You can find a list of the live Vertex (Mantle) API endpoints below:
Gateway Websocket: wss://gateway.mantle-prod.vertexprotocol.com/v1/ws
Gateway REST: https://gateway.mantle-prod.vertexprotocol.com/v1
Gateway V2: https://gateway.mantle-prod.vertexprotocol.com/v2
Subscriptions: wss://gateway.mantle-prod.vertexprotocol.com/v1/subscribe
Archive (Indexer): https://archive.mantle-prod.vertexprotocol.com/v1
Archive (Indexer) V2: https://archive.mantle-prod.vertexprotocol.com/v2
Trigger:https://trigger.mantle-prod.vertexprotocol.com/v1
Gateway Websocket: wss://gateway.mantle-test.vertexprotocol.com/v1/ws
Gateway REST: https://gateway.mantle-test.vertexprotocol.com/v1
Gateway V2: https://gateway.mantle-test.vertexprotocol.com/v2
Subscriptions: wss://gateway.mantle-test.vertexprotocol.com/v1/subscribe
Archive (Indexer): https://archive.mantle-test.vertexprotocol.com/v1
Archive (Indexer) V2: https://archive.mantle-test.vertexprotocol.com/v2
Trigger:https://trigger.mantle-test.vertexprotocol.com/v1