Skip to content

Event Tokens

Event Tokens are a currency reserved for members that allows you to trigger an event of your choice for all players. This feature is still in development, but currently, each founder account receives 3 tokens per month, for a total of 12 tokens during the season.

For season 6:

DateTokens
February 21, 20263 tokens
March 21, 20263 tokens
April 21, 20263 tokens
May 21, 20263 tokens

If you become a founder during the season, you will receive all the tokens you should have received. The number of tokens you have during a season is limited, so use them only when absolutely necessary.

You can spawn an event using this POST request.

curl --request POST \
--url https://api.artifactsmmo.com/events/spawn \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"code": "string"
}'