Method Name
public/get_detailed_maker_snapshot_history
public/get_detailed_maker_snapshot_historyGet detailed maker snapshot history. Note that for OPTION asset types the snapshots are only available for
the last few days.
Parameters
| epoch_start_timestampintegerrequired Start timestamp of the program epoch |
| program_namestringrequired Program name |
| walletstringrequired Wallet address of the maker |
| pageinteger Page number of results to return (default 1, returns last if above num_pages) |
| page_sizeinteger Number of results per page (default 100, max 1000) |
Response
| idstring or integerrequired |
| resultobjectrequired |
| result.paginationobjectrequired Pagination information |
| result.pagination.countintegerrequired Total number of items, across all pages |
| result.pagination.num_pagesintegerrequired Number of pages |
| result.programobjectrequired Program details |
| result.program.end_timestampintegerrequired End timestamp of the epoch |
| result.program.min_notionalstringrequired Minimum dollar notional to quote for eligibility |
| result.program.namestringrequired Name of the program |
| result.program.start_timestampintegerrequired Start timestamp of the epoch |
| result.program.asset_typesarray of stringsrequired List of asset types covered by the program |
| result.program.currenciesarray of stringsrequired List of currencies covered by the program |
| result.program.rewardsobjectrequired Rewards for the program as a token -> total reward amount mapping |
| result.snapshotsarray of objectsrequired Detailed maker snapshot history |
| result.snapshots[].asset_typestringrequired Asset type of the snapshot |
| result.snapshots[].bbo_factorstringrequired BBO factor of the maker |
| result.snapshots[].best_pricestringrequired Best price of the snapshot |
| result.snapshots[].coverage_scorestringrequired Coverage score of the maker |
| result.snapshots[].currencystringrequired Currency of the snapshot |
| result.snapshots[].deducted_factorstringrequired Deducted factor of the maker |
| result.snapshots[].deducted_notionalstringrequired Deducted notional of the maker |
| result.snapshots[].index_pricestringrequired Index price of the snapshot |
| result.snapshots[].instrument_factorstringrequired Factor for the instrument |
| result.snapshots[].instrument_namestringrequired Instrument name of the snapshot |
| result.snapshots[].is_bidbooleanrequired Whether the snapshot is a bid or ask |
| result.snapshots[].mid_pricestringrequired Mid price of the snapshot |
| result.snapshots[].notionalstringrequired Notional of the maker |
| result.snapshots[].quality_scorestringrequired Quality score of the maker |
| result.snapshots[].scaled_notionalstringrequired Scaled notional of the maker |
| result.snapshots[].timestampintegerrequired Timestamp of the snapshot |
| result.snapshots[].total_scaled_notionalstringrequired Total scaled notional of the snapshot |
| result.snapshots[].walletstringrequired Wallet address of the maker |
| result.snapshots[].quotesarray of arraysrequired List of maker quotes in the snapshot |
Example
{request_example_shell}{request_example_javascript}{request_example_python}The above command returns JSON structured like this:
{response_example_json}