API Integration Guide
Welcome to the MegaNode API documentation. This guide will help you integrate our casino aggregator into your platform using our Seamless Wallet protocol.
Getting Started
- Register an account on MegaNode.
- Obtain your
GGR TokenandAPI Keyfrom the dashboard. - Configure your Callback URL (Webhook) to receive wallet transactions.
Authentication
All API requests must include your token in the Authorization header:
Authorization: Bearer Meganode
Game Launch
To launch a game, make a POST request to:
POST https://api.meganode.com/game/launchRequest Body
{
"player_id": "user_123",
"game_id": "meganode",
"currency": "USD",
"mode": "real"
}