Skip to main content
GET
https://leuwongrr.online
/
api
/
v1
/
me
/
balance
Check own balance
curl --request GET \
  --url https://leuwongrr.online/api/v1/me/balance \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "OK",
  "data": {
    "balance": {
      "amount": 25000,
      "formatted": "Rp25.000",
      "currency": "IDR"
    },
    "updated_at": "2026-04-29T09:30:00+07: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

Saldo user ditemukan

success
boolean
required
Example:

true

message
string
required
Example:

"OK"

data
object
required