Introduction
Last updated
Aevo supports REST and Websocket API.
REST API Endpoints:
Mainnet: https://api.aevo.xyz
Testnet: https://api-testnet.aevo.xyz
Websocket API Endpoints:
Mainnet: wss://ws.aevo.xyz
Testnet: wss://ws-testnet.aevo.xyz
Requests are all JSON objects. Responses are either a JSON object or array.
SDKs:
Last updated