EVE Swagger Interface
  1. Wallet
EVE Swagger Interface
  • Alliance
    • List all alliances
      GET
    • Get alliance information
      GET
    • List alliance's corporations
      GET
    • Get alliance icon
      GET
  • Contacts
    • Get alliance contacts
      GET
    • Get alliance contact labels
      GET
    • Delete contacts
      DELETE
    • Get contacts
      GET
    • Add contacts
      POST
    • Edit contacts
      PUT
    • Get contact labels
      GET
    • Get corporation contacts
      GET
    • Get corporation contact labels
      GET
  • Character
    • Character affiliation
      POST
    • Get character's public information
      GET
    • Get agents research
      GET
    • Get blueprints
      GET
    • Get corporation history
      GET
    • Calculate a CSPA charge cost
      POST
    • Get jump fatigue
      GET
    • Get medals
      GET
    • Get character notifications
      GET
    • Get new contact notifications
      GET
    • Get character portraits
      GET
    • Get character corporation roles
      GET
    • Get standings
      GET
    • Yearly aggregate stats
      GET
    • Get character corporation titles
      GET
  • Assets
    • Get character assets
    • Get character asset locations
    • Get character asset names
    • Get corporation assets
    • Get corporation asset locations
    • Get corporation asset names
  • Skills
    • Get character attributes
    • Get character's skill queue
    • Get character skills
  • Bookmarks
    • List bookmarks
    • List bookmark folders
    • List corporation bookmarks
    • List corporation bookmark folders
  • Calendar
    • List calendar event summaries
    • Get an event
    • Respond to an event
    • Get attendees
  • Clones
    • Get clones
    • Get active implants
  • Contracts
    • Get contracts
    • Get contract bids
    • Get contract items
    • Get public contract bids
    • Get public contract items
    • Get public contracts
    • Get corporation contracts
    • Get corporation contract bids
    • Get corporation contract items
  • Fittings
    • Get fittings
    • Create fitting
    • Delete fitting
  • Fleets
    • Get character fleet info
    • Get fleet information
    • Update fleet
    • Get fleet members
    • Create fleet invitation
    • Kick fleet member
    • Move fleet member
    • Delete fleet squad
    • Rename fleet squad
    • Get fleet wings
    • Create fleet wing
    • Delete fleet wing
    • Rename fleet wing
    • Create fleet squad
  • Faction Warfare
    • Overview of a character involved in faction warfare
    • Overview of a corporation involved in faction warfare
    • List of the top factions in faction warfare
    • List of the top pilots in faction warfare
    • List of the top corporations in faction warfare
    • An overview of statistics about factions involved in faction warfare
    • Ownership of faction warfare systems
    • Data about which NPC factions are at war
  • Industry
    • List character industry jobs
    • Character mining ledger
    • Moon extraction timers
    • Corporation mining observers
    • Observed corporation mining
    • List corporation industry jobs
    • List industry facilities
    • List solar system cost indices
  • Killmails
    • Get a character's recent kills and losses
    • Get a corporation's recent kills and losses
    • Get a single killmail
  • Location
    • Get character location
    • Get character online
    • Get current ship
  • Loyalty
    • Get loyalty points
    • List loyalty store offers
  • Mail
    • Return mail headers
    • Send a new mail
    • Get mail labels and unread counts
    • Create a mail label
    • Delete a mail label
    • Return mailing list subscriptions
    • Delete a mail
    • Return a mail
    • Update metadata about a mail
  • Opportunities
    • Get a character's completed tasks
    • Get opportunities groups
    • Get opportunities group
    • Get opportunities tasks
    • Get opportunities task
  • Market
    • List open orders from a character
    • List historical orders by a character
    • List open orders from a corporation
    • List historical orders from a corporation
    • Get item groups
    • Get item group information
    • List market prices
    • List orders in a structure
    • List historical market statistics in a region
    • List orders in a region
    • List type IDs relevant to a market
  • Planetary Interaction
    • Get colonies
    • Get colony layout
    • List corporation customs offices
    • Get schematic information
  • Search
    • Search on a string
    • Search on a string
  • Wallet
    • Get a character's wallet balance
      GET
    • Get character wallet journal
      GET
    • Get wallet transactions
      GET
    • Returns a corporation's wallet balance
      GET
    • Get corporation wallet journal
      GET
    • Get corporation wallet transactions
      GET
  • Corporation
    • Get npc corporations
    • Get corporation information
    • Get alliance history
    • Get corporation blueprints
    • Get all corporation ALSC logs
    • Get corporation divisions
    • Get corporation facilities
    • Get corporation icon
    • Get corporation medals
    • Get corporation issued medals
    • Get corporation members
    • Get corporation member limit
    • Get corporation's members' titles
    • Track corporation members
    • Get corporation member roles
    • Get corporation member roles history
    • Get corporation shareholders
    • Get corporation standings
    • Get corporation starbases (POSes)
    • Get starbase (POS) detail
    • Get corporation structures
    • Get corporation titles
  • Dogma
    • Get attributes
    • Get attribute information
    • Get dynamic item information
    • Get effects
    • Get effect information
  • Incursions
    • List incursions
  • Insurance
    • List insurance levels
  • Routes
    • Get route
  • Sovereignty
    • List sovereignty campaigns
    • List sovereignty of systems
    • List sovereignty structures
  • Status
    • Retrieve the uptime and player counts
  • User Interface
    • Set Autopilot Waypoint
    • Open Contract Window
    • Open Information Window
    • Open Market Details
    • Open New Mail Window
  • Universe
    • Get ancestries
    • Get asteroid belt information
    • Get bloodlines
    • Get item categories
    • Get item category information
    • Get constellations
    • Get constellation information
    • Get factions
    • Get graphics
    • Get graphic information
    • Get item groups
    • Get item group information
    • Bulk names to IDs
    • Get moon information
    • Get names and categories for a set of ID's
    • Get planet information
    • Get character races
    • Get regions
    • Get region information
    • Get stargate information
    • Get star information
    • Get station information
    • List all public structures
    • Get structure information
    • Get system jumps
    • Get system kills
    • Get solar systems
    • Get solar system information
    • Get types
    • Get type information
  • Wars
    • List wars
    • Get war information
    • List kills for a war
  1. Wallet

