|
|
Description
The Wallet Journal API displays a complete record of all wallet activity for all seven of a corporationʼs wallets.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-04-10 01:24:46</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-04-09 16:54:00" refID="2566223382" refTypeID="35" ownerName1="corpslave" ownerID1="150337897" ownerName2="CONCORD" ownerID2="1000125" argName1="anonymous" argID1="30497503" amount="-2950.00" balance="318851502.61" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-04-09 16:07:00" refID="2566058222" refTypeID="42" ownerName1="corpslave" ownerID1="150337897" ownerName2="" ownerID2="0" argName1="" argID1="0" amount="-1519995.96" balance="318854452.61" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-04-09 16:03:00" refID="2566044581" refTypeID="42" ownerName1="corpslave" ownerID1="150337897" ownerName2="" ownerID2="0" argName1="" argID1="0" amount="-30996.95" balance="320374448.57" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-04-09 16:01:00" refID="2566038069" refTypeID="71" ownerName1="corpslave" ownerID1="150337897" ownerName2="anonymous" ownerID2="30497503" argName1="27285523" argID1="0" amount="-17000000.00" balance="320405445.52" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-04-09 15:53:00" refID="2566012762" refTypeID="42" ownerName1="corpslave" ownerID1="150337897" ownerName2="" ownerID2="0" argName1="" argID1="0" amount="-589996.29" balance="337405445.52" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-04-08 20:05:00" refID="2562897021" refTypeID="66" ownerName1="Secure Commerce Commission" ownerID1="1000132" ownerName2="corpslave" ownerID2="150337897" argName1="-1" argID1="0" amount="45000000.00" balance="337995441.81" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-04-08 20:05:00" refID="2562896960" refTypeID="66" ownerName1="Secure Commerce Commission" ownerID1="1000132" ownerName2="corpslave" ownerID2="150337897" argName1="-1" argID1="0" amount="45000000.00" balance="292995441.81" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-04-08 20:05:00" refID="2562896914" refTypeID="66" ownerName1="Secure Commerce Commission" ownerID1="1000132" ownerName2="corpslave" ownerID2="150337897" argName1="-1" argID1="0" amount="40000000.00" balance="247995441.81" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-04-08 16:24:00" refID="2562053806" refTypeID="15" ownerName1="corpslave" ownerID1="150337897" ownerName2="Federation Customs" ownerID2="1000122" argName1="" argID1="1" amount="-937590.00" balance="208481441.81" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-04-08 09:26:00" refID="2561067466" refTypeID="19" ownerName1="" ownerID1="2" ownerName2="corpslave" ownerID2="150337897" argName1="17932" argID1="0" amount="112000.00" balance="209419031.81" reason="" taxReceiverID="" taxAmount="" />
<row date="2010-04-08 00:22:00" refID="2559771587" refTypeID="85" ownerName1="CONCORD" ownerID1="1000125" ownerName2="corpslave" ownerID2="150337897" argName1="XKH-6O" argID1="30000752" amount="393624.00" balance="209307031.81" reason="10019:3,22824:2," taxReceiverID="553239301" taxAmount="32376.00" />
</rowset>
</result>
<cachedUntil>2010-04-10 01:25:20</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
|