Method Name
public/get_maker_programs
public/get_maker_programsGet all maker programs, including past / historical ones.
Parameters
Response
| idstring or integerrequired |
| resultarray of objectsrequired |
| result[].end_timestampintegerrequired End timestamp of the epoch |
| result[].min_notionalstringrequired Minimum dollar notional to quote for eligibility |
| result[].namestringrequired Name of the program |
| result[].start_timestampintegerrequired Start timestamp of the epoch |
| result[].asset_typesarray of stringsrequired List of asset types covered by the program |
| result[].currenciesarray of stringsrequired List of currencies covered by the program |
| result[].rewardsobjectrequired 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}