Description
This API returns an XML formatted dump of the wallets belonging to a corporation as well as their current balance.
Corporate wallet information is only available to Junior Accountants, Accountants, Directors, or CEOs.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-12-16 20:22:13</currentTime>
<result>
<rowset name="accounts" key="accountID" columns="accountID,accountKey,balance">
<row accountID="6356" accountKey="1000" balance="32744.74" />
<row accountID="6368" accountKey="1001" balance="155081.00" />
<row accountID="6369" accountKey="1002" balance="626733.00" />
<row accountID="6370" accountKey="1003" balance="1.00" />
<row accountID="6371" accountKey="1004" balance="52776.91" />
<row accountID="6372" accountKey="1005" balance="379741.31" />
<row accountID="6373" accountKey="1006" balance="41753.98" />
</rowset>
</result>
<cachedUntil>2010-12-16 20:37:00</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| accountID
| int
| ID number of the account,
|
| accountKey
| int
| Wallet division.
|
| balance
| decimal
| Balance in account in ISK.
|
Top Contributors For This Page