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, you will receive an error message and response code 429.
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 and response code 429.
Authorization & Token configuration
For using this API you need to create API Client and get Access Token with market scope.
You can pass the token as a query parameter or in the request headers
- Token query param name: oauth_token
- Token bearer header name: Bearer
Content-Type
API always returns the response as application/json (With few exceptions).
You should send requests to API with application/json or application/x-www-form-urlencoded content type.
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.