Information

Free API Client packages

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

  • Query parameter: oauth_token=*token*
  • Header: Authorization: "Bearer *token*"

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.

Status codes

CodeNameDescription
200OKThe request was successfully completed.
400Bad RequestThe request is invalid due to client error.
401UnauthorizedAuthentication is required.
403ForbiddenYou do not have permission to view this page or perform this action.
429Too Many RequestsToo many requests in a short period.
500Internal Server ErrorAn internal server error occurred, try again later or report it here.
502Bad GatewayThe gateway encountered an error while processing the request, try again later.
503Service UnavailableThe server is temporarily unavailable, try again later.
504Gateway TimeoutThe gateway timed out waiting for a response, try again later.