Malediktus.9250:

Would it be possible to pull the total gold earned on an account? I know Anet tracks this for purposes like increasing the amount of wealth you can send via mail and guildbank when its less than 30 days old.
Would be also nice to have for other currencies, too, incase that is also tracked.
And total amount of exp earned on a character.

Elfo Bianco.3786:

About the gold you can use:
API:2/account/wallet
API:2/commerce/transactions
It is not accurate, but if you know the amout of gold at the start of the day and the amount at the end of the day, plus your transactions on TP, you can sketchily retrieve how much have you earned and spent that day.
Anyway I think that knowing only if you have a profit or a loss in a day it is enough.

Malediktus.9250:

I mean the total gold earned (generated, not trading post earnings) in the lifetime of an account. I am 100% sure Anet is tracking this.

Lawton Campbell.8517:

I mean the total gold earned (generated, not trading post earnings) in the lifetime of an account. I am 100% sure Anet is tracking this.

Everything is tracked via logs, at least, but exposing a queryable API interface to them isn’t very feasible. Filtering, collating and aggregating them is a very non-trivial operation.

Astdis.9532:

There is a website that uses the API key you can generate in your account section that tracks these things and how much gold your account is worth in skins/dyes and such. https://gw2efficiency.com/

UnknownFreak.2805:

I think it would be better if the person wanting to track gold earn/loss/ whatever, to use the wallet api to make a custom logger, I’m going to do something similar, where I’m making a overlay to track gold earned that time the overlay is running, will probably make some kind of logger that logs, so you can have a history.

I’ll do it for the other currencies too. Once I get my tracking system to work

With the current api I think it would be very hard to track how much gold you’ve sent by mail/guild bank. Unless you make manual notes about it,

Astdis.9532:

as I said there it is already created.. can see your currencies and how much you can get from material storage.. how many dungeon tokens you have of each and how you could spend it to make profit..

Malediktus.9250:

I mean the total gold earned (generated, not trading post earnings) in the lifetime of an account. I am 100% sure Anet is tracking this.

Everything is tracked via logs, at least, but exposing a queryable API interface to them isn’t very feasible. Filtering, collating and aggregating them is a very non-trivial operation.

I would be suprised if it doesnt get added up somewhere. Otherwise it would have to recalculate it every time for accounts less than 30 days old.

as I said there it is already created.. can see your currencies and how much you can get from material storage.. how many dungeon tokens you have of each and how you could spend it to make profit..

this is not what this topic about, we are talking about lifetime of your account earnings and not your current account value