Skip to main content

Check if an address is blacklisted.

GET 

/:network/compliance/is-blacklisted

Check if an address is blacklisted.

Request

Path Parameters

    network stringrequired

    Blockchain network name or chain ID.

Query Parameters

    block_height number

    Optional block number for which the balance is requested. Provide only block height or timestamp you want to check for.

    date string

    Optional Date timestamp for which the balance is requested (ISO 8601 format). Provide only block height or timestamp you want to check for.

    type string

    Possible values: [USDC, USDC]

    The type of token (e.g., USDC, USDT).

    holder stringrequired

    The address or ENS name of the holder.

    token_address string

    The contract address of the token.

    projectId stringrequired

    The id of your project. Can be found in your Histori dashboard.

Responses

Address blacklist status.

Schema

    network stringrequired

    Name of the blockchain network

    chain_id numberrequired

    Chain ID of the blockchain network

    holder stringrequired

    The address being checked.

    token_address stringrequired

    The token address being checked.

    status booleanrequired

    Whether the address is in the list (true/false).

Loading...