{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-tax-calc",
  "title": "GG402 \u00b7 Tax Estimation Calculator",
  "url": "https://gg402.vercel.app/tax_calc",
  "category": "tools",
  "summary": "Calculate estimated income taxes with federal and state breakdowns based on income, deductions, and location.",
  "seo": {
    "title": "GG402 Tax Calculator API - Income Tax Estimation",
    "description": "Pay 0.01 USDC to calculate estimated taxes. Input income, deductions, and location for federal and state tax breakdowns."
  },
  "use_cases": [
    "Estimate tax liability for financial planning",
    "Compare tax burdens across different locations",
    "Calculate withholding adjustments",
    "Project quarterly estimated taxes"
  ],
  "ideal_buyer": "Financial planning applications and tax estimation tools.",
  "example_prompt": "Calculate estimated taxes for $75000 income in California with $5000 deductions.",
  "example_request_body": {
    "income": 75000,
    "location": "California",
    "deductions": 5000
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9257cd24721e3c06e9f7655b77c283bcd9652132",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Calculates estimated taxes based on income, deductions, and location, helping users plan finances and understand tax obligations.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "income": {
              "type": "number",
              "required": true,
              "description": "Annual income amount."
            },
            "location": {
              "type": "string",
              "required": true,
              "description": "Tax jurisdiction, e.g., 'USA-CA'."
            },
            "deductions": {
              "type": "array",
              "required": false,
              "description": "List of deductions, e.g., 'mortgage interest'."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "estimated_tax",
            "breakdown",
            "tips"
          ],
          "properties": {
            "tips": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Savings or deduction suggestions."
            },
            "breakdown": {
              "type": "object",
              "properties": {
                "state": {
                  "type": "number",
                  "description": "State tax amount."
                },
                "federal": {
                  "type": "number",
                  "description": "Federal tax amount."
                }
              },
              "description": "Tax components like federal, state."
            },
            "estimated_tax": {
              "type": "number",
              "description": "Calculated tax amount."
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "gg402-vercel-app",
    "host": "gg402.vercel.app",
    "title": "x402 API Marketplace | Pay-per-call APIs with Crypto",
    "description": "Discover and integrate paid APIs using the x402 protocol. Micropayments made simple with crypto.",
    "url": "https://gg402.vercel.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gg402-vercel-app-tax-calc",
    "url": "https://x402all.com/resource/gg402-vercel-app-tax-calc",
    "name": "GG402 \u00b7 Tax Estimation Calculator",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-tax-calc",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gg402.vercel.app/tax_calc",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gg402-vercel-app",
      "url": "https://gg402.vercel.app",
      "name": "x402 API Marketplace | Pay-per-call APIs with Crypto",
      "@type": "Organization"
    },
    "identifier": "gg402-vercel-app-tax-calc",
    "description": "Pay 0.01 USDC to calculate estimated taxes. Input income, deductions, and location for federal and state tax breakdowns.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-tax-calc",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-tax-calc"
}
