Audit a Coin
Audit a coin and retrieve a score representing CoinChomp's confidence of it not being a scam.
POST /api/v1/coins/audit
Required Parameters
Example Request
curl -X POST "https://api.coinchomp.com/api/v1/coins/audit" \
-H "Authorization: Bearer {API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"chain": "solana",
"contractAddress": "31ZsWDGgVT33YXD5gpmTwrVtghe2YuEkqmsipmekpump"
}'{
"success": true,
"requestId": "epxq3IVI8FUq7WhBQ5qM"
}Last updated