These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Opening market via CREST

Author
Pete Butcher
The Scope
Gallente Federation
#1 - 2016-06-25 14:43:16 UTC
Anybody knows how to open market for specific type via CREST? The crowdsourced docs don't have it listed.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

Blacksmoke16
Imperial Academy
#2 - 2016-06-25 18:34:37 UTC  |  Edited by: Blacksmoke16
POST /characters/YOUR_CHARACTER_ID/ui/openwindow/marketdetails/ HTTP/1.1
Host: crest-tq.eveonline.com
Authorization: bearer YOUR_TOKEN
Content-Type: application/json

{
"type": {
"href": "https://crest-tq.eveonline.com/inventory/types/0/",
"id": ID_YOU_WANT
}
}


Requires remoteClientUI scope.
Pete Butcher
The Scope
Gallente Federation
#3 - 2016-06-25 18:40:29 UTC
Blacksmoke16 wrote:
POST /characters/2047918291/ui/openwindow/marketdetails/ HTTP/1.1
Host: crest-tq.eveonline.com
Authorization: bearer YOUR_TOKEN
Content-Type: application/json

{
"type": {
"href": "https://crest-tq.eveonline.com/inventory/types/0/",
"id": ID_YOU_WANT
}
}


Requires remoteClientUI scope.


Thanks!

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

Blacksmoke16
Imperial Academy
#4 - 2016-06-25 18:55:29 UTC
Pete Butcher wrote:



Thanks!


Np, also i updated my post, the POST URL needs to include the character id of the character that owns the token.