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.
Data & analysis
token-profiler
Try itFetch 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, andmeta.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-LimitX-RateLimit-RemainingX-RateLimit-Reset
Read the result
The 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 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.
Links
- Product: https://www.vswarm.io
- Full verdict API: https://www.vswarm.io/docs/api
- Source: https://github.com/sentien-labs/openclaw-skills
Related skills
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...
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...
Deep crypto research covering tokens, DeFi protocols, on-chain data, and portfolio strategy from a single prompt.
Analyze any crypto wallet by address — holdings, realized/unrealized P&L, win rate, trading history, performance stats, specific token balance, and tokens cr...
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...