https://api.lianaofficial.com/v1
{
"status": "success",
"balance": 2540.75,
"currency": "Liana Coins"
}
{
"status": "success",
"products": [
{
"id": 17,
"name": "MLBB 86 Diamonds",
"liana_coins": 170,
"wc_variation_id": 452,
"game": "Mobile Legends"
},
{
"id": 23,
"name": "Free Fire 100 Diamonds",
"liana_coins": 95,
"wc_variation_id": 223,
"game": "Free Fire"
}
]
}
Body parameters (JSON):
variation_id (int) – product variation ID
uid (string) – player user ID
zone_id (string, optional) – server/zone ID (if required)
{
"variation_id": 452,
"uid": "12345678",
"zone_id": "1234"
}
Example response:
{
"status": "success",
"valid": true,
"nickname": "ProGamer_77",
"profile_picture": null
}
{
"variation_id": 452,
"uid": "12345678",
"zone_id": "1234",
"qty": 1
}
Successful order response:
{
"status": "success",
"order_id": "LIA-78462391",
"amount_charged": 170,
"estimated_delivery": "instant"
}
{
"status": "error",
"message": "Insufficient Liana Coins balance",
"code": 402
}
🔍 Need help?
Visit the Liana Developer Portal for full documentation, webhook examples, and SDKs.