@lang("Api Documentation")

@lang('API DETAILS')
@lang('API URL')

{{ route('userApiKey') }}

@lang('API KEY')

@lang('Your API Key')

@lang('HTTP METHOD')

@lang('POST')

@lang('RESPONSE FORMAT')

@lang('JSON')

@lang('PLACE NEW ORDER')
@lang('key')

@lang('Your API key')

@lang('action')

@lang('add')

@lang('service')

@lang('Service ID')

@lang('link')

@lang('Link to page')

@lang('quantity')

@lang('Needed quantity')

@lang('runs') @lang('(optional)')

@lang('Runs to deliver')

@lang('interval') @lang('(optional)')

@lang('Interval in minutes')

//@lang('Example response')

{
    "status": "success",
    "order": 116
}
                        
@lang('STATUS ORDER')
@lang('key')

@lang('Your API key')

@lang('action')

@lang('status')

@lang('order')

@lang('Order ID')

//Example response

{
    "status": "Processing",
    "charge": "3.60",
    "start_count": 0,
    "remains": 0,
    "currency": "BDT"
}
                        
@lang('MULTIPLE STATUS ORDER')
@lang('key')

@lang('Your API key')

@lang('action')

@lang('orders')

@lang('orders')

@lang('Order IDs separated by comma (array data)')

//Example response

[
    {
        "order": 116,
        "status": "Processing",
        "charge": "3.60",
        "start_count": 10,
        "remains": 0
    },
    {
        "order": 117,
        "status": "Completed",
        "charge": null,
        "start_count": 0,
        "remains": 0
    }
]
@lang('PLACE REFILL')
@lang('key')

@lang('Your API key')

@lang('action')

@lang('refill')

@lang('order')

@lang('Order ID')

//Example response

{
    "refill": "1"
}
@lang('STATUS REFILL')
@lang('key')

@lang('Your API key')

@lang('action')

@lang('refill_status')

@lang('refill')

@lang('Refill ID')

//Example response

{
    "status": "Completed"
}
@lang('SERVICE LIST')
@lang('key')

@lang('Your API key')

@lang('action')

@lang('services')

//Example response

[
    {
        "service": 1,
        "name": "๐Ÿ™‹โ€โ™‚๏ธ Followers [Ultra-High Quality Profiles]",
        "category": "๐Ÿฅ‡ [VIP]\r\n",
        "rate": "4.80",
        "min": 100,
        "max": 10000
    },
    {
        "service": 11,
        "name": "๐Ÿงจ Instagram Power Comments (100k+ Accounts) โžก๏ธ [3 Comments]",
        "category": "๐Ÿ’ฌ Instagram - Verified / Power Comments [ Own Service ]",
        "rate": "0.60",
        "min": 500,
        "max": 5000
    },
    {
        "service": 52,
        "name": "๐ŸŽ™๏ธ Facebook Live Stream Views โžก๏ธ [ 120 Min ]",
        "category": "๐Ÿ”ต Facebook - Live Stream Views\r\n",
        "rate": "57.60",
        "min": 50,
        "max": 2000
    }
]
@lang('USER BALANCE')
@lang('key')

@lang('Your API key')

@lang('action')

@lang('balance')

//Example response

{
  "status": "success",
  "balance": "0.03",
  "currency": "USD"
}