sample.json 905 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "success": true,
  3. "data": {
  4. "plan": {
  5. "tier": "ultra",
  6. "amount_usd": 200,
  7. "interval": "month",
  8. "expires_at": "2026-04-12T08:26:56.000Z"
  9. },
  10. "currency": "usd",
  11. "base_usd_per_flow": 0.03283,
  12. "effective_usd_per_flow": 0.03283,
  13. "account_status": "healthy",
  14. "quota_5_hour": {
  15. "usage_percentage": 0.0715,
  16. "resets_at": "2026-04-22T14:05:00.000Z",
  17. "max_flows": 800,
  18. "used_flows": 57.2,
  19. "remaining_flows": 742.8,
  20. "used_value_usd": 1.88,
  21. "max_value_usd": 26.26
  22. },
  23. "quota_7_day": {
  24. "usage_percentage": 0.0673,
  25. "resets_at": "2026-04-28T00:00:00.000Z",
  26. "max_flows": 6182,
  27. "used_flows": 416.11,
  28. "remaining_flows": 5765.89,
  29. "used_value_usd": 13.66,
  30. "max_value_usd": 202.95
  31. },
  32. "quota_monthly": {
  33. "max_flows": 34560,
  34. "max_value_usd": 1134.33
  35. }
  36. }
  37. }