API Status: Active
v2.0 LTS
API Documentation
আপনার সিস্টেমে DxM API HUB-এর API ইন্টিগ্রেট করার জন্য নিচের নির্দেশিকাগুলো অনুসরণ করুন। সমস্ত রিকোয়েস্ট JSON ফরম্যাটে করতে হবে এবং রেসপন্সও JSON ফরম্যাটেই রিটার্ন হবে।
UniPin Topup API
POST
Base URL
UniPin/UC
https://dxmapihub.site/api/topup/uc
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
api_key | string | * Yes | Your API key |
orderid | string | * Yes | Unique order ID |
playerid | string | * Yes | Free Fire UID |
code | string | * Yes | Voucher codes |
url | string | * Yes | Callback URL |
Example Request
{ "api_key": "DXA-...", "orderid": "ORD-001", "playerid": "1234567890", "code": "BDMB-...", "url": "https://..." }
Success
{ "status": "success" }Error
{ "status": "error" }Callback
Success Callback
{ "status": "success", "content": { "batch": [ { "ok": true } ] } }
Garena Shell Topup API
POST
Base URL
Garena Shell
https://dxmapihub.site/api/topup/shellRequest Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
api_key | string | * Yes | API key |
orderid | string | * Yes | Order ID |
playerid | string | * Yes | FF UID |
code | string | * Yes | shell/sgshell/myshell/indoshell |
package | string | * Yes | LITE, EVO3 |
qty | integer | * Yes | Quantity |
username | string | * Yes | Garena username |
password | string | * Yes | Garena password |
autocode | string | * Yes | OTP secret |
url | string | * Yes | Webhook URL |
Success
{ "status": "success" }Failed
{ "status": "failed" }Callback
Partial
{ "status": "failed", "content": { "batch": [ { "ok": true }, { "ok": false } ] } }
Nickname Check
GET
Base URL
Name Check
https://dxmapihub.site/api/name-checkParameters (GET)
| Parameter | Type | Required | Description |
|---|---|---|---|
api | string | * Yes | API key |
uid | string | * Yes | Player UID |
Success
{ "status": true, "data": { "username": "@DxM_Mehedi" } }Error
{ "status": false, "data": { "message": "Invalid API Key" } }
Auto Likes (FreeFire)
POST
Like Config
Auto Likes API ব্যবহার করতে নিচের প্যারামিটারগুলো প্রয়োজন:
| Parameter | Type | Required | Description |
|---|---|---|---|
api_key | string | * Yes | Your API key |
uid | string | * Yes | Free Fire Player UID |
likes | integer | * Yes | Number of likes to send (100, 200, 500...) |
Likes Sent Success
POST
{
"status": "success",
"LikesGivenByAPI": 100,
"LikesafterCommand": 1250,
"LikesbeforeCommand": 1150,
"PlayerNickname": "BᴀɴɢʟᴀBʜᴀɪツ",
"developer": "telegram @DxM_Mehedi"
}
Limit / Server Error
POST
{
"status": false,
"message": "Limit Reached for auto_winning or Invalid API Key"
}
© 2026 DxM API HUB — All rights reserved.