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 General Discussion

 
  • Topic is locked indefinitely.
 

how to use API to report the corp fund detail to xml file

Author
whisperer Zamayid
Fuxi Legion
Fraternity.
#1 - 2013-03-28 08:32:57 UTC
up
thx for geting in lol



i want to report my corp wallet detail to a XML file , i used HQ and can just get about 500 , how can i get more , or report the data by days ?
Thur Barbek
Republic University
Minmatar Republic
#2 - 2013-03-28 08:40:08 UTC
http://wiki.eveonline.com/en/wiki/EVE_API_Corporation_Account_Balance

Above is the specific command you need to call. It should return a list which you can do whatever with.

If i recall correctly, the api only holds something like the last 5000 transactions for wallet data, so you would need to import often enough to avoid this limit.
whisperer Zamayid
Fuxi Legion
Fraternity.
#3 - 2013-03-28 08:46:29 UTC
Thur Barbek wrote:
http://wiki.eveonline.com/en/wiki/EVE_API_Corporation_Account_Balance

Above is the specific command you need to call. It should return a list which you can do whatever with.

If i recall correctly, the api only holds something like the last 5000 transactions for wallet data, so you would need to import often enough to avoid this limit.



first of all , ty for ur reply , and i kown the limit that it can hold only 5000 transactions ,but i can just report 500 only , how to do that i can report more than 1000 ?
ty so much
Sentient Blade
Crisis Atmosphere
Coalition of the Unfortunate
#4 - 2013-03-28 08:54:02 UTC
http://wiki.eve-id.net/APIv2_Char_MarketTransactions_XML

Read the details on how to iterate the list.
whisperer Zamayid
Fuxi Legion
Fraternity.
#5 - 2013-03-28 09:02:32 UTC
Sentient Blade wrote:
http://wiki.eve-id.net/APIv2_Char_MarketTransactions_XML

Read the details on how to iterate the list.



ty so much , and i see the result of the api , but how to report it that i can see the result , use C++or something else? and how to control the amount of the result ,