βοΈGeneral API information
The base endpoint is: https://api.staging.dexilon.io
Some endpoints will require authorization.
All endpoints return either a JSON object or array.
Data is returned in ascending order. Oldest first, newest last.
All time and timestamp related fields are in milliseconds.
All data types adopt definition in JAVA.
Error Codes and Messages
Any endpoint can return an ERROR
Specific error codes and messages with examples defined in Error Codes.
General Information on Endpoints
For
GETandDELETEendpoints, parameters must be sent as aquery string.For
POSTandPUTendpoints, the parameters may be sent in therequest bodywith Content-Typeapplication/json.Parameters may be sent in any order.
Last updated