SnaBe / node-steam-market-fetcher

A Node.js wrapper for the Steam Community Market API.
https://www.npmjs.com/package/steam-market-fetcher
MIT License
26 stars 3 forks source link

Rate limit for getMarketListings #15

Closed StefanIgnjatovic12 closed 1 year ago

StefanIgnjatovic12 commented 1 year ago

Hi, I'm trying to implement this library to fetch the current prices for all items on the steam market for a certain game. My question is whether there is any info on the rate limit for the endpoint associated with getMarketListings? I've read different things such as 200 requests per 5 minutes but on other packages I've seen specific rate limits that vary based on the endpoint. I assume those were found out through trial and error since the documentation for the steam api is lacking.