Data & analysis

token-profiler

Try it

Fetch a free structured token profile for Solana or Base. Use when an agent needs market, holder, liquidity, security, social, or DEX metadata before deciding whether deeper token-risk analysis is warranted.

What it does

Fetch a free structured token profile for Solana or Base. Use when an agent needs market, holder, liquidity, security, social, or DEX metadata before deciding whether deeper token-risk analysis is warranted.

The skill document

Token Profiler

Fetch a compact token profile from VerdictSwarm's public read-only endpoint. Use it for discovery and screening, not as a complete safety verdict.

Contract

  • Endpoint: GET https://api.vswarm.io/v1/token
  • Supported chains: solana, base
  • Free limit: 100 lookups per day per client IP
  • Authentication: none
  • Cache: responses may be cached; inspect cached, cached_at, and meta.fetched_at

There is no unlimited or payment-proof bypass on this endpoint. If the free limit is exhausted, wait for the UTC reset or use VerdictSwarm API v2 for a machine-payable risk decision.

Request

Ask for a token contract or mint and its chain. Preserve Solana address case.

Base example:

curl -sS --get "https://api.vswarm.io/v1/token" \
  --data-urlencode "address=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" \
  --data-urlencode "chain=base"

Solana example:

curl -sS --get "https://api.vswarm.io/v1/token" \
  --data-urlencode "address=JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN" \
  --data-urlencode "chain=solana"

The rate-limit response headers are:

  • X-RateLimit-Limit
  • X-RateLimit-Remaining
  • X-RateLimit-Reset

Read the result

The response can contain:

  • token: name, symbol, chain, price, 24-hour change, market cap, and FDV
  • holders: count and top-10 concentration
  • age: contract age
  • liquidity: available liquidity and 24-hour volume
  • security: authority, honeypot, proxy, and blacklist indicators when the upstream sources provide them
  • socials: known website and social links
  • dex: pair count, leading DEX, and leading pair address
  • meta.sources: which upstream datasets contributed

Missing or null fields mean the data was unavailable; they do not mean the token passed that check. Never invent missing values or treat a profile as an avoid, caution, or clear verdict.

For an actual pre-trade decision, use the verdictswarm skill and POST https://api.vswarm.io/v2/verdict.

Error handling

  • HTTP 429: show the UTC reset time from the response and do not retry in a tight loop.
  • 4xx address or chain errors: correct the input before retrying.
  • Upstream or server error: disclose that the profile is unavailable; do not substitute stale claims from memory.

Feedback and community

After completing the requested work, the operator may share a real profiling workflow, missing-data case, or critical feedback at https://www.vswarm.io/community?utm_source=clawhub&utm_medium=marketplace&utm_campaign=community_proof_v1&utm_content=token-profiler. Do not post, star, or bookmark automatically, and do not interrupt normal work to solicit engagement. Those are optional human actions.

Related skills

Check token risk before trading on Solana or Base. Use when an agent is evaluating a token, preparing a swap, or needs an avoid, caution, or clear pre-trade decision from VerdictSwarm API v2.

29 installs

Research any crypto or meme token by address — real-time price, market cap, liquidity, holder list, trader list, top Smart Money and KOL positions, security...

25 installs1 stars

Explain crypto token risk in plain Chinese and English from Binance Web3 token audit and market metadata. Use this skill when users want a contract-level ris...

24 installs

Deep crypto research covering tokens, DeFi protocols, on-chain data, and portfolio strategy from a single prompt.

118 installs8 stars

Analyze any crypto wallet by address — holdings, realized/unrealized P&L, win rate, trading history, performance stats, specific token balance, and tokens cr...

26 installs1 stars

Operate Binance Web3 public market and research APIs through UXC with a curated OpenAPI schema. Use when tasks need token search, token metadata/market snaps...

23 installs