Get character wallet journal

GET
/characters/{character_id}/wallet/journal/
Wallet
Retrieve the given character's wallet journal going 30 days back

Alternate route: /legacy/characters/{character_id}/wallet/journal/
Alternate route: /v4/characters/{character_id}/wallet/journal/

This route is cached for up to 3600 seconds

Warning: This route has an upgrade available

Diff of the upcoming changes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/characters//wallet/journal/'
Response Response Example
200 - response
[
  {
    "amount": -100000,
    "balance": 500000.4316,
    "context_id": 4,
    "context_id_type": "contract_id",
    "date": "2023-08-15T09:13:17.866Z",
    "description": "Contract Deposit",
    "first_party_id": 2112625428,
    "id": 89,
    "ref_type": "contract_deposit",
    "second_party_id": 1000132
  }
]

Request

Path Params
character_id
integer 
required
An EVE character ID
Query Params
datasource
string 
optional
The server name you would like data from
page
integer 
optional
Which page of results to return
token
string 
optional
Access token to use if unable to set a header
Header Params
If-None-Match
string 
optional
ETag from a previous request. A 304 will be returned if this matches the current ETag

Responses

🟢200Journal entries
application/json
Body
Wallet journal entries
array of:
amount
number <double>
get_characters_character_id_wallet_journal_amount
optional
The amount of ISK given or taken from the wallet as a result of the given transaction. Positive when ISK is deposited into the wallet and negative when ISK is withdrawn
balance
number <double>
get_characters_character_id_wallet_journal_balance
optional
Wallet balance after transaction occurred
context_id
integer <int64>
get_characters_character_id_wallet_journal_context_id
optional
An ID that gives extra context to the particular transaction. Because of legacy reasons the context is completely different per ref_type and means different things. It is also possible to not have a context_id
context_id_type
enum<string> 
get_characters_character_id_wallet_journal_context_id_type
optional
The type of the given context_id if present
Allowed values:
structure_idstation_idmarket_transaction_idcharacter_idcorporation_idalliance_ideve_systemindustry_job_idcontract_idplanet_idsystem_idtype_id
date
string <date-time>
get_characters_character_id_wallet_journal_date
required
Date and time of transaction
description
string 
get_characters_character_id_wallet_journal_description
required
The reason for the transaction, mirrors what is seen in the client
first_party_id
integer <int32>
get_characters_character_id_wallet_journal_first_party_id
optional
The id of the first party involved in the transaction. This attribute has no consistency and is different or non existant for particular ref_types. The description attribute will help make sense of what this attribute means. For more info about the given ID it can be dropped into the /universe/names/ ESI route to determine its type and name
id
integer <int64>
get_characters_character_id_wallet_journal_id
required
Unique journal reference ID
reason
string 
get_characters_character_id_wallet_journal_reason
optional
The user stated reason for the transaction. Only applies to some ref_types
ref_type
enum<string> 
get_characters_character_id_wallet_journal_ref_type
required
"The transaction type for the given. transaction. Different transaction types will populate different attributes. Note: If you have an existing XML API application that is using ref_types, you will need to know which string ESI ref_type maps to which integer. You can look at the following file to see string->int mappings: https://github.com/ccpgames/eve-glue/blob/master/eve_glue/wallet_journal_ref.py"
Allowed values:
acceleration_gate_feeadvertisement_listing_feeagent_donationagent_location_servicesagent_miscellaneousagent_mission_collateral_paidagent_mission_collateral_refundedagent_mission_rewardagent_mission_reward_corporation_taxagent_mission_time_bonus_rewardagent_mission_time_bonus_reward_corporation_taxagent_security_servicesagent_services_renderedagents_prewardalliance_maintainance_feealliance_registration_feeasset_safety_recovery_taxbountybounty_prizebounty_prize_corporation_taxbounty_prizesbounty_reimbursementbounty_surchargebrokers_feeclone_activationclone_transfercontraband_finecontract_auction_bidcontract_auction_bid_corpcontract_auction_bid_refundcontract_auction_soldcontract_brokers_feecontract_brokers_fee_corpcontract_collateralcontract_collateral_deposited_corpcontract_collateral_payoutcontract_collateral_refundcontract_depositcontract_deposit_corpcontract_deposit_refundcontract_deposit_sales_taxcontract_pricecontract_price_payment_corpcontract_reversalcontract_rewardcontract_reward_depositedcontract_reward_deposited_corpcontract_reward_refundcontract_sales_taxcopyingcorporate_reward_payoutcorporate_reward_taxcorporation_account_withdrawalcorporation_bulk_paymentcorporation_dividend_paymentcorporation_liquidationcorporation_logo_change_costcorporation_paymentcorporation_registration_feecourier_mission_escrowcspacspaofflinerefunddatacore_feedna_modification_feedocking_feeduel_wager_escrowduel_wager_paymentduel_wager_refundfactory_slot_rental_feegm_cash_transferindustry_job_taxinfrastructure_hub_maintenanceinheritanceinsurancejump_clone_activation_feejump_clone_installation_feekill_right_feelp_storemanufacturingmarket_escrowmarket_fine_paidmarket_transactionmedal_creationmedal_issuedmission_completionmission_costmission_expirationmission_rewardoffice_rental_feeoperation_bonusopportunity_rewardplanetary_constructionplanetary_export_taxplanetary_import_taxplayer_donationplayer_tradingproject_discovery_rewardproject_discovery_taxreactionrelease_of_impounded_propertyrepair_billreprocessing_taxresearching_material_productivityresearching_technologyresearching_time_productivityresource_wars_rewardreverse_engineeringsecurity_processing_feesharessovereignity_billstore_purchasestore_purchase_refundtransaction_taxupkeep_adjustment_feewar_ally_contractwar_feewar_fee_surrender
second_party_id
integer <int32>
get_characters_character_id_wallet_journal_second_party_id
optional
The id of the second party involved in the transaction. This attribute has no consistency and is different or non existant for particular ref_types. The description attribute will help make sense of what this attribute means. For more info about the given ID it can be dropped into the /universe/names/ ESI route to determine its type and name
tax
number <double>
get_characters_character_id_wallet_journal_tax
optional
Tax amount received. Only applies to tax related transactions
tax_receiver_id
integer <int32>
get_characters_character_id_wallet_journal_tax_receiver_id
optional
The corporation ID receiving any tax paid. Only applies to tax related transactions
🔵304Not modified
🟠400Bad request
🟠401Unauthorized
🟠403Forbidden
🟠420Error limited
🔴500Internal server error
🔴503Service unavailable
🔴504Gateway timeout
Modified at 2023-08-15 09:13:25
Previous
Get a character's wallet balance
Next
Get wallet transactions
Built with