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 characterMarketOrdersRead and characterAssetsRead?

Author
Ligraph
The Scope
Gallente Federation
#1 - 2016-07-12 21:26:56 UTC
Where are the CREST characterMarketOrdersRead and characterAssetsRead endpoints? I haven't been able to find it in any documentation.
Blacksmoke16
Imperial Academy
#2 - 2016-07-12 22:10:36 UTC
Those are not actual CREST endpoints. Those are scopes that can allow your auth token to get data from the XML API.

http://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/authentication.html#sso-access-tokens
Ligraph
The Scope
Gallente Federation
#3 - 2016-07-12 22:11:30 UTC
Ah.
Salgare
Center for Advanced Studies
Gallente Federation
#4 - 2016-07-13 00:35:02 UTC
Like smoke said.

Note the link he gave is an example of using the SSO access_token. You use the scopes you asked about when obtaining the access_token

Use the normal endpoint information along with that example of using the access_token instead of the apiKeyId/code.

For xml/api the actual endpoints you want are:
http://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_accountbalance.html
http://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_walletjournal.html
http://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_wallettransactions.html