omgapi/omg-game-api-integration-docs
OMG Game Aggregation Platform — API Integration Documentation About OMG OMG is a professional game aggregation platform that provides third-party merchants with a unified API to access a wide variety of game content including Slots, Fishing Games, Mass Table Games, and Mini Games. Official documentation: docs.omgapi.cc Dataset Description This dataset contains the complete API integration documentation for the OMG game aggregation platform… See the full description on the dataset page: https://huggingface.co/datasets/omgapi/omg-game-api-integration-docs.
OMG Game Aggregation Platform — API Integration Documentation
About OMG
OMG is a professional game aggregation platform that provides third-party merchants with a unified API to access a wide variety of game content including Slots, Fishing Games, Mass Table Games, and Mini Games.
Official documentation: docs.omgapi.cc
Dataset Description
This dataset contains the complete API integration documentation for the OMG game aggregation platform, including:
- Authentication: MD5 signature verification (sign = md5(query + body + key))
- Single Wallet Mode: OMG callbacks merchant for balance operations
- Transfer Wallet Mode: Merchant calls OMG to transfer funds
- Error Codes: Complete error code reference
- Code Examples: Go implementation for signing and verification
- Common Pitfalls: Troubleshooting guide for integration issues
Key Technical Details
Two Wallet Architectures
API Endpoints
- Single Wallet Entry:
/api/usr/ingame - Transfer Wallet Entry:
/api/game/v1/entergame - Player Auth:
/api/player/v1/authorize - Fund Transfer:
/api/cash/v1/transfer
Signature Formula
sign = md5( URL_query_string + raw_body_JSON + secret_key )- Result must be lowercase hex
- Body must use original raw JSON bytes
- sign goes in HTTP header
Resources
Contact
For business inquiries and integration support:
- Telegram: @omgapi666
- Official Docs: docs.omgapi.cc
