Information

API free libraries

About Market API

Market API almost completely repeats WEB requests. Query parameters match. The only differences are the presence of PUT and DELETE methods.https://lzt.market/113509951/tag/add?tag_id=10
For example, a request to reserve an account on the WEB looks like this: lzt.market/market/{itemId}/tag/add?tag_id={tag_id}, and an API request looks like this: api.lzt.market/{itemId}/tag/add?tag_id={tag_id}.

Rate limit

120 requests per minute (0.5 seconds delay between requests)
If you exceed the limit, the response code 429 will be returned to you.

Search limit

20 requests per minute for only Category Search methods (3 seconds delay between per request).
If you exceed the limit, you will receive an error message.

Authorization

For using this api you need to create API Client and get Access Token with market scope.

Content-Type

application/x-www-form-urlencoded.

Is for free access?

To use the market api, you need to have 200 sympathies, or you can purchase monthly subscription here.

You can import the API into Postman using this file.