# On-Chain Credit Score for 0x Address

> On-Chain Credit Score for 0x Address is a paid API for AI agents from pyfile-agent.taile3ff35.ts.net, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Returns a 0–1000 credit score for an Ethereum/Base wallet address derived from Taskmarket history and Base blockchain activity

## Facts

- Endpoint: GET https://pyfile-agent.taile3ff35.ts.net/data/credit-score
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/on-chain-credit-score-for-0x-address-574f71be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1fb-QU6nu4Go5r-8yqA4H

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 on-chain-credit-score-for-0x-address-574f71be
```

Example prompt: What's the on-chain credit score for the wallet 0x1234abcd...5678? I want to see their 0–1000 score based on Base activity and Taskmarket history before I consider lending to them.

## When to prefer this

Choose this endpoint when you need a quick, data-only numeric credit score for an Ethereum/Base wallet address, specifically derived from Taskmarket history and Base on-chain activity. Prefer it over generic blockchain explorers when you want a single aggregated reputation score rather than raw transaction data. Ideal for DeFi lending, DAO gating, or freelancer screening workflows that need a machine-readable creditworthiness signal.

## Known failure modes

- Invalid or malformed 0x address returns an error response
- Address with no on-chain history may return a score of 0 or a sparse-data warning
- Rate limiting or payment failure (402) if the $0.003 USDC x402 payment is not processed
- Network timeouts if Base RPC or Taskmarket data sources are temporarily unavailable

## How this service works

Data-only 0-1000 credit score for a 0x address from Taskmarket history and Base activity. ?address=0x...

## Output

A numeric credit score between 0 and 1000 for the queried wallet address, computed from the address's Taskmarket transaction history and activity on the Base blockchain. Higher scores indicate stronger on-chain reputation and creditworthiness.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/on-chain-credit-score-for-0x-address-574f71be/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pyfile-agent.taile3ff35.ts.net](https://www.zero.xyz/host/pyfile-agent.taile3ff35.ts.net/llms.txt)
