Rug Check API
Score a token's rug risk, read its vibe and KOLs, and pull the creator's history.
What you get
Three endpoints turn a Solana mint into a full read on a token: the Risk Score and the wallet signals behind it, the Vibe Score with live KOL and smart-money trades, and the token creator's track record. Every path takes a Solana token mint address and returns the standard JSON envelope. Authenticate with your X-API-Key against https://api.xaxios.com.
Endpoints
/rug-check/scan/{tokenAddress}The Risk Score and the holder-behavior signals behind it. The eight signals are empty wallets, inactive wallets, coordinated buying, wallet similarity, single-purpose wallets, new wallets, bot activity, and connected (same-entity) wallets.
/rug-check/vibe/{tokenAddress}The Vibe Score: how much attention a token is pulling right now, plus what KOLs and smart money are actually doing with it. A higher vibe means more eyes on the token and faster moves in either direction.
/rug-check/dev-tokens/{tokenAddress}The creator's track record: every token the wallet behind this one has launched before. A high rug rate across many past tokens is a loud warning.
Try it live
Pick an endpoint, paste your xax_ key, and send a real request against a Solana mint.
Choose an endpoint, paste your key, and send a request to see the live JSON response.
Code samples
The scan endpoint in curl, JavaScript, and Python:
Typical agent workflow
To size up a token, call all three endpoints on the same address. scan gives you the risk score and holder signals, dev-tokens gives you the creator's rug and migration record, and vibe gives you live KOL and smart-money conviction. Read them together instead of trusting any single number.