get https://tokensniffer.com/api/v2/tokens/scams
Get the scam tokens deployed in the last 24 hours.
NOTE: this endpoint is not available in the subscription plans, for access please contact us: https://www.soliduslabs.com/contact
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 | Unix timestamp when contract was deployed |
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 |