βš™οΈ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 GET and DELETE endpoints, parameters must be sent as a query string.

  • For POST and PUT endpoints, the parameters may be sent in the request body with Content-Type application/json.

  • Parameters may be sent in any order.

Last updated