আমাদের API ব্যবহার করে আপনি সরাসরি আপনার স্মার্ট প্যানেল বা ওয়েবসাইট থেকে আমাদের সার্ভিসগুলো বিক্রি করতে পারবেন।
| প্যারামিটার | বিবরণ |
|---|---|
key |
আপনার সিক্রেট API Key |
action |
balance |
Response (উত্তর):
{
"balance": "100.00",
"currency": "USD"
}
| প্যারামিটার | বিবরণ |
|---|---|
key |
আপনার সিক্রেট API Key |
action |
services |
Response (উত্তর):
[
{
"service": 1,
"name": "YouTube Subscribers [Non-Drop]",
"type": "Default",
"category": "YouTube",
"rate": "1.50",
"min": 100,
"max": 5000
}
]
| প্যারামিটার | বিবরণ |
|---|---|
key |
আপনার সিক্রেট API Key |
action |
add |
service |
সার্ভিস ID |
link |
কাজের লিংক (যেমন: YouTube Link) |
quantity |
পরিমাণ (যেমন: 1000) |
Response (উত্তর):
{
"order": 23501
}
| প্যারামিটার | বিবরণ |
|---|---|
key |
আপনার সিক্রেট API Key |
action |
status |
order |
আপনার অর্ডার ID |
Response (উত্তর):
{
"charge": "1.50",
"start_count": "150",
"status": "In progress",
"remains": "850",
"currency": "USD"
}