# TaxPulse Tax Treaty & Withholding Rate Lookup

> TaxPulse Tax Treaty & Withholding Rate Lookup is a paid API for AI agents from taxpulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Returns tax treaty outcomes, withholding tax rates, double-taxation relief rules, MLI modifications, and residency tiebreaker rules for any country pair and transaction type.

## Facts

- Endpoint: GET https://taxpulse.theaslangroupllc.com/api/tax/treaty
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/taxpulse-tax-treaty-withholding-rate-lookup-c71faf74
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ry8vKJeyOcZFN_If3qd3q

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability taxpulse-tax-treaty-withholding-rate-lookup-c71faf74
```

Example prompt: What is the withholding tax rate on dividends paid from the United States to a German tax resident under the US-Germany tax treaty, including any MLI modifications that apply?

## When to prefer this

Use this endpoint when you need precise, treaty-specific withholding tax rates and double-taxation relief rules for a specific country pair and income type, especially when MLI modifications matter. Prefer this over general tax rate comparison endpoints when the question involves cross-border transactions, treaty articles, or residency tiebreakers rather than domestic tax rates.

## Known failure modes

- No treaty exists between the specified country pair — returns null treaty result or 'no treaty' status
- Unsupported or unrecognized country code — returns validation error
- Ambiguous transaction type not matching supported income categories — may return generic treaty terms
- MLI position data unavailable for one or both countries — treaty returned without MLI overlay
- Rate limit or payment failure — HTTP 402 or 429 response

## How this service works

Tax treaty lookup, withholding tax rates, double-taxation relief, residency tiebreaker rules, MLI modifications for any country pair. Worldwide guide returning treaty outcomes by transaction type. Tax intelligence, not advice.

## Output

Returns structured treaty outcome data including the applicable withholding tax rate for the specified transaction type and income category, the double-taxation relief method (exemption or credit), residency tiebreaker rules if relevant, any MLI modifications that override the original treaty, and the relevant treaty articles — all specific to the requested country pair.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country1",
  "country2"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "country1": {
   "type": "string",
   "description": "Resident country"
  },
  "country2": {
   "type": "string",
   "description": "Source country (where income arises)"
  },
  "transaction_type": {
   "type": "string",
   "description": "dividends | interest | royalties | capital_gains | employment | pension | all"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/taxpulse-tax-treaty-withholding-rate-lookup-c71faf74/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from taxpulse.theaslangroupllc.com](https://www.zero.xyz/host/taxpulse.theaslangroupllc.com/llms.txt)
