Get All Points

Method Name

public/get_all_points

Get all points for all users for a given program. This request is cached in WSGI.

Parameters

program string required
Program for which to count points

Response

id string or integer required
result object required
result.total_notional_volume string required
Total $ notional volume traded by all users elligible for points
result.total_users integer required
Total number of users in the program
result.points object required
Points earned per category

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}