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.
 

CREST help

Author
My name GANZA
Planetary Express Holding
#1 - 2016-11-27 16:10:40 UTC
Hello can some one share some CREST guides on how to get wallet information and such. like how to get that private data using api key. just like in XML app. big thanks in advance.
Messenger Of Truth
Butlerian Crusade
#2 - 2016-11-29 12:26:23 UTC
I don't think its possible to retrieve character wallet data from CREST.

Trade Hub Price Checker: stop.hammerti.me.uk/pricecheck

Visit "Haulers Channel" in game for all matters courier-related.

Structure name/system API: stop.hammerti.me.uk/api

Crashys
State War Academy
Caldari State
#3 - 2016-11-29 15:02:53 UTC
CREST itself i don't think so.
But you can use CREST to request the "characterWalletRead" and then pull from XML API using:

?characterID=&accessToken= instead of the keyID, vCode.

You can check documentation here: http://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/authentication.html
Blacksmoke16
Resilience.
#4 - 2016-11-29 15:07:20 UTC
May also be able to use the ESI endpoint: esi-wallet.read_character_wallet.v1

It says 'Allows reading of a character's wallet, journal and transaction history.'

However I have not tested/used it so can't say for sure.