Documentation for Markethunt API endpoints
https://api.markethunt.win/items
Get information about all items on the marketplace and their latest price and volume.
https://api.markethunt.win/items/{itemId}
Get daily average price and trade volume about an item.
https://api.markethunt.win/items/{itemId}/stock[?from={yyyy-mm-dd}&to={yyyy-mm-dd}]
Get bi-hourly bid (buy) and ask (sell) data about an item for the most recent 180 days, and averaged daily data afterwards. To query bi-hourly data after 180 days, use the optional from
and to
query parameters.
https://api.markethunt.win/items/search?query={search_string}
Search available items by name or acronym.
https://api.markethunt.win/analytics/total-volumes/{from}[/{to}]
Get total trade volume of all active items between two dates. The to
date is optional and defaults to today.
https://api.markethunt.win/analytics/movers/{from}[/{to}]
Get price movement data of all active items between two dates. The to
date is optional and defaults to today.
https://api.markethunt.win/otc/listings
Get list of all listing type and item combinations currently available in the database.
https://api.markethunt.win/otc/listings/{typeId}/{itemId}
Get listing data of type typeId
for item itemId
.
https://api.markethunt.win/events
Get event start and end dates (> August 2020 only).