| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "success": true,
- "data": {
- "plan": {
- "tier": "ultra",
- "amount_usd": 200,
- "interval": "month",
- "expires_at": "2026-04-12T08:26:56.000Z"
- },
- "currency": "usd",
- "base_usd_per_flow": 0.03283,
- "effective_usd_per_flow": 0.03283,
- "account_status": "healthy",
- "quota_5_hour": {
- "usage_percentage": 0.0715,
- "resets_at": "2026-04-22T14:05:00.000Z",
- "max_flows": 800,
- "used_flows": 57.2,
- "remaining_flows": 742.8,
- "used_value_usd": 1.88,
- "max_value_usd": 26.26
- },
- "quota_7_day": {
- "usage_percentage": 0.0673,
- "resets_at": "2026-04-28T00:00:00.000Z",
- "max_flows": 6182,
- "used_flows": 416.11,
- "remaining_flows": 5765.89,
- "used_value_usd": 13.66,
- "max_value_usd": 202.95
- },
- "quota_monthly": {
- "max_flows": 34560,
- "max_value_usd": 1134.33
- }
- }
- }
|