Verifi Wallet l Free Deconfliction Tool for Law Enforcement
Didn’t receive your verification email? Some government domains may block notifications.
Below is the API endpoint you can use to retrieve Verifi Wallet information using a GET request:
curl -X 'GET' \ 'https://app.verifiwallet.com/api/verfi_wallet?wallet_address=xxxxxxxxxxxxxxx' \ -H 'accept: application/json' \ -H 'api-key: vf_lz7s6o_nd12ak9f2od'
Expected Response:
{ "message": "success", "data": { "id": 163966, "user_id": null, "wallet_address": "123", "reason": "test reason", "case_number": null, "organization_name": null, "contact_person_name": null, "employee_id": null, "contact_info": null, "victim_name": null, "victim_contact_info": null, "amount_lost": null, "url": null, "created_at": "2025-01-05T12:33:06.000Z" } }
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 |