I’ve been testing some esi wallet endpoints in my app.
I’m using an Alpha account to test.
/character/character_id/wallet
returns the wallet balance
/wallet/journal
returns a 200 but an empty array
/wallet/transactions
also returns a 200 but an empty array
Is there a maximum date range on journal/transaction history retrieved? My alpha hasn’t had any transaction or journal entries since Nov 2017.
I don’t see any information about how far back these endpoints can reach, nor do I see a way to specify range by date. There is an option to add a transaction ID, but that’s a catch 22 for me.
Thanks
Edit: Added Issue requesting more documentation on the endpoints here