{
  "schema_version": "v1",
  "name_for_human": "TrafficMonetize Data Hub",
  "name_for_model": "trafficmonetize_data_hub",
  "description_for_human": "Access structured web data feeds via x402 Solana micro-payments. Pay 0.005 USDC per request on Solana Mainnet.",
  "description_for_model": "This API provides structured data feeds gated by the x402 Solana micro-payment protocol. To access data: (1) make a GET request to receive an HTTP 402 with payment instructions in the PAYMENT-REQUIRED header, (2) send >= 0.005 USDC to the destination wallet on Solana Mainnet, (3) base64-encode {txSignature, crawlerName} as JSON and pass it in the X-Payment header, (4) retry the request to receive the structured data payload with HTTP 200.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://trafficmonetize.com/api/openapi.json",
    "is_user_authenticated": false
  },
  "payment": {
    "type": "x402",
    "network": "solana-mainnet",
    "token": "USDC",
    "mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount_per_request": "0.005",
    "destination_wallet": "ByhUuGBAs7yzr74DJvtGAKv9bfg9wj1mDHUrWHjX6tT8",
    "header": "X-Payment",
    "payload_format": "base64(JSON({txSignature: string, crawlerName?: string}))"
  },
  "logo_url": "https://trafficmonetize.com/favicon.svg",
  "contact_email": "admin@trafficmonetize.com",
  "legal_info_url": "https://trafficmonetize.com"
}
