Skip to content

Instantly share code, notes, and snippets.

@regner
Created January 6, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save regner/74981cbbde05ce5faac1 to your computer and use it in GitHub Desktop.
Save regner/74981cbbde05ce5faac1 to your computer and use it in GitHub Desktop.
An example of the new vnd.ccp.eve.MarketOrderCollection-v1 with an added id, location[id], type[id], and volumeEntered
{
"totalCount_str": "1",
"items": [
{
"volume_str": "301",
"buy": false,
"issued": "2015-01-06T14:04:43",
"price": 323108,
"volumeEntered": 500,
"minVolume": 1,
"volume": 301,
"range": "region",
"href": "http://crest.regner.dev/market/10000002/orders/2336311488/",
"duration_str": "90",
"location": {
"id_str": "60003760",
"href": "http://crest.regner.dev/universe/locations/60003760/",
"id": 60003760,
"name": "Jita IV - Moon 4 - Caldari Navy Assembly Plant"
},
"duration": 90,
"minVolume_str": "1",
"volumeEntered_str": "500",
"type": {
"id_str": "587",
"href": "http://crest.regner.dev/types/587/",
"id": 587,
"name": "Rifter"
},
"id": 2336311488,
"id_str": "2336311488"
}
],
"pageCount": 1,
"pageCount_str": "1",
"totalCount": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment