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 information about an item and its marketplace history.
https://api.markethunt.win/items/{itemId}/stock
Get detailed information about an item's historical buy and sell orders.
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 information 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).