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.
- schema
- example
{
"method": "PING",
"params": [],
"id": int32
}
{
"method": "PING",
"params": [],
"id": 1
}