Skip to main content
GET
/
moscowroleplay
/
civops
/
economy
Get Economy Data
curl --request GET \
  --url https://api.erlcrussia.xyz/v2/moscowroleplay/civops/economy \
  --header 'Authorization: Bearer <token>'
{
  "userId": "1133665013794607114",
  "cash": 500,
  "bank": 100000000000,
  "rank": 1
}

Authorizations

Authorization
string
header
required

API key for accessing CivOps endpoints.

Passed in the Authorization: Bearer <key> header.

REQUIRED FOR ALL CIVOPS ENDPOINTS (except /health).

Query Parameters

action
enum<string>
required

Action type for retrieving data.

Available options:
balance,
leaderboard,
rank,
cooldowns
userId
string

User ID (required for balance, rank, cooldowns).

limit
integer
default:10

Record limit for leaderboard.

Response

Successful response with economy data.

The response is of type object.