Domains

Check for domain flags to prevent users from being phished, or warn them before they see a suspicious signature request from the domain.

Look up whether a domain is flagged

GET https://trykoi.com/api/v1/domain/seaclaim.xyz

Path Parameters

Name
Type
Description

domain

string

A dotted-string domain name

{
  "blocked": true,
  "reason": "blocklist",
}

Last updated