get https://tokensniffer.com/api/v2/tokens/scams
Get the scam tokens flagged in the last 24 hours. Available with the Enterprise plan.
Response
| Field Name | Description | 
|---|---|
| message | Error message or "OK" if query succeeded. See API Response for response status codes other than 200. | 
| total | Total number of tokens in result | 
| result | Array of scam token descriptors | 
| result.chain_id | Token chain identifier | 
| result.address | Token contract address | 
| result.name | Token name | 
| result.symbol | Token symbol | 
| result.deployer_address | Deployer address of token contract | 
| result.created_at | ISO timestamp when contract was deployed | 
| result.flagged_at | ISO timestamp when contract was flagged as a scam | 
| result.is_source_verified | Boolean flag indicating whether contract source code is verified on a scan site | 
| result.exploits | Array of exploit descriptors | 
| result.exploits.id | Exploit identifier | 
| result.exploits.name | Exploit name | 
| result.exploits.types | List of exploit type strings. For further details see Exploit Types. | 
The results are updated in real-time as new scam tokens are identified.
