๐API
Vertex (Mantle) websocket & REST API.
The only difference between connecting to the Vertex (Mantle) API and the existing Vertex API 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.
Access the full Vertex API documentation applicable to Mantle here.
You can find a list of the live Vertex (Mantle) API endpoints below:
Mantle -- Mainnet
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
Mantle -- Sepolia Testnet
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
Last updated