A wallet can only be retrieved for characters with an
idStatus of approved. Attempting to access the wallet of a character that is still in draft or pending_approval status will return 403.You can only retrieve a wallet for your own characters unless your account holds the
STAFF permission. Attempting to access another user’s character wallet without that permission returns 403.Endpoint
Path Parameters
string
required
The Snowflake ID of the user account that owns the character.
string
required
The Snowflake ID of the character whose wallet you want to retrieve.
Response
A successful200 response returns a wallet object with the following fields:
string
The Snowflake ID of the character this wallet belongs to.
number
The character’s current cash balance in in-game currency units.
string
ISO 8601 timestamp of when the wallet was first created.
string
ISO 8601 timestamp of the last time the wallet was modified.
