How to call
POST https://your-api.example.com/deepsearch
Content-Type: application/json
{
"contract_address": "So11111111111111111111111111111111111111112"
}
Example response
{
"reportId": "rpt_01HXYZ",
"contract_address": "So11111111111111111111111111111111111111112",
"holders": {
"total": 12453,
"topHolders": [
{ "wallet": "9xABC...", "pct": 3.2 },
{ "wallet": "7yDEF...", "pct": 2.1 }
]
},
"marketData": {
"price": 150.5,
"marketCap": 50000000,
"volume24h": 1250000,
"liquidity": 100000,
"pairAddress": "HqPair..."
},
"social": {
"twitterMentions24h": 342,
"sentimentScore": 0.67
},
"risk": {
"ownerCanMint": false,
"freezeAuthority": false,
"flags": []
},
"generatedAt": 1714760000
}
Open in examples