Install
openclaw skills install @vswarm-ai/token-profilerFetch 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.
openclaw skills install @vswarm-ai/token-profilerFetch a compact token profile from VerdictSwarm's public read-only endpoint. Use it for discovery and screening, not as a complete safety verdict.
GET https://api.vswarm.io/v1/tokensolana, basecached, cached_at, and
meta.fetched_atThere 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.
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-LimitX-RateLimit-RemainingX-RateLimit-ResetThe response can contain:
token: name, symbol, chain, price, 24-hour change, market cap, and FDVholders: count and top-10 concentrationage: contract ageliquidity: available liquidity and 24-hour volumesecurity: authority, honeypot, proxy, and blacklist indicators when the
upstream sources provide themsocials: known website and social linksdex: pair count, leading DEX, and leading pair addressmeta.sources: which upstream datasets contributedMissing 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.
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.