# META API Introduction

## 소개

META platform 은 다년간의 카지노 시스템 운영 경험과 파트너사들의 요구사항을 반영하여 개발된 혁신적인 통합 솔루션입니다. 본 문서는 개발자들이 신속하고 효율적으로 API를 구현할 수 있도록 상세한 기술 명세와 실제 구현 사례를 제공합니다. 또한 지속적인 기술 지원을 통해 안정적인 서비스 운영을 보장합니다.

META Platform 은 다음과 같은 특징을 갖고 있습니다:

* **단일 API로 수십 개의 글로벌 게임사 연동 가능**
* **통합된 인증 및 정산 시스템**
* **신속한 연동을 위한 표준화된 요청/응답 포맷**
* **무통장, 무보증, 무수수료 정책** *(No deposit, No integration fee, No minimum charge)*
* **사전 충전형 크레딧 시스템 지원**

본 문서를 통해 다음을 확인하실 수 있습니다:

* API 인증 및 요청 구조
* 게임 실행, 잔고 조회, 베팅 처리 등 주요 엔드포인트 설명
* 오류 코드 및 예외 처리 방식
* 테스트 및 운영 환경 구분 방식
* 샘플 요청/응답 예시 및 연동 시나리오


---

# Agent Instructions: 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:

```
GET https://docs.igmeta.io/meta-api-introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
