The Address Screener API provides cryptocurrency address verification services using Chainalysis data to check for sanctions, blacklisting, and risk assessment. This service helps identify potentially risky or prohibited wallet addresses.
<https://crypto-api.yativo.com>
All endpoints are publicly accessible (no authentication required) but are subject to rate limiting.
Endpoint: POST /api/screener/check
Performs risk assessment on a single cryptocurrency address.
{
"address": "0x72a5843cc08275c8171e582972aa4fda8c397b2a",
"chain": "ethereum"
}
Parameter | Type | Required | Description |
---|---|---|---|
address | string | Yes | The cryptocurrency address to check |
chain | string | No | Blockchain network (eth, btc, sol, polygon, bsc, xdc, tron) |