Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. OrgNeoTokenBudget

OrgNeoTokenBudget

    The current Neo-token allowance and consumption for an organization.

    Properties

    • windowKind enum required
      Kind of cap window applied to the org.
      Values: trial, individual
    • baseAllowanceTokens integer required
      Plan-derived base allowance for the current window, in Neo tokens.
    • effectiveAllowanceTokens integer required
      Allowance for the current window, in Neo tokens. Includes any active bonus on top of the base allowance.
    • consumedTokens integer required
      Total Neo tokens consumed in the current window.
    • windowEnd integer required
      Unix epoch timestamp (seconds) when the current window ends and the consumed counter resets. Zero when the window does not reset.
    • exhausted boolean required
      True when consumedTokens has reached effectiveAllowanceTokens for the current window.