|
|
Description
The Wallet Journal API returns a complete record of all wallet activity for a specified character.
Call
Alternate form for CSV export
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-12-10 20:08:23</currentTime>
<result>
<rowset name="entries" key="refID" columns="date,refID,refTypeID,ownerName1,ownerID1,ownerName2,ownerID2,argName1,argID1,amount,balance,reason,taxReceiverID,taxAmount">
<row date="2010-12-10 06:32:00" refID="3605306236" refTypeID="72" ownerName1="corpslave12" ownerID1="150337897" ownerName2="Secure Commerce Commission" ownerID2="1000132" argName1="35402980" argID1="0" amount="-10000.00" balance="985580165.53" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-12-10 06:32:00" refID="3605305292" refTypeID="72" ownerName1="corpslave12" ownerID1="150337897" ownerName2="Secure Commerce Commission" ownerID2="1000132" argName1="35402974" argID1="0" amount="-10000.00" balance="985590165.53" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-12-10 06:31:00" refID="3605303380" refTypeID="72" ownerName1="corpslave12" ownerID1="150337897" ownerName2="Secure Commerce Commission" ownerID2="1000132" argName1="35402956" argID1="0" amount="-10000.00" balance="985600165.53" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-12-10 06:30:00" refID="3605302609" refTypeID="72" ownerName1="corpslave12" ownerID1="150337897" ownerName2="Secure Commerce Commission" ownerID2="1000132" argName1="35402950" argID1="0" amount="-10000.00" balance="985610165.53" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-12-10 06:30:00" refID="3605301231" refTypeID="72" ownerName1="corpslave12" ownerID1="150337897" ownerName2="Secure Commerce Commission" ownerID2="1000132" argName1="35402941" argID1="0" amount="-10000.00" balance="985620165.53" reason="" taxReceiverID="" taxAmount="" />
</rowset>
</result>
<cachedUntil>2010-12-10 21:05:24</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| date
| date string
| Date / time of transaction.
|
| refID
| int
| Transaction Reference number.
|
| refTypeID
| int
| Type of transaction.
|
| ownerName1
| string
| Character name of sender of transaction.
|
| ownerID1
| int
| Character ID of sender of transaction.
|
| ownerName2
| string
| Character name of receiver of transaction.
|
| ownerID2
| int
| Character ID of receiver of transaction.
|
| argName1
| string
| See: Reference Types
|
| argID1
| int
| see: Reference Types
|
| amount
| decimal
| Amount of transaction.
|
| balance
| decimal
| Balance after transaction.
|
| reason
| string
| The comment for the transaction.
|
| taxReceiverID
| int
| ID number of taxing corporation / faction.
|
| taxAmount
| decimal
| Amount of tax.
|
Top Contributors For This Page
|