Endpoint
Request Body
string
required
The
characterId (Snowflake ID) of the character who will own the new bank. The character must already exist in the system.string
required
The display name for the bank.
number
The initial capital balance for the bank, in in-game currency units. Defaults to
0 if omitted.Response
A successful201 Created response returns the newly created bank object:
string
The unique Snowflake ID for this bank.
string
The
characterId of the character who owns the bank.string
The display name of the bank.
string | null
The hash of the bank’s icon image, or
null if no icon has been set. Use this with the images endpoint to retrieve the icon.number
The bank’s current capital balance.
string
ISO 8601 timestamp of when the bank was created.
string
ISO 8601 timestamp of when the bank was last modified.
