Discussions

Ask a Question
ANSWERED

Fetching last sales of dopplers not working

Hey, I want to get last sales of an item. It doesnt seem to work for dopplers of specific phases. Am I doing it incorrectly? It works for anything other than dopplers. Thanks.

ANSWERED

connecting to websocket using python getting 502 bad gateway

import websocket
import requests

ANSWERED

why aren't all skins displayed at auction via API?

why aren't all skins displayed at auction via API? They are available via the website, but they are not visible via API, how is that? I don't have any filters set in the API, and the skin is quite popular.

ANSWERED

Item receive endpoint problems

Hey. I got problem with marking item as received. I talk about this endpoint:
https://csgoempire.com/api/v2/trading/deposit/{deposit_id}/received
Firstly docs say that we need to pass deposit_id, but in reality it expected item_id, as I checked dev tools when marked item received on site.

ANSWERED

getting "Recommended price" of items

hello i am trying to fix pricing and was interested is it possible to get Recommended price of items . basically data that shows Recommended pricing on Csgoempire

ANSWERED

new_item socket event

I watched socket events like 10m and got no one new_item event type in socket

ANSWERED

Diffrent responses from same transactions request

Using this request https://csgoempire.com/api/v2/user/transactions i do have market_name fields in response, but when i'm adding query params to the url like https://csgoempire.com/api/v2/user/transactions?page=1&per_page=100&type=withdrawals there's no market_name filelds in response.
Also, using page param in url different from 1 i don't get market_name in transaction fileds in response

ANSWERED

Rate Limit

Hey!
I try access /api/v2/trading/item/{listing_id}/sales and don't get expected rate limit that written in docs.

ANSWERED

id mappings

from where can I get the information of the id -> skin hashname mappings

ANSWERED

I cannot start websocket when open app dns 1.1.1.1

When i open app dns 1.1.1.1 on window, i cant connect websocket of empire. I try on another computer my code work normally.