
Documentation
Everything you need to integrate TrustChecker's AML risk assessment into your application or workflow.
Quick Start
Get up and running with TrustCheck in under 5 minutes
Start checking wallets with our interactive guide
Supported Networks
Sample API Request
POST https://api.nextcheck.io/v1/analyze
// Headers
Authorization: Bearer your_api_key
Content-Type: application/json
Authorization: Bearer your_api_key
Content-Type: application/json
// Request Body
{
"wallet_address": "0x742d35Cc6634C0532925a3b8D4C9db4C9db4C9db",
"network": "ethereum"
}
{
"wallet_address": "0x742d35Cc6634C0532925a3b8D4C9db4C9db4C9db",
"network": "ethereum"
}