$character->transactions
Recent transaction list (last 1000). Set offset before_trans_id to recall older transactions.
$transaction->transaction_hashref
A hashref containing the details for a transaction. It contains the following keys:
transaction_for
transaction_type_name
transaction_type
transaction_quantity
transaction_station_id
transaction_client_id
transaction_client_name
transaction_type_id
transaction_id
transaction_price
transaction_time
transaction_station_name
$transaction->transaction_for
Who the transaction is for (personal, or presumably corporate)
$transaction->transaction_type_name
The name of the transaction, e.g. the name of the item you're selling/buying.
$transaction->transaction_type
The transaction type (e.g. buy/sell)
$transaction->transaction_quantity
The quantity involved in the transaction
$transaction->transaction_station_id
The station ID of where the transaction took place (see also transaction_station_name)
$transaction->transaction_client_id
The ID of the client (who is buying/selling the item)
$transaction->transaction_client_name
The name of the client (who is buying/selling the item)
$transaction->transaction_type_id
The type ID of the transaction.
$transaction->transaction_id
The ID of the transaction. Use the lowest transaction ID to walk back in time by setting before_trans_id.
$transaction->transaction_price
The price of the transaction
$transaction->transaction_time
The time of the transaction in epoch seconds.
$transaction->transaction_station_id
The station id where the transaction took place (see also transaction_station_name).
$character->before_trans_id
Set to return transactions older than a particular trans id for character/corp transactions.
$character->account_key
Sets the account key for retrieving transactions from a particular account. defaults to 1000.