HomeDocumentationAPI Reference
Log In
API Reference

Get Maker Programs

Method Name

public/get_maker_programs

Get all maker programs, including past / historical ones.

Parameters

Response

id  string or integer required

result  array of objects required

result[]. end_timestamp  integer required
End timestamp of the epoch

result[]. min_notional  string required
Minimum dollar notional to quote for eligibility

result[]. name  string required
Name of the program

result[]. start_timestamp  integer required
Start timestamp of the epoch

result[]. asset_types  array of strings required
List of asset types covered by the program

result[]. currencies  array of strings required
List of currencies covered by the program

result[]. rewards  object required
Rewards for the program as a token -> total reward amount mapping

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}