Verifique qualquer endereço de carteira ou hash de transação para risco on-chain, sanções, mixers, exposição à darknet, origem dos fundos. $0.15 por verificação, ou traga o seu próprio fornecedor de screening.
Confiado por mais de 2.000 organizações em todo o mundo.
$0.15 per check
Risco de carteira on-chain. Um preço público.
Analise carteiras a $0.15 por verificação, ou traga o seu próprio fornecedor de análise e
execute-o dentro do Didit, com uma fila de casos e um registo de auditoria para ambos.
Como funciona
Do registo ao utilizador verificado em quatro passos.
Passo 01
Crie o fluxo de trabalho
Escolha as verificações que pretende, ID, prova de vida, correspondência facial, sanções, morada, idade, telefone, e-mail, perguntas personalizadas. Arraste-as para um fluxo no dashboard, ou publique o mesmo fluxo na nossa API. Crie ramificações com base em condições, execute testes A/B, sem necessidade de código.
Passo 02
Integre
Integre nativamente com o nosso SDK para Web, iOS, Android, React Native ou Flutter. Redirecione para uma página alojada. Ou simplesmente envie um link ao seu utilizador, por e-mail, SMS, WhatsApp, onde quiser. Escolha o que melhor se adapta à sua stack.
Passo 03
O utilizador passa pelo fluxo
O Didit gere a câmara, as indicações de iluminação, a transição para o telemóvel e a acessibilidade. Enquanto o utilizador está no fluxo, pontuamos mais de 200 sinais de fraude em tempo real e verificamos cada campo em relação a fontes de dados autorizadas. Resultado em menos de dois segundos.
Passo 04
Recebe os resultados
Webhooks assinados em tempo real mantêm a sua base de dados sincronizada no momento em que um utilizador é aprovado, recusado ou enviado para revisão. Consulte a API sob demanda. Ou abra a consola para inspecionar cada sessão, cada sinal e gerir os casos à sua maneira.
Criado para conformidade · Criado contra fraude cripto · Aberto por design
Seis capacidades. Um módulo. $0.15 por verificação.
O Wallet Screening existe dentro do Transaction Monitoring, mas também funciona de forma autónoma. Cada capacidade faz parte do mesmo módulo, ative-as por fluxo de trabalho ou passe-as diretamente na chamada da API.
Escolha a análise gerida pelo Didit a $0.15 por verificação, ou ligue o seu contrato de fornecedor de análise existente e execute-o dentro do Didit, mantém a relação, nós tratamos da orquestração. Configure o fornecedor ativo por espaço de trabalho.
Preferências de fornecedorTraga a sua própria chave
Análise gerida pela Didit
Conectado · $0.15 / verificação
Predefinido
O seu fornecedor de análise
Conectado · a sua chave
Adicionar outro fornecedor
Disponível
02 · Preços
Um preço público por verificação.
$0.15 por verificação, ou traga o seu próprio fornecedor de análise. Sem mínimos, sem contratos, pague por sucesso. 500 verificações gratuitas/mês. Descontos por volume aplicam-se automaticamente acima de 100.000 análises/mês.
Preço por análiseSem mínimos
Gerido pela Didit
$0.15/ análise
Pague por sucesso · sem contrato
Traga o seu próprio fornecedor
A sua chave
Execute-o dentro da Didit
Um preço público, sem mínimos$0.15 / check
03 · Pontuação de risco
Risco de carteira em tempo real em menos de um segundo.
Pontuação de risco 0–100, gravidade BAIXA/MÉDIA/ALTA/CRÍTICA, detalhe da origem dos fundos em mais de 14 categorias, carteiras sancionadas, ransomware, fundos roubados, mercados da darknet, mixers, esquemas, exchanges de alto risco, jogos de azar, peer-to-peer. Mesmo formato, qualquer fornecedor.
Carteira · 0x9F2c...A41BCRÍTICO
87
Pontuação de risco 0-100
Gravidade derivada da pontuação · sub-segundo
Origem dos fundos
Carteira sancionada28%
Mixer (Tornado Cash)12%
Exchange regulada48%
P2P12%
04 · Travel Rule
Recomendação 16 da FATF e conformidade VASP.
Envie um bloco de Travel Rule com a transação e nós tratamos da troca de mensagens estruturadas com VASPs (virtual asset service providers) de contraparte suportados. Detalhes do originador e beneficiário, registo de auditoria completo, alinhado com o Regulamento da UE sobre Transferência de Fundos.
Travel Rule · FATF R.16VASP para VASP
VASP Originadora
Acme Crypto · ESP
VASP Beneficiária
Coinbase · EUA
originator.full_name · date_of_birth
beneficiary.full_name · wallet_address
amount · currency · chain
05 · TM incluído
Liga-se diretamente ao Transaction Monitoring.
Marque uma transação como cripto e fazemos a análise automaticamente, carteira de destino pré-transferência na saída, hash da transação pós-transferência na entrada. Os resultados de alto risco alimentam o motor de regras, a fila de casos e o ciclo de remediação automática.
Transação · SAÍDA0.25 ETH
1Regra TM · verificação de velocidadeAPROVADO
2Análise de Carteira · risco on-chainSINALIZAR
3Motor de regras · atualização de estadoAGUARDAR_UTILIZADOR
Mesmo workflow. Uma chamada de transação./v3/transactions/
06 · Cobertura
Sanções, OFAC, darknet, mixers, ransomware.
Cada análise cobre sanções OFAC, UE, ONU e HM Treasury do Reino Unido, além da inteligência do fornecedor subjacente sobre darknet, ransomware, mixers, fundos roubados, esquemas e financiamento de terrorismo. Carteiras sancionadas surgem como uma flag discreta para que uma regra possa recusar instantaneamente.
Sanções e sinais adversosAtualizado continuamente
OFAC SDN
Tesouro dos EUA
Ativo
Consolidado da UE
Conselho Europeu
Ativo
Sanções da ONU
Nações Unidas
Ativo
Mercados da darknet
Inteligência do fornecedor
Ativo
Carteiras de ransomware
Inteligência do fornecedor
Ativo
Integre
Dois endpoints. Mesma análise. Mesmo preço.
Escolha o endpoint autónomo para uma pesquisa de carteira única. Escolha o endpoint de transações quando quiser que a análise alimente o motor de regras, a fila de casos e a remediação automática. Ambos são faturados a $0.15 por verificação.
Resposta síncrona. Não é necessário webhook.documentação →
POST /webhooks/diditPasso 2 · Receber
// Your endpoint receives a signed wallet-screening resultapp.post("/webhooks/didit", (req, res) => {const sig = req.headers["x-signature-v2"];const expected = crypto.createHmac("sha256", SECRET).update(req.rawBody).digest("hex");if (sig !== expected) return res.sendStatus(401);const { status, decision, txn_id } = req.body;// status: APPROVED | IN_REVIEW | DECLINED | AWAITING_USERres.sendStatus(200);});
200OK{tI18n("webhookStatus")}
Webhook HMAC-signed em tempo real. Verifique, analise e encaminhe os casos de alto risco para o motor de regras.documentação →
Integração pronta para agente
Implemente o Wallet Screening com um único prompt.
Cole o bloco abaixo no Claude Code, Cursor, Codex, Devin, Aider ou Replit Agent. Preencha a sua stack. O agente irá provisionar o Didit, configurar o rastreio de carteiras a $0.15 por verificação, verificar webhooks assinados e alimentar os casos de alto risco no Transaction Monitoring.
didit-integration-prompt.md
# Didit Wallet Screening (KYT) — integrate in 5 minutes
You are integrating Didit's Wallet Screening / Know Your Transaction (KYT)
module into <my_stack>. Follow these steps exactly. Every URL, header,
and enum value below is canonical — do not paraphrase or "improve" them.
Wallet Screening produces a standardised risk payload regardless of
which underlying provider sits behind it:
- Risk score 0-100 + severity (LOW, MEDIUM, HIGH, CRITICAL)
- Source of funds breakdown across 14+ categories
- Exposure table (counterparty entities, direct vs indirect hops)
- Network graph metrics
- Sanctions / darknet / mixer flags as discrete signals
## 1. Provision an account
- Sign up: https://business.didit.me (no credit card required).
- Or provision programmatically: POST https://apx.didit.me/auth/v2/programmatic/register/
## 2. Choose a screening source
- Wallet Screening runs at $0.15 per check on Didit's own on-chain
risk data — nothing to configure, it works out of the box.
- Or bring your own screening provider and run it inside Didit: open
Transactions > Settings > Provider Preferences in the Business
Console (https://business.didit.me) and paste your existing
provider API key. The screening result payload is identical
whichever source you use.
## 3. Two integration paths — pick one
### Path A — Workflow / Transactions API (recommended)
Best when you want Wallet Screening chained into the Transaction
Monitoring rules engine so flagged transactions automatically generate
review cases.
POST https://verification.didit.me/v3/transactions/
Headers:
x-api-key: <your-api-key>
Content-Type: application/json
Body (outbound pre-transfer screen, screens the destination wallet):
{
"transaction_id": "withdrawal-001",
"transaction_category": "finance",
"include_crypto_screening": true,
"transaction_details": {
"direction": "OUTBOUND",
"amount": "0.25",
"currency": "ETH",
"currency_kind": "crypto",
"action_type": "withdrawal"
},
"subject": {
"entity_type": "individual",
"vendor_data": "user-123",
"full_name": "John Doe"
},
"counterparty": {
"entity_type": "unhosted_wallet",
"full_name": "John Doe",
"payment_method": {
"method_type": "crypto_wallet",
"account_id": "0xRecipientWallet..."
}
}
}
Direction rules — required:
- INBOUND pre-transfer -> screens counterparty.payment_method.account_id
- INBOUND post-transfer -> screens the tx hash scoped to subject.payment_method.account_id
- OUTBOUND pre-transfer -> screens counterparty.payment_method.account_id
- OUTBOUND post-transfer -> screens the tx hash scoped to counterparty.payment_method.account_id
For post-transfer screening, also include
transaction_details.payment_reference_id -> the blockchain tx hash
### Path B — Standalone wallet-screening API
Best when you want a one-off wallet-risk lookup without writing a full
transaction. Same screening source, same $0.15 per check price.
POST https://verification.didit.me/v3/transactions/
Headers:
x-api-key: <your-api-key>
Content-Type: application/json
Body:
{
"wallet_address": "0xRecipientWallet...",
"currency": "ETH",
"direction": "OUTBOUND"
}
Synchronous JSON response — no webhook required for the standalone call.
Use Path A whenever the screening result needs to flow into the rules
engine, case management, or the auto-remediation loop.
## 4. Webhooks
Register one webhook destination per workspace:
POST https://verification.didit.me/v3/webhook/destinations/
Body: { "url": "https://yourapp.com/didit/webhooks",
"events": ["transaction.status.updated"] }
Every delivery carries an X-Signature-V2 Hash-based Message Authentication
Code (HMAC) header. HMAC-SHA256 verification MUST run against the raw body bytes (the raw payload as Didit sent it) BEFORE any JSON parsing — re-serialising the parsed body changes whitespace and key order, which invalidates the signature.Verify it before trusting the payload:
signature = hmac_sha256(secret, raw_body).hex()
if signature != request.headers["X-Signature-V2"]:
return 401
## 5. Reading the result
Every screening returns a standardised risk object:
- risk_score (0-100, higher = more exposure)
- severity ("LOW", "MEDIUM", "HIGH", "CRITICAL")
- source_of_funds (array of { category, percentage })
- exposure (array of { entity, hop_distance, received, sent, risk })
- flags (array including "sanctioned", "darknet_market", "mixer",
"ransomware", "child_exploitation", "scam", and others)
- network_graph (nodes, edges, centrality, depth)
Feed flagged transactions into the Transaction Monitoring rules engine
so high-risk hits automatically generate cases at the published
$0.02 per transaction inspection rate.
## 6. Travel Rule (FATF Recommendation 16)
For Virtual Asset Service Provider (VASP) to VASP transfers, include
the Travel Rule payload alongside the transaction body:
"travel_rule": {
"originator_vasp": {...},
"beneficiary_vasp": {...},
"originator": { "full_name", "date_of_birth", ... },
"beneficiary": { "full_name", "wallet_address" }
}
Didit handles the structured-message exchange with supported counterparty
VASPs. Reference: https://docs.didit.me/transaction-monitoring/travel-rule
## 7. Hard rules — do not change
- Base URL stays https://verification.didit.me (NOT apx.didit.me).
- Auth header stays x-api-key (lowercase, hyphenated).
- Webhook signature header stays X-Signature-V2 (NOT X-Signature).
- currency_kind is always "crypto" for wallet screening.
- direction is always UPPERCASE ("INBOUND" or "OUTBOUND").
- severity casing stays UPPERCASE: LOW, MEDIUM, HIGH, CRITICAL.
## 8. Pricing reference
- $0.15 per wallet screening on Didit's own on-chain risk data — or
bring your own screening provider and run it inside Didit.
- $0.02 per transaction inspected by the Transaction Monitoring rule
engine. AML on flagged transactions at $0.20 per check.
- 500 free verifications every month on every account, forever.
- No minimums, no contracts. Volume discounts above 100k screenings
per month — see https://didit.me/pricing.
## 9. Verify your integration
1. Create a sandbox API key at https://business.didit.me.
2. Post the example outbound transaction above against a known-flagged
tutorial wallet — the response should have severity "CRITICAL" and
carry a "sanctioned" flag.
3. Confirm the webhook fires with transaction.status.updated and the
X-Signature-V2 header verifies cleanly.
4. Open Case Management in the console — the transaction should land
in the queue with source PROVIDER and severity CRITICAL.
Done. Wallet Screening is live. Reach out to support@didit.me with the
workspace id if you hit a wall.
Precisa de mais contexto? Consulte a documentação completa do módulo.docs.didit.me →
Conformidade desde a conceção
Abra um novo país com um clique. Nós fazemos o trabalho difícil.
Abrimos as subsidiárias locais, garantimos as licenças, realizamos os testes de penetração, obtemos as certificações e alinhamos com cada nova regulamentação. Para lançar verificações num novo país, basta ativar um botão. Mais de 220 países ativos, auditados e testados trimestralmente, o único fornecedor de identidade que um governo de um estado-membro da UE formalmente considerou mais seguro do que a verificação presencial.
Traga o seu próprio fornecedor de rastreio e execute-o dentro do Didit.
0+
Categorias de origem de fundos em cada payload padronizado.
Sub-1s
Rastreio de carteira on-chain, de ponta a ponta.
Três níveis, uma tabela de preços
Comece grátis. Pague por utilização. Expanda para Enterprise.
500 verificações gratuitas todos os meses, para sempre. Pague à medida que usa para produção. Contratos personalizados, residência de dados e SLAs (Acordos de Nível de Serviço) no Enterprise.
Grátis
Grátis
$0 / mês. Não é necessário cartão de crédito.
Pacote KYC gratuito (Verificação de ID + Prova de Vida Passiva + Correspondência Facial + Análise de Dispositivo e IP), 500 / mês, todos os meses
Comece grátis → pague apenas quando uma verificação for executada → desbloqueie o Enterprise para um contrato personalizado, SLA ou residência de dados.
FAQ
Perguntas frequentes
What is Didit?
Didit is infrastructure for identity and fraud, the platform we wished existed when we were building products ourselves: open, flexible, and developer-friendly, so it works as a real part of your stack instead of a black box you integrate around.
One API covers verifying people (KYC, know your customer), verifying businesses (KYB, know your business), screening crypto wallets (KYT, know your transaction), and monitoring transactions in real time, on a stack built to be:
Fast, sub-2-second p99 on every session
Reliable, in production with 1,500+ companies across 220+ countries
Secure, SOC 2 Type 1, ISO 27001, GDPR-native, and formally attested by Spain's financial regulator as safer than verifying someone in person
The footprint underneath: 14,000+ document types in 48+ languages, 1,000+ data sources, and 200+ fraud signals on every session. The Didit infrastructure dynamically learns from every session and gets better every day.
What is Wallet Screening (KYT)?
Wallet Screening, also called Know Your Transaction (KYT), assesses on-chain risk on a crypto wallet address or transaction hash. Sanctions exposure, darknet markets, ransomware wallets, mixers, stolen-funds counterparties, scam wallets, terrorist financing, surfaced as a risk score, a severity tier, a source-of-funds breakdown, and discrete flags you can route on in real time.
$0.15 per check screened end to end inside Didit, or bring your own screening provider and run it inside Didit on the same /v3/ Application Programming Interface (API) contract, with unified casework and audit.
Full reference: docs.didit.me/core-technology/wallet-screening/overview.
What does Wallet Screening cost?
$0.15 per check screened end to end inside Didit, one public price, no separate analytics contract to manage.
If you already have a screening provider you prefer, you can bring your own screening provider and run it inside Didit, paste your provider key into the Business Console, every screening Didit dispatches uses your key, and the screening counts against your existing provider contract.
No minimums, no contract, no overage surprises. Switch between modes per workspace at Transactions → Settings → Provider Preferences.
How fast is the verification for my end user?
The full flow normally takes under 30 seconds end-to-end, pick up the ID, snap the document, snap the selfie, done. That is the fastest in the market. Legacy KYC providers usually take more than 90 seconds for the same flow.
On the back end, Didit returns the result in under two seconds at p99, measured from the moment the user finishes the selfie to the moment your webhook fires. Mobile capture is tuned for slow phones and slow networks: progressive image compression, lazy software development kit load, and a one-tap hand-off from desktop to phone via QR code if the user starts on web.
What is the response shape?
A standardised payload regardless of which provider sits behind it.
exposure, counterparty entities with direct vs indirect hop distance, plus received and sent amounts.
network_graph, centrality and depth metrics.
flags, discrete signals like sanctioned, darknet_market, mixer, ransomware.
Same shape lands inside the Transaction Monitoring response.
What happens if a user fails, abandons, or expires?
Every session lands on one of seven clear statuses, so your code always knows what to do:
Approved, every check passed. Move the user forward.
Declined, one or more checks failed. You can allow the user to resubmit the specific failed step (for example, re-take the selfie) without re-running the whole flow.
In Review, flagged for compliance review. Open the case in the console, see every signal, decide approve or decline.
In Progress, user is mid-flow.
Not Started, link sent, user has not opened it yet. Send a reminder if it sits too long.
Abandoned, user opened the link but did not finish in time. Re-engage or expire.
Expired, the session link aged out. Create a new session.
A signed webhook fires on every status change, so your database always stays in sync. Abandoned and declined sessions are free.
Where does my customer data live and how is it protected?
Production data is processed and stored in the European Union by default, on Amazon Web Services. Enterprise contracts can request alternative regions for jurisdictions whose regulators require it.
Encryption everywhere. AES-256 at rest across every database, object store, and backup. Transport Layer Security 1.3 in transit on every API call, webhook, and Business Console session. Biometric data is encrypted under a separate Customer Master Key.
Retention is yours to control. Default retention is indefinite (unlimited) unless you configure shorter, between 30 days and 10 years per application, and you can delete any individual session at any time from the dashboard or the API.
Certifications: SOC 2 Type 1 (Type 2 audit in progress), ISO/IEC 27001:2022, iBeta Level 1 PAD, and a public attestation from Spain''s Tesoro / SEPBLAC / CNMV that Didit''s remote identity verification is safer than verifying someone in person. Full report at /security-compliance.
Is Didit compliant for my industry?
Didit ships compliant by default for the regulators that matter to identity infrastructure:
GDPR + UK GDPR, controller / processor split, full Data Processing Agreement published, lead supervisory authority named (Spain''s AEPD).
AMLD6 + EU AML Single Rulebook, 1,300+ sanctions, politically exposed person, and adverse-media lists screened in real time.
eIDAS 2.0, EU Digital Identity Wallet aligned; reusable-identity ready.
MiCA (Markets in Crypto-Assets), ready for crypto on-ramps, exchanges, and custodians.
DORA, Digital Operational Resilience Act, EU financial-services operational resilience.
BIPA, CUBI, Washington HB 1493, CCPA / CPRA, US biometric privacy (Illinois, Texas, Washington) and California consumer privacy.
UK Online Safety Act, age-gating and child-safety obligations.
FATF Travel Rule, originator and beneficiary data on crypto transfers, IVMS-101 interoperable.