Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man wallet-sell-classify

/wallet-sell-classify

agentutility / edge-market / wallet-sell-classify
PRICE / CALL
$0.02
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarket
CATEGORY
uncategorized
STATUS
live
NAME
wallet-sell-classify classifies an erc-20 wallet's outbound transfers on ethereum, base, ink, or robinhood chain
SYNOPSIS
POST https://x402.agentutility.ai/wallet-sell-classify
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Classifies an ERC-20 wallet's outbound transfers on Ethereum, Base, Ink, or Robinhood Chain. Answers is this wallet actually selling or just moving tokens by separating DEX and router sales from self-custody rotation, bridge deposits, CEX deposits, EOA transfers, and unknown destinations. Returns both real and naive sold percentages. Use it to check whether a wallet is actually selling or just moving tokens. Data only, not investment advice.

INPUTrequest schema
propertytypedescriptionreq?
wallet_addressstring0x-prefixed wallet address.required
token_addressstring0x-prefixed ERC-20 address.required
chainstringEVM chain.
enum: ethereum · base · ink · robinhood
optional
OUTPUTresponse shape
fieldtypedescription
chainstring
walletstring
tokenobject
totalsobject
sold_pct_realnumber
sold_pct_grossnumber
position_nownumber
eventsarray
truncatedboolean
confidenceobject
withheld_labelsarray
disclaimerstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/wallet-sell-classify \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the wallet-sell-classify tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
edge-marketwalletsellclassifywallet-sell-classify
methods
POST
cluster
edgemarket
price
$0.02 USDC per call
ADJACENTother endpoints in edgemarket
endpointdescriptionprice
defi-llamaDefiLlama API / DeFi TVL protocol lookup.$0.02
defi-llama-apiLooks up DeFi protocol fundamentals from DefiLlama, resolving protocol TVL, category, chains, token symbol, and protocol metadata.$0.02
defi-llama-protocolLooks up any DeFi protocol's TVL and metadata from DefiLlama.$0.02
defi-tvlDeFi TVL API / total value locked by protocol.$0.02
defillamaLook up a DeFi protocol by its DefiLlama slug and get back current TVL, per-chain TVL breakdown, 24h/7d/30d TVL change, category, parent…$0.02
gas-apiEstimates blockchain gas fees with EIP-1559 tiers for Base, Ethereum, Optimism, and Arbitrum.$0.02
gas-feesEstimates EIP-1559 transaction fees on Base, Ethereum, Optimism, and Arbitrum.$0.02
gas-now-baseReal-time gas price oracle for Base, Ethereum, Optimism, Arbitrum, and Polygon.$0.02
SEE ALSO
agentutility · edgemarket · x402 · mcp · llms.txt · registry.json · bazaar.x402.org