# Taskmarket Counterparty Reputation Lookup

> Taskmarket Counterparty Reputation Lookup 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-13).

Returns 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:10000/data/counterparty
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/taskmarket-counterparty-reputation-lookup-681a6c23
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qyO0GiTJPN8V13vIgsY_v

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 taskmarket-counterparty-reputation-lookup-681a6c23
```

Example prompt: Can you pull the Taskmarket reputation for 0x4a2b8c1d9e3f0a7b5c6d2e1f8a3b9c4d5e6f7a8b — I want to see their completion rate, any risk flags, and awards before I engage with them on a task.

## When to prefer this

Use this endpoint when you need on-chain task marketplace reputation specifically from Taskmarket for a given Ethereum address. Prefer this over generic blockchain explorers when you need task-specific signals like completion rate, awards, and risk flags rather than raw transaction history.

## Known failure modes

- Invalid or malformed 0x address returns an error or empty result
- Address has no Taskmarket history — returns zeroed or null reputation fields
- Taskmarket data source unavailable — service returns an error
- Rate limiting or payment failure due to x402 micropayment issue

## How this service works

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

## Output

Returns a reputation profile for the given 0x address on Taskmarket, including number of tasks posted, task completion rate, any awards or badges earned, and risk flags such as disputes, low completion, or suspicious activity.

## 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/taskmarket-counterparty-reputation-lookup-681a6c23/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)
