Overview

Base URL

The base URL for the Quentrade API is consistent across all endpoints.

https://quentrade.com/api/v1

Request Guidelines

POST POST Requests

Parameters must be sent in the request body.

GET GET Requests

Parameters must be sent as a query string.

POSTPUTDELETEPOST, PUT, DELETE Requests

Parameters can be sent:

  • As a query string
  • In the request body with content type application/x-www-form-urlencoded or application/json
  • Mixed between the query string and request body

Parameter Order

Parameters can be sent in any order.

Parameter Conflict

If a parameter is sent in both the query string and the request body, the value from the query string will be used.

Official Channel