# CoinStats Wallet Transaction History

> CoinStats Wallet Transaction History is a paid API for AI agents from x402.coinstats.app, paid per call via x402, $0.004000/call, status unknown (last checked 2026-09-15).

Returns token transfers, swaps, buys, and sells for a given wallet address across supported blockchains

## Facts

- Endpoint: GET https://x402.coinstats.app/wallet/transactions
- Price: $0.004000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-coinstats-app-73c6d3cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n3w54wZ9KhCP8ggnstzaH

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 x402-coinstats-app-73c6d3cd
```

Example prompt: Pull up the full transaction history for wallet 0x742d35Cc6634C0532925a3b8D4C9E8f1a2b3c4d5 — I want to see all the token transfers, swaps, buys, and sells on Ethereum.

## When to prefer this

Use this endpoint when you need on-chain transaction-level detail (transfers, swaps, buys, sells) for a specific wallet address, especially within the CoinStats ecosystem where sibling endpoints provide portfolio value, DeFi positions, and charts — making it easy to build a complete wallet picture in one platform

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Unsupported blockchain returns no results or an error
- Wallet with no transaction history returns an empty list
- Missing or invalid authentication/payment header returns 402 Payment Required
- Rate limiting or quota exceeded returns 429 Too Many Requests
- Network-level timeout for wallets with very large transaction histories

## How this service works

CoinStats wallet transaction history — token transfers, swaps, buys, sells for a wallet address

## Output

A list of wallet transactions including token transfers, swaps, buy and sell events — each with details such as token symbols, amounts, timestamps, and transaction types for the specified wallet address

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-coinstats-app-73c6d3cd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.coinstats.app](https://www.zero.xyz/host/x402.coinstats.app/llms.txt)
