Skip to main content
GET
https://leuwongrr.online
/
api
/
v1
/
me
/
dashboard-summary
Get own dashboard summary
curl --request GET \
  --url https://leuwongrr.online/api/v1/me/dashboard-summary \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "OK",
  "data": {
    "summary": {
      "balance": {
        "amount": 15666,
        "formatted": "Rp15.666",
        "currency": "IDR"
      },
      "lrr_coins": 0,
      "discount": {
        "percent": 0,
        "expires_at": null
      },
      "orders": {
        "total": 3,
        "pending": 1,
        "completed": 2,
        "failed": 0,
        "total_spent": 50000,
        "total_robux": 400
      },
      "deposits": {
        "total": 2,
        "pending": 0,
        "approved": 2,
        "total_approved_amount": 100000
      },
      "invoices": {
        "pending": 1
      }
    },
    "generated_at": "2026-04-29 15:30:00"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.leuwongrr.online/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:YOUR_USER_API_TOKEN
required

Masukkan User API Token dari halaman https://leuwongrr.online/user/api-access. Gunakan tanpa prefix Bearer jika field playground sudah otomatis menambahkan Bearer.

Response

Berhasil

success
boolean
required
Example:

true

message
string
required
Example:

"OK"

data
object
required