NetConnect API

Get Started

Wallet, catalog, order, and result-checker APIs for NetConnectGH Super Agents.

live·playground

The NetConnect API gives Super Agents API-key access to the same operational flows used inside the NetConnect platform.

Overview

This API is designed for Super Agents who want to:

  • fetch their authenticated storefront profile
  • read operators, products, and data packages
  • request wallet top-ups
  • create data bundle orders
  • monitor order state and payment status
  • buy result checker packages with wallet funds
  • read wallet balance from the partner account

Base URL

All examples in this reference use https://api.netconnectgh.online

API surface

AreaRoutes
IdentityGET /api/v1/profile
CatalogGET /api/v1/operators, GET /api/v1/operators/{operatorId}/products, GET /api/v1/data-packages, GET /api/v1/packages/{packageId}
Wallet & Top-upsPOST /api/v1/top-ups/request, GET /api/v1/top-ups, GET /api/v1/wallet-balance
Data BundlesPOST /api/v1/data-bundles/buy-single, POST /api/v1/data-bundles/buy-bulk
OrdersGET /api/v1/orders, GET /api/v1/orders/{orderId}, GET /api/v1/orders/{orderId}/status
Result CheckerGET /api/v1/result-checker/packages, GET /api/v1/result-checker/orders/{orderId}/status, POST /api/v1/result-checker/buy-single, POST /api/v1/result-checker/buy-bulk

Next steps

Start with Authentication, then move through the route groups based on the workflow you are integrating.


Feed the entire reference to your LLM

Concatenates every page in this site into a single markdown file.

On this page