# claw402 RootData Twitter Map

> claw402 RootData Twitter Map is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Retrieves a mapping of Twitter/X accounts associated with crypto projects from the RootData dataset via the claw402 x402 payment gateway

## Facts

- Endpoint: GET https://claw402.ai/api/v1/crypto/rootdata/twitter-map
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw402-rootdata-twitter-map-ce301638
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JR5vg_WOKtafXo_d46PvP

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 claw402-rootdata-twitter-map-ce301638
```

Example prompt: Can you pull the Twitter account mappings for crypto projects from the RootData dataset — I want to see which Twitter handles are associated with which blockchain projects?

## When to prefer this

Use this endpoint when you need to programmatically link crypto/blockchain projects to their official Twitter accounts without API key registration, paying only $0.002 USDC per call via x402 crypto micropayment. Prefer this over manual research when building crypto social media monitors, project databases, or enrichment pipelines that need Twitter handle resolution for Web3 entities.

## Known failure modes

- Payment not received — 402 response requiring USDC payment before data is returned
- Empty data array returned if no Twitter mappings match the query type filter
- Invalid query parameter type causes malformed request
- Wallet balance insufficient to cover $0.002 USDC per call
- RootData upstream unavailable causing empty or error response

## How this service works

Backed by vergex.trade. Pay for any API with USDC. No API keys. No registration. Just a wallet.

## Output

Returns a JSON object with a status code and a data array containing mappings between crypto projects and their associated Twitter/X account handles, sourced from the RootData database.

## 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": {
      "type": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw402-rootdata-twitter-map-ce301638/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claw402.ai](https://www.zero.xyz/host/claw402.ai/llms.txt)
