Skip to main content

FAQ

It provides sanctions screening, webhook delivery, and verification jobs for the LedgerLink platform, integrating with providers like Chainalysis, Elliptic, and TRM Labs.

How do I check an address for sanctions?

See api-reference/sanctions-service.md.

How are errors handled?

All errors are returned as structured JSON responses. See error-handling.md.

How do I run tests?

Run npm test for unit tests and npm run test:e2e for end-to-end tests.

How do I connect to the database?

Database configuration is managed via environment variables. See getting-started.md.

How do I register a webhook?

See api-reference/webhook-service.md.

How do I trigger a verification job?

Verification jobs can be triggered via the /sanctions endpoint or scheduled using the job processor.