Overview
Get to know the Seqlense Monitoring API, authenticate, and make your first hello-world call.
Welcome to the documentation for the Seqlense Monitoring API. Authenticate, call the API, and wire monitoring into your stack.
Need help or have a question? Reach us at [email protected].
Getting started
Quickstart
Authenticate with your API key and send your first request in under a minute.
Identities
Create and manage the persons, companies, and governments you monitor.
Wallets
Register wallet addresses, link identities, and pull risk enrichment.
Alerts
Receive, triage and route what Seqlense raises about your data.
Market Abuse
Scan a wallet for on-chain manipulation patterns and read the report.
API Reference
Every endpoint, parameter and schema with live, runnable examples.
The hello-world endpoint
The API starts with a single endpoint you can call to verify connectivity and that your API key is valid:
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.seqlense.com/v1/hello"{
"message": "Hello, world!",
"service": "seqlense-monitoring",
"version": "1.0.0"
}From there, head to Identities to start managing the persons, companies, and governments you monitor. More endpoints (checks, incidents, metrics) will land here over time.