Built for Nigeria

One wallet for every digital service you buy.

SMM, airtime, data, electricity, virtual USD cards, gift cards and OTP numbers — instant delivery from a single Naira balance.

Instant delivery Naira wallet + Paystack Developer API included

Everything you need, in one place

Nine service categories, one balance, one dashboard.

Get started in 3 steps

STEP 1

Create your account

Sign up in seconds with email or Google.

STEP 2

Fund your wallet

Top up instantly with Paystack in Naira.

STEP 3

Buy anything, anytime

Order from the dashboard or via our API.

Developer API

Automate every order.

Generate an API key from your dashboard and place orders programmatically. REST endpoints, JSON in, JSON out. Perfect for resellers and integrators.

Get your API key
POST /api/v1/orders
Authorization: Bearer mrd_live_xxxxxxxx
Content-Type: application/json

{
  "service": "airtime",
  "item_code": "mtn",
  "amount_naira": 500,
  "input": { "phone": "08012345678" }
}