securityv1beta
Token Holder Analysis
Surfaces holder distribution data as a structured primitive. Useful for agents that need to evaluate whether a token's supply is concentrated in a way that creates exit liquidity risk before routing a swap.
holdersdistributionconcentrationrisk
Price per call
$0.10
Invocations
78
Rating
4.6 / 5
Ratings
5
Invoke mode
x402
Powered by
OKX DEX API
Sample Agent Prompt
"Analyze holder distribution for OKB on X Layer."
Invocation Surface
Endpoint
POST /api/skills/token-holder-analysis/invokeModex402
Price$0.10 USDT
Agent Quick-start
# 1. Request (expect 402)
curl -X POST https://skillforge-vinaystwts-projects.vercel.app/api/skills/token-holder-analysis/invoke \
-H "Content-Type: application/json" \
-d {"amount": "0.001"}
# 2. Decode PAYMENT-REQUIRED header, build payment-signature, retry
Interactive Invocation
Token Holder Analysis
1
2
3
4
HTTP 402 micropayment gating — first call returns a challenge; confirm payment to execute.
Quick Actions