Get User's Exchanges
Retrieve the list of exchanges available to a specific user
Overview
This GET endpoint enables you to fetch the list of exchanges available to a specific user.
There are four required parameters that must be provided in the request:
Authorization (header). This is the authorization token from the very first token request. The value of this header must have the following format:
Bearer BQ898r9fefi
(Bearer
+ 1 space + the token).userID (path). This is the internal ID of the user whose exchanges you'd like to list. If you're sending the request on behalf of the user whose authorization token is used to perform the request, set this parameter to
@me
.API version (path). Unless necessary, leave it at "1.0".
The user information request must be sent to the following URL:
Response
In response, you'll receive a JSON file containing the list of exchanges available to that user:
If a trader selects Auto
when placing an order, this order will be routed to the most appropriate exchange.
Common Mistakes
Here are some of the common mistakes that developers make when attempting to retrieve the list of exchanges available to a specific user.
Last updated