itemdb API Guide
  1. Schemas
itemdb API Guide
  • Getting Started
  • Slugs
  • Widget
  • Widget Tabs Exemple
  • Item
    • Get latest items
      GET
    • Get an item
      GET
    • Get item's price history
      GET
    • Get item's auction history
      GET
    • Get item's restock history
      GET
    • Get item's trade history
      GET
    • Get items color palette
      GET
    • Get item's color palette
      POST
    • Get many items
      GET
    • Get many items
      POST
    • Get Item Drops Data
      GET
    • Get Dyeworks Variants
      GET
    • Get MME Paths
      GET
    • Get Item Effects
      GET
    • Get Cooking Pot Recipes
      GET
  • Search
    • Search for an item
  • Lists
    • Get List Info
    • Get List Item Info
    • Get List Item Data
  • Misc
    • Get all ways to change a Pet Color/Species
    • Get wearable preview
    • Get cached item's thumbnail
  • Schemas
    • Schemas
      • SaleStatus
      • ItemMallData
      • UseTypes
      • ListData
      • ListItemInfo
      • ItemData
      • itemColorData
      • ItemPriceData
      • OwlsData
      • ItemRestockData
      • ItemAuctionData
      • TradeData
      • TradeItem
      • UserList
      • ListItemInfo
      • ColorData
      • SearchFilters
  1. Schemas

TradeData

Represents a Trade lot

{
    "recent": [
        {
            "trade_id": 0,
            "owner": "string",
            "priced": true,
            "hash": "string",
            "items": [
                {
                    "internal_id": 0,
                    "trade_id": 0,
                    "name": "string",
                    "image": "string",
                    "image_id": "string",
                    "price": 0,
                    "order": 0,
                    "addedAt": "string"
                }
            ],
            "wishlist": "string",
            "processed": true,
            "addedAt": "string"
        }
    ],
    "priced": 0,
    "total": 0,
    "uniqueOwners": 0,
    "period": "string"
}
Built with