billing
Check your OrbiAds credit balance and view transaction history to manage billing and verify sufficient credits before operations.
Instructions
Inspect OrbiAds account billing — credit balance and transaction history.
MODE: read-only AUTH: OAuth 2.0 required CREDITS: 0 (free) OUTPUT: get_credit_balance returns {balance: float, plan: string, monthly_allowance: int}. list_transactions returns paginated list of {date, type, amount, description, balance_after}. WHEN TO USE: Call get_credit_balance before write operations to confirm sufficient credits. Use list_transactions for usage auditing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Sub-operation to perform: • get_credit_balance: Return the current credit balance, plan type, and monthly allowance for the authenticated tenant. • list_transactions: List credit transaction history (debits for write operations, credits for plan renewal/top-ups). Filterable by date range. | |
| network_code | No | GAM network code (e.g. 12345678). Required for all network-scoped operations. Obtain via select_gam_network or list_accessible_networks. |