Get character wallet journal
GET {{baseUrl}}/characters/:character_id/wallet/journal/?datasource=tranquility&page=1&token=commodo irure
Retrieve the given character's wallet journal going 30 days back
Alternate route: /dev/characters/{character_id}/wallet/journal/
Alternate route: /v6/characters/{character_id}/wallet/journal/
This route is cached for up to 3600 seconds
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
datasource | string | The server name you would like data from | |
page | number | Which page of results to return | |
token | string | Access token to use if unable to set a header |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-None-Match | string | ETag from a previous request. A 304 will be returned if this matches the current ETag |
RESPONSES
status: OK
[{"amount":-100000,"balance":500000.4316,"context_id":4,"context_id_type":"contract_id","date":"2018-02-23T14:31:32Z","description":"Contract Deposit","first_party_id":2112625428,"id":89,"ref_type":"contract_deposit","second_party_id":1000132}]