API Access
Build your own panel on top of Orbit. Resellers welcome.
Your API key
Keep this secret — anyone with this key can spend your wallet.
Quick start
POST requests with form-data. Returns JSON. Same request shape as most SMM panel APIs.
POST https://tryorbit.ng/backend/api/v2.php
{
"key": "your_api_key",
"action": "add",
"service": 1,
"link": "https://instagram.com/yourpage",
"quantity": 1000
}
Supported actions: services, add, status, balance.