From EVEDev
[edit] /char/ContractBids.xml.aspx
[edit] Overview
Lists the latest bids that have been made to any recent auctions.
More informations here : http://www.eveonline.com/devblog.asp?a=blog&nbid=2383
[edit] Data Caching
This method is cached according to the Modified Short Cache Style.
[edit] Input Arguments
| Name
| Type
| Description
|
| keyID
| int
| The ID of the Customizable API Key for authentication, found at: https://support.eveonline.com/api.
|
| vCode
| char(64)
| The user defined or CCP generated Verification Code for the Customizable API Key, found at https://support.eveonline.com/api.
|
| characterID
| int
| The ID of the character for the requested data, from Character List. (Only required when use keyID that works with multiple characters)
|
[edit] Output Rowset Columns
| Name
| Type
| Description
|
| bidID
| long
| A unique key.
|
| contractID
| long
|
|
| bidderID
| long
|
|
| dateBid
| DateTime
|
|
| amount
| long
|
|