Skip to content

Add Server Member Currency

POST
/api/v1/servers/{id}/members/{memberId}/currency

Adds currency to a member in the server.

id
required
string format: int64

The ID of the server.

memberId
required
string format: int64

The ID of the member.

amount
string format: int64
default: 0

The amount of currency to give to the member.

The member’s stats, post-modification.

If the amount is invalid, or would put the member at a below-zero balance.

If you do not have access to this server.

If the member or server does not exist.