Description
The Account Balance API allows you to list the accounts and account balances of a given character
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-10-05 20:28:55</currentTime>
<result>
<rowset name="Accounts" key="accountID" columns="accountID,accountKey,balance" />
<row accountID="4807144: accountKey="1000" balance="209127923.31"
</result>
<cachedUntil>2010-10-05 21:28:55</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| accountID
| int
| ID number of the account.
|
| accountKey
| int
| Account identifier (always 1000 for characters).
|
| balance
| decimal
| Balance of the account in ISK.
|
Top Contributors For This Page