Rug Check
Inspect token contract risk, holder and liquidity signals, and trending tokens.
Get token security
Query parameters:
address: token contract address.chainId: chain/network ID.
curl -G https://www.sharpe.ai/api/v1/rug-check/security \
-H "Authorization: Bearer sk_live_your_key_here" \
--data-urlencode "address=0x..." \
--data-urlencode "chainId=1"
Get trending tokens
Query parameters:
limit:1to100. Default50.
curl -G https://www.sharpe.ai/api/v1/rug-check/trending \
-H "Authorization: Bearer sk_live_your_key_here" \
--data-urlencode "limit=25"