[
'key' => 'YOUR_API_KEY',
'action' => 'services'
]
[
{
"service": 1,
"name": "Service Name",
"rate": "100.00",
"per_url": "0.10",
"min": 100,
"max": 1000,
"category": "Category Name"
},
{
"service": 2,
"name": "Another Service",
"rate": "200.00",
"per_url": "0.20",
"min": 50,
"max": 500,
"category": "Category Name"
}
]
{"error" : "The action field is required"}
{"error" : "The api key field is required"}
{"error" : "Invalid api key"}
{"error" : "Invalid action"}
[
'key' => 'YOUR_API_KEY',
'action' => 'add',
'service' => 1,
'link' => [
'https://example.com/page1',
'https://example.com/page2'
],
]
{
"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"}
[
'key' => 'YOUR_API_KEY',
'action'=> 'status',
'order' => 1242
]
{
"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"}
[
'key' => 'YOUR_API_KEY',
'action' => 'balance'
]
{
"balance": "100.84292",
"currency" :" USD"
}
{"error" : "The action field is required"}
{"error" : "The api key field is required"}
{"error" : "Invalid api key"}