Get contract bids

GET {{baseUrl}}/characters/:character_id/contracts/:contract_id/bids/?datasource=tranquility&token=commodo irure

Lists bids on a particular auction contract


Alternate route: /dev/characters/{character_id}/contracts/{contract_id}/bids/

Alternate route: /legacy/characters/{character_id}/contracts/{contract_id}/bids/

Alternate route: /v1/characters/{character_id}/contracts/{contract_id}/bids/


This route is cached for up to 300 seconds

Request Params

KeyDatatypeRequiredDescription
datasourcestringThe server name you would like data from
tokenstringAccess token to use if unable to set a header

HEADERS

KeyDatatypeRequiredDescription
If-None-MatchstringETag from a previous request. A 304 will be returned if this matches the current ETag

RESPONSES

status: OK

[{"amount":1.23,"bid_id":1,"bidder_id":123,"date_bid":"2017-01-01T10:10:10Z"}]