Skip to main content

WebSocket API

Data

DataMaxi+ currently provides the following datasets through WebSocket API.

Annoucememnt

CEX

DEX

Forex

Authentication

All WebSocket endpoints are protected by an API key, which you can obtain upon registering at https://datamaxiplus.com/auth. To learn more about WebSocket API authentication you can refer to the Authentication page.

Ping

Websocket connection requires a ping every 30 minutes, if no ping is received within 30 minutes, the connection will be closed.

{
"method": "PING",
"params": [],
"id": int32
}