API Reference

Get the scam tokens deployed and/or flagged in the last 24 hours.

Response

Field NameDescription
messageError message or "OK" if query succeeded. See API Response for response status codes other than 200.
totalTotal number of tokens in result
resultArray of scam token descriptors
result.chain_idToken chain identifier
result.addressToken contract address
result.nameToken name
result.symbolToken symbol
result.deployer_addressDeployer address of token contract
result.created_atISO timestamp when contract was deployed
result.flagged_atISO timestamp when contract was flagged as a scam
result.is_source_verifiedBoolean flag indicating whether contract source code is verified on a scan site
result.exploitsArray of exploit descriptors
result.exploits.idExploit identifier
result.exploits.nameExploit name
result.exploits.typesList of exploit type strings. For further details see Exploit Types.
Language
Click Try It! to start a request and see the response here!