> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mysubwallet.ng/llms.txt
> Use this file to discover all available pages before exploring further.

# Services

> Every service you can sell through the mySubwallet API.

Every service below is funded from your wallet balance, authenticated with your `Token` API key, and (for purchases) idempotent via a unique `request-id`.

## Airtime & Data

<CardGroup cols={2}>
  <Card title="Buy Data" icon="wifi" href="/reference/data">
    Instant data bundles on MTN, Airtel, Glo and 9mobile. Plan IDs come from [List Data Plans](/reference/data-plans).
  </Card>

  <Card title="Buy Airtime" icon="phone" href="/reference/airtime">
    VTU and Share-and-Sell airtime top-ups on all networks.
  </Card>
</CardGroup>

## Bills & Subscriptions

<CardGroup cols={2}>
  <Card title="Cable TV" icon="tv" href="/reference/cable">
    DStv, GOtv and Startimes. [Verify the smartcard](/reference/verify-smartcard) first.
  </Card>

  <Card title="Electricity" icon="bolt" href="/reference/electricity">
    Prepaid (token returned) and postpaid. [Verify the meter](/reference/verify-meter) first.
  </Card>

  <Card title="Bulk SMS" icon="comment-sms" href="/reference/bulksms">
    Send SMS from an approved sender name to one or many numbers.
  </Card>

  <Card title="Exam Pins" icon="graduation-cap" href="/reference/exam">
    WAEC, NECO and NABTEB result-checker pins.
  </Card>
</CardGroup>

## Betting

<CardGroup cols={2}>
  <Card title="Verify Account" icon="circle-check" href="/reference/verify-betting">
    Confirm a customer's betting account before funding.
  </Card>

  <Card title="Fund Account" icon="futbol" href="/reference/fund-betting">
    Top up Bet9ja, SportyBet and other bookmakers.
  </Card>
</CardGroup>

## Travel

<CardGroup cols={2}>
  <Card title="eSIM" icon="sim-card" href="/reference/esim-buy">
    Travel data in 100+ countries. Browse [countries](/reference/esim-countries) and [packages](/reference/esim-packages), then buy.
  </Card>

  <Card title="Flights" icon="plane" href="/reference/flight-book">
    [Search](/reference/flight-search) and book flights with instant e-tickets. Requires KYC.
  </Card>
</CardGroup>

## Wallet

<CardGroup cols={2}>
  <Card title="Airtime to Cash" icon="money-bill-transfer" href="/reference/airtime-to-cash">
    Convert airtime to wallet cash. Requires Tier 2+ KYC.
  </Card>
</CardGroup>

<Note>
  Browse and try every endpoint live in the [API Reference](/reference/data) — each page has an interactive “Try it” sandbox.
</Note>
