From EVEDev
[edit] /corp/AccountBalance.xml.aspx
[edit] Overview
Returns the ISK balance of a corporation.
[edit] Data Caching
This method is cached according to the Short Cache Style.
[edit] Input Arguments
| Name
| Type
| Description
|
| userID
| int
| userID of account for authentication.
|
| characterID
| int
| Character ID of a char with junior accounting or higher access in the corp you want the balance for.
|
| apiKey
| char(64)
| Full access API key of account.
|
[edit] Output XML
<eveapi version="2">
<currentTime>2007-06-18 22:40:16</currentTime>
<result>
<rowset name="accounts" key="accountID" columns="accountID,accountKey,balance">
<row accountID="4759" accountKey="1000" balance="74171957.08"/>
<row accountID="5687" accountKey="1001" balance="6.05"/>
<row accountID="5688" accountKey="1002" balance="0.00"/>
<row accountID="5689" accountKey="1003" balance="17349111.00"/>
<row accountID="5690" accountKey="1004" balance="0.00"/>
<row accountID="5691" accountKey="1005" balance="0.00"/>
<row accountID="5692" accountKey="1006" balance="0.00"/>
</rowset>
</result>
<cachedUntil>2007-06-18 22:40:26</cachedUntil>
</eveapi>
[edit] Output Rowset Columns
| Name
| Type
| Description
|
| accountID
| int
| ID number of the account.
|
| accountKey
| int
| Account identifier. This is the corp wallet division.
|
| balance
| decimal
| Amount of ISK the wallet has.
|