| HTTP Method | 
                        POST | 
                     
                     
                        | API URL | 
                        https://xebsmm.site/api/v2 | 
                     
                                          
                        | Return Format | 
                        JSON | 
                     
                  
               
                Service List 
               
                    
                      
                        
                     
                        | parameters | 
                        Explanation | 
                     
                  
                  
                     
                        | key | 
                        Your API Key | 
                     
                     
                        | action | 
                        services | 
                     
                  
               
  
               Sample Return
               [
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000"
    },
    {
        "service": 2,
        "name": "Comments",
        "type": "Custom Comments",
        "category": "Second Category",
        "rate": "8",
        "min": "10",
        "max": "1500"
    }
]
                New Order 
               
               
                   
                    
                      
                        
                        
                           | Parameter | 
                           Explanation | 
                        
                     
                     
                        
                           | key | 
                           Your API Key | 
                        
                        
                           | action | 
                           add | 
                        
                        
                           | service | 
                           Service ID | 
                        
                        
                           | link | 
                           Service connection | 
                        
                        
                           | quantity | 
                           Quantity | 
                        
                        
                           | runs (optionally) | 
                           Runs to deliver | 
                        
                        
                           | interval (optionally) | 
                           Interval in minutes | 
                        
                     
                  
                 
               Sample Return
               {
    "order": 23501
}
                Order Status 
               
                    
                      
                        
                     
                        | Parameter | 
                        Explanation | 
                     
                  
                  
                     
                        | key | 
                        Your API Key | 
                     
                     
                        | action | 
                        status | 
                     
                     
                        | order | 
                        Order ID | 
                     
                  
               
  
               Sample Return
               {
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}
                User Balance 
                
                    
                      
                        
                     
                        | Parameter | 
                        Explanation | 
                     
                  
                  
                     
                        | key | 
                        Your API Key | 
                     
                     
                        | action | 
                        balance | 
                     
                  
               
  
               Sample Return
               {
    "balance": "100.84292",
    "currency": "USD"
}
               Sample PHP File