ToolAssay

US net-paycheck breakdown for any of 51 jurisdictions

US net-paycheck breakdown for any of 51 jurisdictions: 2026 federal brackets, FICA (SS wage base $184,500, additional Medicare), and state income tax. Golden-vector verified.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
239 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://x402toll.com/v1/paycheck

CategoryEverything else
Provider hostx402toll.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 239 ms

Example input (from the provider)

{
  "body": {
    "filingStatus": "single",
    "payFrequency": "biweekly",
    "salary": 85000,
    "state": "TX"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "filingStatus": {
              "default": "single",
              "enum": [
                "single",
                "mfj"
              ],
              "type": "string"
            },
            "payFrequency": {
              "default": "biweekly",
              "enum": [
                "weekly",
                "biweekly",
                "semimonthly",
                "monthly"
              ],
              "type": "string"
            },
            "salary": {
              "maximum": 10000000,
              "minimum": 0,
              "type": "number"
            },
            "state": {
              "description": "2-letter US state/DC code",
              "type": "string"
            }
          },
          "required": [
            "salary",
            "state"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "additionalMedicare": {
              "type": "number"
            },
            "effectiveRatePct": {
              "type": "number"
            },
            "federalMarginalRatePct": {
              "type": "number"
            },
            "federalTax": {
              "type": "number"
            },
            "ficaTotal": {
              "type": "number"
            },
            "inputs": {
              "type": "object"
            },
            "medicare": {
              "type": "number"
            },
            "netAnnual": {
              "type": "number"
            },
            "netPerCheck": {
              "type": "number"
            },
            "periodsPerYear": {
              "type": "number"
            },
            "socialSecurity": {
              "type": "number"
            },
            "stateName": {
              "type": "string"
            },
            "stateTax": {
              "type": "number"
            },
            "stateTaxType": {
              "type": "string"
            },
            "totalTax": {
              "type": "number"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON