EVM

Scan Address

Get a risk recommendation with plain-language reasons for an address.

post/v0/evm/address/scan

Request body

chain'arbitrum' | 'avalanche' | 'base' | 'base-sepolia' | 'lordchain' | 'lordchain-testnet' | 'metacade' | 'metacade-testnet' | 'bsc' | 'ethereum' | 'optimism' | 'polygon' | 'zksync' | 'zksync-sepolia' | 'zora' | 'linea' | 'blast' | 'scroll' | 'ethereum-sepolia' | 'degen' | 'avalanche-fuji' | 'gnosis' | 'soneium-minato' | 'ronin' | 'apechain' | 'berachain' | 'berachain-bartio' | 'ink' | 'ink-sepolia' | 'abstract' | 'abstract-testnet' | 'soneium' | 'unichain' | 'sei' | 'flow-evm' | 'hyperevm' | 'megaeth' | 'katana' | 'plume' | 'xlayer' | 'monad' | 'monad-testnet' | 'tempo' | 'tempo-testnet' | 'kite-ai' | 'kaia' | 'plasma' | 'mantle' | 'robinhood' | 'arc' | 'flare' required

The chain name

addressstring required

The address to validate.

Response

Success

result_type'Malicious' | 'Warning' | 'Benign' | 'Error' required

Overall validation outcome for the scan.

errorstring

An error message returned when result_type is Error.

Changes

Changed in 15 of the 95 revisions of this API.62513

    • removed the enum value worldchain of the request property chain

      request-property-enum-value-removed

    • removed the LIQUID_STAKING_TOKEN enum value from the features/anyOf[subschema #1]/items/feature_id response property for the response status 200

      response-property-enum-value-removed

    • removed the REBASE_TOKEN enum value from the features/anyOf[subschema #1]/items/feature_id response property for the response status 200

      response-property-enum-value-removed

    • added the new KNOWN_RUGPULL_CODE_PATTERN enum value to the features/anyOf[subschema #1]/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new flare enum value to the request property chain

      request-property-enum-value-added

    • added the new arc enum value to the request property chain

      request-property-enum-value-added

    • added the new robinhood enum value to the request property chain

      request-property-enum-value-added

    • added ScanRequestMetadata to the metadata request property allOf list

      request-property-all-of-added

    • removed routers__evm__models__MetadataNonDapp routers__evm__models__MetadataDapp from the metadata request property anyOf list

      request-property-any-of-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the enum value immutable-zkevm of the request property chain

      request-property-enum-value-removed

    • removed the enum value immutable-zkevm-testnet of the request property chain

      request-property-enum-value-removed

    • removed the enum value zero-network of the request property chain

      request-property-enum-value-removed

    • added the new kaia enum value to the request property chain

      request-property-enum-value-added

    • added the new mantle enum value to the request property chain

      request-property-enum-value-added

    • added the new plasma enum value to the request property chain

      request-property-enum-value-added

Of the 95 revisions, 1 has no diff computed.