Get Economy Data
Economy API GET Endpoints
Get Economy Data
Retrieve information about the server economy.
Available actions:
balance- user balance (requires userId).leaderboard- top users by balance (requires limit).rank- user’s rank in the leaderboard (requires userId).cooldowns- user’s command cooldowns (requires userId).
GET
Get Economy Data
Authorizations
API key for accessing CivOps endpoints.
Passed in the Authorization: Bearer <key> header.
REQUIRED FOR ALL CIVOPS ENDPOINTS (except /health).
Query Parameters
Action type for retrieving data.
Available options:
balance, leaderboard, rank, cooldowns User ID (required for balance, rank, cooldowns).
Record limit for leaderboard.
Response
Successful response with economy data.
The response is of type object.