v1
latestOpenAPI 3.1.02026-07-26290137.0 KBGet Listed Items
Get a list of all items listed on the withdrawals page
Query parameters
Number of items to fetch per page. Min is 1 and max is 200 for guests and 2500 for authenticated users.
Page number to fetch.
Auction only items, yes or no.
Sort in ascending or descending order.
Item market name to search. 2 characters minimum.
Use this to choose the sorting order. Supported fields: market_value
Minimum item price.
Max item price.
Maximum item percentage to show.
Minimum delivery time average for the last 100 items.
Maximum delivery time average for the last 100 items.
Number (0-1). Minimum float wear value.
Number (0-1). Maximum float wear value.
Yes/no. Filters for items that have stickers.
Yes/no. Filters for items that are commodities. Cannot have wear/sticker based filters enabled at the same time.
Response
200
Example response
{
"current_page": 1,
"data": [
{
"above_recommended_price": -6,
"auction_ends_at": 1738082771,
"depositor_stats": {
"user_online_status": 1
},
"icon_url": "-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXI5BVcJos7pwgSW0nRV-uj6J6cWF5LMhRZibekKFYw7OfBfTgMtdq1kYKIxaGjN-PTxWkF7ZB13L6Z9t-tjgPh8hc6MW36J9TGIwI5ZEaQpAYS66Di9g",
"id": 288772289,
"market_name": "Charm | Backsplash",
"market_value": 26,
"name_color": "D2D2D2",
"published_at": "2025-01-28T16:43:11.842618Z",
"purchase_price": 26,
"suggested_price": 28
}
],
"first_page_url": "http://csgoempire.com/api/trading/items?per_page=2&page=1",
"from": 1,
"last_page": 11164,
"last_page_url": "http://csgoempire.com/api/trading/items?per_page=2&page=11164",
"links": [
{
"label": "« Previous"
}
],
"next_page_url": "http://csgoempire.com/api/trading/items?per_page=2&page=2",
"path": "http://csgoempire.com/api/trading/items",
"per_page": 2,
"success": true,
"to": 2,
"total": 22328
}