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

TradeItem(TradeItem)

Represents a Trade's Item

{
    "internal_id": 3,
    "trade_id": 434985530,
    "name": "Negg",
    "image": "https://images.neopets.com/items/negg.gif",
    "image_id": "negg",
    "order": 0,
    "price": 12323,
    "addedAt": "2023-03-23T18:52:57.056Z"
}
Built with