Back to Home|MegaNode Documentation

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

  1. Register an account on MegaNode.
  2. Obtain your GGR Token and API Key from the dashboard.
  3. 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/launch

Request Body

{
  "player_id": "user_123",
  "game_id": "meganode",
  "currency": "USD",
  "mode": "real"
}