Discussions

Ask a Question

How can I get the steam_id (partner) from a transaction history record?

My transaction history (csgoempire) is getting very large and sometimes when I'm looking for a specific record I have trouble coming across skins with the same name traded at the same price and also at a time close to each other. In this case it would be very useful to get the steam_id associated with the deposit_id of that transaction, so I could compare it with my Steam trade history. Would that be possible?
ANSWERED

Item id

Hi, How long does an item’s ID remain unique to it? For example, when I withdraw an item, it has a specific ID. Will this ID remain the same if I try to deposit the exact same item from the exact same account? Thank you.
ANSWERED

Steam asset id not present in the withdrawal object schema

Hi, All of the below refers to the endpoint `Get Active Trades` (<https://csgoempire.com/api/v2/trading/user/trades>). I've noticed that the item object in the withdrawal schema does not include the asset ID; instead, it contains an item ID (which I assume is an internal ID defined by csgoempire). Since the item object in the deposit schema does include the asset ID, why isn't it also included in the withdrawal schema ? Is there a particular reason for this ? It would be helpful to have the asset ID in the withdrawal schema as well, as it would simplify checking whether the correct item was received from a programmatic point of view. Am I wrong ? Should I use this object instead of checking that the asset ids match ? ```javascript json "item_validation": { "numWrongItemDetections": 0, "validItemDetected": true, "validatedAt": 1723837840 } ``` Thank you.
ANSWERED

Is it possible to withdraw crypto via api?

Is it possible to withdraw crypto via api?
ANSWERED

Why is the API not responding properly

It's not loading properly