{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "x402-dexter-cash-onchain-activity",
  "title": "X402 \u00b7 Onchain Activity",
  "url": "https://x402.dexter.cash/onchain/activity",
  "category": "finance",
  "summary": "X402 \u00b7 Onchain Activity \u2014 x402-protected finance API. Pay $0.050 per call on base, solana. Indexed by x402all.",
  "seo": {
    "title": "X402 \u00b7 Onchain Activity \u2014 x402 finance API \u00b7 $0.050 per call",
    "description": "X402 \u00b7 Onchain Activity \u2014 x402-protected finance API. Pay $0.050 per call on base, solana. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1.667,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "verified_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9421c7ca7d8dcee9760d72be81137ee162003c36",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Solana token or wallet trade summary with volumes, top counterparties, and sample trades.",
      "verified": true,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "mint": {
              "type": "string",
              "description": "Token mint address. Required when overriding scope=token or wallet. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "limit": {
              "type": "integer",
              "description": "How many rows to return (1-5,000). Leave blank for the default."
            },
            "scope": {
              "enum": [
                "token",
                "wallet",
                "trade"
              ],
              "type": "string",
              "description": "Scope to analyze (token, wallet, or trade). Leave blank to use the provider default."
            },
            "wallet": {
              "type": "string",
              "description": "Wallet public key. Required when scope=wallet. Blank uses branchmanager.sol."
            },
            "timeframe": {
              "type": "string",
              "description": "Lookback window (e.g. 15m, 1h, 1d). Up to ~5 years allowed; blank uses default."
            },
            "includeRaw": {
              "type": "boolean",
              "description": "true/false. When true, raw trade arrays are included."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the summary was generated successfully."
          },
          "error": {
            "type": "string",
            "description": "Error code when ok=false (e.g. onchain_timeout)."
          },
          "scope": {
            "enum": [
              "token",
              "wallet",
              "trade"
            ],
            "type": "string",
            "description": "Scope reflected in the response."
          },
          "status": {
            "type": [
              "integer",
              "null"
            ],
            "description": "Upstream or timeout HTTP status when ok=false."
          },
          "summary": {
            "type": "object",
            "properties": {
              "tradeCount": {
                "type": "integer",
                "description": "Total number of trades observed."
              },
              "topNetBuyers": {
                "type": "array",
                "description": "Top wallets accumulating the token."
              },
              "largestTrades": {
                "type": "array",
                "description": "Largest trades observed during the timeframe."
              },
              "topNetSellers": {
                "type": "array",
                "description": "Top wallets distributing the token."
              },
              "uniqueWallets": {
                "type": "integer",
                "description": "Number of unique counterparties."
              },
              "buyQuoteVolume": {
                "type": "number",
                "description": "Quote amount purchased in the interval."
              },
              "sellQuoteVolume": {
                "type": "number",
                "description": "Quote amount sold in the interval."
              },
              "timeframeSeconds": {
                "type": "integer",
                "description": "Window length used in the analysis."
              }
            },
            "description": "Aggregated metrics (counts, volumes, leading wallets) plus sample trade entries."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "DevFFyNWxZPtYLpEjzUnN1PFc9Po6PH7eZCi9f3tTkTw",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Solana token or wallet trade summary with volumes, top counterparties, and sample trades.",
      "verified": true,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "mint": {
              "type": "string",
              "description": "Token mint address. Required when overriding scope=token or wallet. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "limit": {
              "type": "integer",
              "description": "How many rows to return (1-5,000). Leave blank for the default."
            },
            "scope": {
              "enum": [
                "token",
                "wallet",
                "trade"
              ],
              "type": "string",
              "description": "Scope to analyze (token, wallet, or trade). Leave blank to use the provider default."
            },
            "wallet": {
              "type": "string",
              "description": "Wallet public key. Required when scope=wallet. Blank uses branchmanager.sol."
            },
            "timeframe": {
              "type": "string",
              "description": "Lookback window (e.g. 15m, 1h, 1d). Up to ~5 years allowed; blank uses default."
            },
            "includeRaw": {
              "type": "boolean",
              "description": "true/false. When true, raw trade arrays are included."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the summary was generated successfully."
          },
          "error": {
            "type": "string",
            "description": "Error code when ok=false (e.g. onchain_timeout)."
          },
          "scope": {
            "enum": [
              "token",
              "wallet",
              "trade"
            ],
            "type": "string",
            "description": "Scope reflected in the response."
          },
          "status": {
            "type": [
              "integer",
              "null"
            ],
            "description": "Upstream or timeout HTTP status when ok=false."
          },
          "summary": {
            "type": "object",
            "properties": {
              "tradeCount": {
                "type": "integer",
                "description": "Total number of trades observed."
              },
              "topNetBuyers": {
                "type": "array",
                "description": "Top wallets accumulating the token."
              },
              "largestTrades": {
                "type": "array",
                "description": "Largest trades observed during the timeframe."
              },
              "topNetSellers": {
                "type": "array",
                "description": "Top wallets distributing the token."
              },
              "uniqueWallets": {
                "type": "integer",
                "description": "Number of unique counterparties."
              },
              "buyQuoteVolume": {
                "type": "number",
                "description": "Quote amount purchased in the interval."
              },
              "sellQuoteVolume": {
                "type": "number",
                "description": "Quote amount sold in the interval."
              },
              "timeframeSeconds": {
                "type": "integer",
                "description": "Window length used in the analysis."
              }
            },
            "description": "Aggregated metrics (counts, volumes, leading wallets) plus sample trade entries."
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "x402-dexter-cash",
    "host": "x402.dexter.cash",
    "url": "https://x402.dexter.cash",
    "favicon": "https://x402.dexter.cash/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402-dexter-cash-onchain-activity",
    "url": "https://x402all.com/resource/x402-dexter-cash-onchain-activity",
    "name": "X402 \u00b7 Onchain Activity",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-onchain-activity",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "base"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-onchain-activity",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      }
    ],
    "sameAs": "https://x402.dexter.cash/onchain/activity",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402-dexter-cash",
      "url": "https://x402.dexter.cash",
      "name": "x402.dexter.cash",
      "@type": "Organization"
    },
    "identifier": "x402-dexter-cash-onchain-activity",
    "description": "X402 \u00b7 Onchain Activity \u2014 x402-protected finance API. Pay $0.050 per call on base, solana. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-dexter-cash-onchain-activity",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402-dexter-cash-onchain-activity",
  "callability": {
    "status": "partial",
    "schema_callability": 0.262,
    "source": "provider_well_known",
    "source_confidence": 0.95,
    "match_confidence": 0.4,
    "schema_confidence": 0.0,
    "validated_at": "2026-05-10T23:20:50.044119+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://x402.dexter.cash/onchain/activity",
    "content_type": "application/json",
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "unknown"
    },
    "contract_hash": "a969ed0140a858cd00518d2f37faedbebcbb85ee2830c4579bb75fd2a5950ce3"
  }
}