All URIs are relative to https://localhost/api/v1
Method | HTTP request | Description |
---|---|---|
leaderboardGet | GET /leaderboard | Get current leaderboard. |
List<Leaderboard> leaderboardGet(method)
Get current leaderboard.
// Import classes:
//import io.swagger.client.ApiException;
//import io.swagger.client.api.LeaderboardApi;
LeaderboardApi apiInstance = new LeaderboardApi();
String method = "notional"; // String | Ranking type. Options: \"notional\", \"ROE\"
try {
List<Leaderboard> result = apiInstance.leaderboardGet(method);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LeaderboardApi#leaderboardGet");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
method | String | Ranking type. Options: "notional", "ROE" | [optional] [default to notional] |
No authorization required
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json, application/xml, text/xml, application/javascript, text/javascript