Skip to main content
The detect event lets you identify a visitor’s wallet name and rdns.

Properties

PropertyTypeDescription
provider_nameStringName of the detected wallet provider (e.g., MetaMask).
rdnsStringReverse-DNS identifier of the wallet provider (e.g., io.metamask).

Sample Payload

Here’s the payload of a typical call with most common fields removed:
{
    "type": "detect",   
    "properties": {
        "provider_name": "MetaMask",
        "rdns": "io.metamask"
    }
}