Use this endpoint to screen a cryptocurrency wallet address for AML risk. The system analyzes the address against blockchain analytics data and delivers the result asynchronously to your callback_url as a SERVICE_RESULT callback with service_request_type equal to CRYPTO_ADDRESS_CHECK.
This endpoint is not available for form-token authentication or test mode requests.
Security
API-Key
The cryptocurrency wallet address to be checked.
Example:"27c5caea93ee4656881ef9a30fadd21a3768"
The asset ticker of the checked address.
Enum:"BTC""BCH""LTC""XRP""ETC""ADA""ETH""TRX""ALGO""XLM"
Example:"BTC"
- https://api.kycaid.comhttps://api.kycaid.com/services/crypto/address-verification
{ "hash": "27c5caea93ee4656881ef9a30fadd21a3768", "asset": "BTC", "callback_url": "https://webhook.site/34374c1f-3b2b-4060-ad26-8a556478df03" }
Response
{ "data": { "service_request_id": "6bff21e17da144418b7643267ba4502930a9" } }