> For the complete documentation index, see [llms.txt](https://manual.cosmo-sol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.cosmo-sol.com/undefined-2/undefined-1.md).

# 베팅 내역

이 페이지는 사이드 메뉴 바를 통해 접근할 수 있습니다..

<figure><img src="/files/gGxJo97eNq3pDLT0soJS" alt=""><figcaption><p>베팅 내역</p></figcaption></figure>

**베팅 내역**

**베팅 내역** 페이지에서는 회원들이 수행한 모든 베팅 활동에 대한 상세 로그를 확인할 수 있습니다. **사이드 메뉴 바의 "베팅 내역"** 항목을 통해 접근할 수 있습니다.

**페이지 기능 (Page Features):**

**검색 및 필터 옵션 (Search & Filter Options):**

* 사용자명, 게임 종류, 상태, 게임 이름으로 검색 가능
* 날짜 범위, 게임 상태, 게임 제공사 기준으로 필터링 가능

**데이터 테이블 항목 (Data Table Columns):**

* **베팅 일시 (Betting Date)** – 베팅한 날짜 및 시간
* **접속 ID (Username)** – 베팅을 진행한 사용자
* **공급사 (Game Provider)** – 게임 공급사 이름
* **게임명 (Game Name)** – 게임 제목
* **구분/게임 종류 (Type / Game)** – 게임 구분 및 유형 (예: 카지노, 슬롯)
* **베팅 ID / 라운드 ID (Bet ID / Round ID)** – 베팅 및 라운드의 고유 식별자
* **베팅금 (Betting Amount)** – 베팅한 금액
* **베팅 생태 (Bet Status)** – 결과 (승 / 패)
* **당첨금 (Winning Amount)** – 당첨된 금액 (있는 경우)
* **보유잔고 (Holding Money)** – 베팅 후 남은 잔액

**추가 기능 (Additional Controls):**

* **엑셀로 다운받기 (Export to Excel)** – 보고서를 다운로드하여 오프라인 분석 가능
* **새로 고침 / 자동 새로 고침 (Refresh / Auto Refresh)** – 수동 또는 자동으로 페이지 갱신

**DETAILS 버튼**\
DETAILS 버튼을 클릭하면 선택한 베팅에 대한 상세 정보가 표시됩니다.\
상세 화면에서는 게임 제공사 시스템에서 전달된 베팅 결과를 확인할 수 있습니다.

<mark style="color:$warning;">**참고:**</mark> <mark style="color:$warning;"></mark><mark style="color:$warning;">일부 게임 제공사는 베팅 상세 정보를 받을 수 있는 API를 제공하지 않을 수 있습니다. 이 경우, 필요하다면 API Provider의 백오피스에서 직접 확인할 수 있습니다.</mark>

<figure><img src="/files/D4aDwJelKciOPlqNwrtN" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.cosmo-sol.com/undefined-2/undefined-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
