Base URL
Authentication
All endpoints require your API key in thex-api-header HTTP header:
Some API routes require you to provide the
projectId in the URL. You can find your project’s projectId in the dashboard under Project Settings.Response format
All responses use JSON with a consistent structure:| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | yes | Whether the request was successful |
data | any | no | Response payload |
message | string | no | Additional context or error message |
Error example
Available endpoints
Chains
Get information about supported blockchain networks.
Wallets
Check wallet status, balance, and generate AI reports.
Scan Risk
Analyze blockchain addresses for risk and suspicious patterns.
Addresses
Manage relevant on-chain addresses for compliance monitoring.
API Keys
Manage API keys for your projects programmatically.