Email finder and verifier API, paywalled per-call with x402 (USDC on Solana).
Pay from $0.03 to $0.05 per request in USDC on Solana, settled onchain via the x402 protocol, no signup, no API key needed.
first settlement 2026-05-02 · $0.88 all-time · settled via coinbase
ASSESSMENT
updated 45m agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 94.9%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 94.9%
- uptime 90d
- 98.3%
- response p95
- 505ms
- avg response
- 268ms
- total checks
- 2,732
compliance A (13/13)
13 of 13 x402 conformance checks pass. Full checklist below.
price $0.03 to $0.05 (p78 in Data)
- price (min)
- $0.03
- price (max)
- $0.05
- category percentile (min)
- p78 in Data
- category percentile (max)
- p65 in Data
- endpoints / prices
- 3 / 2
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- -
- registrar
- -
- hosting
- custom
- domain created
- ---
Identity facts, not a risk score.
traction $0.45 30d · 1 buyers
- volume 30d
- $0.45
- buyers 30d
- 1
- settlements 30d
- 9
- first settlement
- 2026-05-02
- last settlement
- 2026-07-20
- top buyer share
- 100% of 30d volume
- trend 7d vs 30d
- 0.00x the 30d daily rate
- networks
- solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
- volume all-time
- $0.88
- settlements all-time
- 18
- median settlement 30d
- $0.05
- max settlement 30d
- $0.05
- settled via
- coinbase
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedFind or Verify provides email finding and verification services for domains and individuals.
- category
- email-data
- in
- query params
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /domain-search | $0.05 | Solana | USDC | |
| GET | /email-finder | $0.05 | Solana | USDC | |
| GET | /email-verifier | $0.03 | Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /domain-search returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://fov.brij.fi/domain-search'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
{
"error": "PAYMENT-SIGNATURE header is required",
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"
},
"payTo": "Eh3ZqnsMVsRTPeG61dx7s2LVDSGdVwjuXC2ZZ8ZxdTfT",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://fov.brij.fi/domain-search",
"mimeType": "application/json"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"domain": "stripe.com"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"domain"
],
"properties": {
"limit": {
"type": "integer",
"description": "Max results (default 10)"
},
"domain": {
"type": "string",
"description": "Company domain"
},
"company": {
"type": "string",
"description": "Company name (alternative to domain)"
}
}
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"error": "PAYMENT-SIGNATURE header is required",
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"
},
"payTo": "Eh3ZqnsMVsRTPeG61dx7s2LVDSGdVwjuXC2ZZ8ZxdTfT",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://fov.brij.fi/email-finder",
"mimeType": "application/json"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"domain": "stripe.com",
"last_name": "Collison",
"first_name": "Patrick"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "Company domain (e.g. stripe.com)"
},
"company": {
"type": "string",
"description": "Company name (alternative to domain)"
},
"full_name": {
"type": "string",
"description": "Full name (alternative to first_name + last_name)"
},
"last_name": {
"type": "string",
"description": "Last name of the person"
},
"first_name": {
"type": "string",
"description": "First name of the person"
}
}
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"error": "PAYMENT-SIGNATURE header is required",
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"
},
"payTo": "Eh3ZqnsMVsRTPeG61dx7s2LVDSGdVwjuXC2ZZ8ZxdTfT",
"amount": "30000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://fov.brij.fi/email-verifier",
"mimeType": "application/json"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"email": "[email protected]"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"email"
],
"properties": {
"email": {
"type": "string",
"format": "email",
"description": "Email address to verify"
}
}
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts share the 24h window selected here. Every series is also served as JSON at /api/v1/services/find-or-verify/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 3 endpoints. Use the selector to isolate one.
COMPLIANCE
13/13 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/find-or-verify?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/find-or-verify.svg" alt="Find or Verify listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/find-or-verify?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/find-or-verify?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/find-or-verify.svg?data=uptime" alt="Find or Verify uptime on x402-list" height="28"> </a>