API 2.0
Endpoints
/user_trades
Obtain a list of trade transactions made by an user
Method | GET |
---|---|
URL | https://uexcorp.space/api/2.0/user_trades/ |
Authorization | Bearer Token |
Cache TTL | — |
Input |
secret_key string(40) // required, should be passed via header |
Output |
id int(11) id_terminal int(11) id_commodity int(11) id_user_fleet int(11) id_vehicle int(11) id_organization int(11) operation string(4) scu int(11) price float(11) // per SCU date_added int(11) date_modified int(11) user_name string(255) user_username string(255) commodity_name string(255) terminal_name string(255) user_fleet_name string(255) user_fleet_serial string(255) user_fleet_screenshot string(255) vehicle_name string(255) organization_name string(255) |
Response status |
• missing_secret_key • invalid_secret_key • user_not_found • user_not_allowed // user banned or disabled by UEX • no_trades_found • ok |
Update rate | Realtime |
Documentation update: | 4 months ago |
Required as header input