Get Started
Wallet, catalog, order, and result-checker APIs for NetConnectGH Super Agents.
The NetConnect API gives Super Agents API-key access to the same operational flows used inside the Sokoo 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
Authentication
API key prefixes, headers, CORS behavior, and response envelopes.
Catalog
Operators, products, package discovery, and package detail routes.
Orders
List orders, inspect a single order, and fetch the compact status view.
Result Checker
List packages and buy single or bulk credentials with wallet balance.
API surface
| Area | Routes |
|---|---|
| Identity | GET /api/v1/profile |
| Catalog | GET /api/v1/operators, GET /api/v1/operators/{operatorId}/products, GET /api/v1/data-packages, GET /api/v1/packages/{packageId} |
| Wallet & Top-ups | POST /api/v1/top-ups/request, GET /api/v1/top-ups, GET /api/v1/wallet-balance |
| Data Bundles | POST /api/v1/data-bundles/buy-single, POST /api/v1/data-bundles/buy-bulk |
| Orders | GET /api/v1/orders, GET /api/v1/orders/{orderId}, GET /api/v1/orders/{orderId}/status |
| Result Checker | GET /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.

