https://trixbay.com/api/v1 β POST only (PerfectPanel)
https://trixbay.com/api/v1 β Buy Accounts, Virtual Numbers, VTU, balance
One key for all products. View or regenerate it after login (account password required):
Dashboard β Profile Setting β API Key
Guest visitors: sign in first, then open Profile Setting.
SMM: body/query key=YOUR_API_KEY with action=...
REST: header X-Api-Key: YOUR_API_KEY or ?key=YOUR_API_KEY
[
{
"service": 1,
"name": "YouTube Livestream Viewers ",
"rate": "0.33000000",
"min": 1000,
"max": 200000,
"category": "Live Stream [ Low ConCurrent | Less Price ] [ 30 Minutes to 24 Hours]",
"refill": true,
"dripfeed": true,
},
{
"service": 2,
"name": "YouTube Livestream Viewers ~ ",
"rate": "2.10000000",
"min": 1000,
"max": 200000,
"category": "Live Stream [ Low ConCurrent | Less Price ] [ 30 Minutes to 24 Hours]"
"refill": true,
"dripfeed": false,
}
]
{"error" : "The action field is required"}
{"error" : "The api key field is required"}
{"error" : "Invalid api key"}
{"error" : "Invalid action"}
{
"order": 1242
}
{"error" : "The action field is required"}
{"error" : "The api key field is required"}
{"error" : "Invalid api key"}
{"error" : "Invalid Service Id"}
{"error" : "The link field is required"}
{"error" : "The quantity field is required"}
{"error" : "Please follow the limit"}
{"error" : "Insufficient balance"}
{
"status" : "Pending",
"start_count" : "1000",
"remains" : "500",
"currency" : USD
}
{"error" : "The action field is required"}
{"error" : "The api key field is required"}
{"error" : "Invalid api key"}
{"error" : "Invalid action"}
{"error" : "The order field is required"}
{"error" : "Invalid Order Id"}
{
"success": "Your order will be refill asap. Thank you for patience",
"refill": 12345
}
{"error" : "Order not eligible for refill"}
{
"status": "Completed"
}
{
"balance": "100.84292",
"currency" :" USD"
}
{"error" : "The action field is required"}
{"error" : "The api key field is required"}
{"error" : "Invalid api key"}
Use the same API key for Buy Accounts, Virtual Numbers, and VTU. Send X-Api-Key: YOUR_API_KEY
or key=YOUR_API_KEY.
SMM above stays PerfectPanel-style POST https://trixbay.com/api/v1.
Same wallet on every product base URL:
{
"success": true,
"data": {
"balance": 100.84,
"currency": "NGN"
}
}
curl -H "X-Api-Key: YOUR_API_KEY" https://trixbay.com/api/v1/balance
curl -H "X-Api-Key: YOUR_API_KEY" https://trixbay.com/api/v1/buy-accounts/balance
curl -H "X-Api-Key: YOUR_API_KEY" https://trixbay.com/api/v1/virtual-numbers/balance
curl -H "X-Api-Key: YOUR_API_KEY" https://trixbay.com/api/v1/vtu/balance
{
"success": true,
"message": "Order placed successfully",
"data": {
"order_id": 12,
"order_number": "BA...",
"status": "Completed",
"total_amount": 1500,
"currency": "NGN"
}
}
curl -X POST https://trixbay.com/api/v1/buy-accounts/purchase \
-H "X-Api-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"stock_id":1,"quantity":1}'
curl -X POST https://trixbay.com/api/v1/virtual-numbers/purchase/activation \
-H "X-Api-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"country":"12","service":"tg"}'
curl -X POST https://trixbay.com/api/v1/vtu/purchase/airtime \
-H "X-Api-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"phone":"08012345678","service_id":"mtn","amount":1000}'
{
"success": false,
"error": "Invalid api key"
}