{
  "name": "txdecode",
  "displayName": "txdecode",
  "description": "Turn any EVM or Solana transaction into a human-readable action with normalized asset movements. x402-native: pay $0.005 per call in USDC on Base. No signup, no API keys.",
  "version": "1.3.5",
  "standardVersion": "1.1",
  "category": "data",
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/v1/decode/{chain}/{txHash}",
      "price": {
        "amount": "0.005",
        "token": "USDC",
        "network": "base"
      },
      "description": "Decode a confirmed EVM or Solana transaction into a human-readable action plus normalized asset movements (token, amount, USD value). Supported chains: Base, Ethereum, Arbitrum, Optimism, Polygon, BNB Chain, Solana. Add ?verbose=true for the full log/event breakdown. Payment is always $0.005 USDC on Base, whichever chain you decode."
    }
  ],
  "networks": [
    "base"
  ],
  "facilitator": "self-hosted",
  "openapi": "https://txdecode.com/api/openapi.json",
  "documentation": "https://txdecode.com/docs",
  "contact": "support@txdecode.com"
}