# TaxPulse Crypto Tax Intelligence by Country

> TaxPulse Crypto Tax Intelligence by Country 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 worldwide crypto tax rules by jurisdiction and activity type, covering capital gains, DeFi, staking, NFT, and CARF reporting obligations — intelligence, not advice.

## Facts

- Endpoint: GET https://taxpulse.theaslangroupllc.com/api/tax/crypto
- 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-crypto-tax-intelligence-by-country-fb726ec3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_scftRn624EYdMgdcsJdO_

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-crypto-tax-intelligence-by-country-fb726ec3
```

Example prompt: What are the crypto tax rules in Germany for staking income and DeFi transactions — specifically capital gains rates and any CARF reporting obligations I should know about?

## When to prefer this

Use this endpoint when an agent needs structured, jurisdiction-specific crypto tax intelligence across multiple activity types (capital gains, DeFi, staking, NFTs, CARF) without engaging a human tax professional. Preferred over generic tax APIs when the query involves crypto-specific activities or cross-border CARF obligations. Complement with the sibling wallet tax review endpoint when a specific wallet address needs analysis.

## Known failure modes

- Jurisdiction not covered or unrecognized — returns empty or error response
- Activity type too vague to map to a specific tax treatment
- CARF reporting rules not yet published for requested country — may return partial data
- API returns stale regulatory data if jurisdiction has recently changed its crypto tax laws
- Rate limit or payment failure (x402) — 402 response if USDC payment not processed

## How this service works

Crypto tax by country, capital gains tax on crypto, DeFi tax, staking tax, NFT tax, CARF reporting obligations. Worldwide guide on how crypto is taxed by jurisdiction and activity. Tax intelligence, not advice.

## Output

A structured tax intelligence summary covering how crypto is taxed in the requested jurisdiction, including capital gains tax rates, treatment of DeFi income, staking rewards, NFT transactions, and CARF/reporting obligations — labeled as information, not professional tax advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "assets": {
   "type": "string",
   "description": "assets"
  },
  "country": {
   "type": "string",
   "description": "Specific country focus — or omit for global comparison"
  },
  "activity": {
   "type": "string",
   "description": "trading | hodling | staking | mining | DeFi | NFT | all"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/taxpulse-crypto-tax-intelligence-by-country-fb726ec3/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)
