# 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:10000, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

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

## Facts

- Endpoint: GET https://pyfile-agent.taile3ff35.ts.net:10000/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-4d842927
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jsex-HVH3MuomMblJ7mBO

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-4d842927
```

Example prompt: What's the on-chain credit score for wallet 0x1234abcd...? I want to know how trustworthy this address is based on its Base activity and Taskmarket history.

## When to prefer this

Choose this endpoint when you need a quick, quantified reputation signal for a specific Ethereum/Base wallet address, particularly in contexts involving Taskmarket activity. It is ideal for DeFi lending screens, access control gates, or counterparty vetting where on-chain behavioral history is more relevant than traditional credit checks.

## Known failure modes

- Missing or malformed address parameter returns an error
- Address with no on-chain history may return a very low or zero score
- Non-Base/non-Taskmarket addresses may lack sufficient data for accurate scoring
- Payment failure (x402) if USDC balance is insufficient
- Network timeout if Base RPC or Taskmarket data source is 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 reflecting the on-chain creditworthiness and activity history of the queried wallet address, aggregated from Taskmarket participation history and Base blockchain activity signals.

## 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-4d842927/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pyfile-agent.taile3ff35.ts.net:10000](https://www.zero.xyz/host/pyfile-agent.taile3ff35.ts.net%3A10000/llms.txt)
