If you haven’t received your verification email, please Contact Us
Understanding our pricing model will help you manage your API usage effectively. Every request made to our server deducts credits from your account, which corresponds to real monetary costs.
curl -X 'GET' \
'https://app.deconflict.com/api/verfi_wallet?wallet_address=xxxxxxxxxxxxxxx' \
-H 'accept: application/json' \
-H 'api-key: {YOUR_API_KEY}'
{
"message": "success",
"data": [
{
"id": 163966,
"case_number": "DC-123456-7890",
"organization_name": "Example Police Department",
"badge_employee_id": "295",
"amount_lost_usd": "5000",
"status": "Intel Only",
"case_type": "Crypto ATM Investigation",
"createdAt": "2025-01-05T12:33:06.000Z",
"case_wallets": [
{
"id": 373660449,
"case_id": 163966,
"wallet_id": 387750872,
"createdAt": "2025-01-05T12:33:06.000Z",
"wallet": {
"id": 387750872,
"address": "123"
}
}
]
}
]
}
Below are the possible API response codes and their descriptions:
| STATUS CODE | DESCRIPTION |
|---|---|
| 200 | Wallet found and verified |
| 400 | Bad Request – Missing wallet_address or insufficient credit |
| 401 | Unauthorized – Invalid or missing API key |
| 404 | Wallet not found |
Each API request costs 1 credit.
Credits are offered through value-based pricing.
Credits are automatically deducted per request made.
Unused credits roll over month-to-month.