All request endpoint urls start with api/
. Data is sent and received as JSON objects. All request data is sent in the request body if not specified otherwise. You should return 200
for success responses and any code that starts with 4
for error responses.
Date values should be sent and received as unix timestamps in milliseconds.
All live data sent over websocket. We will have a single connection. Thus a data format is necessary to differentiate the data. This is the data format:
{