Softnixx API Reference
The API is currently in beta — responses may return null
.
📡 Buying Data
POST to:
https://softnixx.com/api/purchase
Request:
{ "token": "your_token_here", "network": "network_name", "amount": "amount_value", "type": "transaction_type", "pin": "your_pin" }
Response:
{ "username": "samuel", "status": "delivered|fail|pending", "amount": "200 3GB", "phone": "phone_number", "reference": "soft:92ndn338883" }
📱 Buying Airtime
https://softnixx.com/api/purchase
Request:
{ "token": "your_token_here", "network": "network_name", "amount": "amount_value", "phone": "phone_number", "pin": "your_pin" }
Response:
{ "phone": "phone_number", "status": "delivered|fail", "amount": "amount_value", "reference": "soft:92ndn338883" }
🔄 Fetching Account Details
GET https://softnixx.com/api/updateD/
Response:
{ "username": "samuel", "account_balance": "98.00" }
API is expected to be active soon. All responses may return
null
values during testing.