# Pyfile Toolkit – Counterparty Reputation Lookup

> Pyfile Toolkit – Counterparty Reputation Lookup 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-16).

Returns counterparty reputation data for a 0x Ethereum address on Taskmarket, including tasks posted, completion rate, awards, and risk flags.

## Facts

- Endpoint: GET https://pyfile-agent.taile3ff35.ts.net/data/counterparty
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pyfile-toolkit-counterparty-reputation-lookup-02052f2d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pyc8GtqKXiSXsmNF0x6ZA

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 pyfile-toolkit-counterparty-reputation-lookup-02052f2d
```

Example prompt: Check the Taskmarket reputation for the address 0x1234abcd... — I want to know their completion rate, how many tasks they've posted, any awards, and whether there are any risk flags before I work with them.

## When to prefer this

Use this endpoint when you need to assess the trustworthiness of an Ethereum address specifically within the Taskmarket ecosystem — it provides Taskmarket-native reputation signals (completion rate, awards, risk flags) rather than generic on-chain activity. Prefer this over generic blockchain explorers when the task context is a Taskmarket engagement.

## Known failure modes

- Invalid or malformed 0x address returns an error or empty result
- Address not found on Taskmarket returns no reputation data
- Network timeout or service unavailability returns HTTP 5xx
- Payment failure (x402) if USDC payment is not properly attached

## How this service works

Counterparty reputation for a 0x address on Taskmarket: tasks posted, completion rate, awards, risk flags. ?address=0x...

## Output

Returns structured reputation data for the queried 0x address on Taskmarket, including number of tasks posted, task completion rate, any awards earned, and risk flags indicating suspicious or problematic behavior.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pyfile-toolkit-counterparty-reputation-lookup-02052f2d/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)
