v5

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-0112516159.5 KB

Get auto recharge settings

get/billing/auto_recharge

Response

Auto recharge settings

successboolean

Example response

{
  "success": true,
  "data": {
    "enabled": true,
    "threshold": 10,
    "amount": 50
  }
}