{
    "api": "Xtream API",
    "version": "1.0",
    "endpoints": {
        "xtreem": {
            "\/xtreem\/balance?username={username}": "GET - 사용자 잔고 조회",
            "\/xtreem\/changeBalance": "POST - 사용자 잔고 변경",
            "\/xtreem\/transactions?minutes={minutes}": "GET - 트랜잭션 조회 및 롤링 포인트 지급",
            "\/xtreem\/vendor-list": "GET - 벤더 목록 조회",
            "\/xtreem\/lobby-list": "GET - 로비 목록 조회"
        },
        "swix": {
            "\/swix\/auth": "GET - 사용자 인증 및 잔고 조회",
            "\/swix\/balance": "GET - 사용자 잔고 조회",
            "\/swix\/bet": "POST - 배팅",
            "\/swix\/result": "POST - 당첨",
            "\/swix\/refund": "POST - 환불"
        }
    }
}