Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.41 KB

LeaderboardApi.md

File metadata and controls

52 lines (35 loc) · 1.41 KB

LeaderboardApi

All URIs are relative to https://localhost/api/v1

Method HTTP request Description
leaderboardGet GET /leaderboard Get current leaderboard.

leaderboardGet

List<Leaderboard> leaderboardGet(method)

Get current leaderboard.

Example

// 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();
}

Parameters

Name Type Description Notes
method String Ranking type. Options: &quot;notional&quot;, &quot;ROE&quot; [optional] [default to notional]

Return type

List<Leaderboard>

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, application/x-www-form-urlencoded
  • Accept: application/json, application/xml, text/xml, application/javascript, text/javascript