kyc:create permission. Include your Bearer token in the Authorization header.
| Network | Code | Description |
|---|---|---|
| Tron | TRX | Tron blockchain (TRX, USDT-TRC20) |
| Bitcoin | BTC | Bitcoin blockchain |
| Ethereum | ETH | Ethereum blockchain (ETH, ERC-20 tokens) |
| Field | Type | Description |
|---|---|---|
status | string | Always "success" when check completes |
wallet_address | string | The wallet address that was checked |
network | string | The blockchain network |
is_match | boolean | true if any matches were found |
match_count | integer | Number of matches found |
matches | array | Array of match objects (empty if no matches) |
address_valid | boolean | Whether the address format is valid for the network |
processing_time_ms | integer | Total processing time in milliseconds |
timestamp | string | ISO 8601 timestamp of the check |
| Field | Type | Description |
|---|---|---|
entity_id | string | Unique identifier of the sanctioned entity |
wallet_address | string | The wallet address that matched |
list_name | string | Name of the list where match was found |
confidence_score | float | Confidence score (0.0-1.0) |
programs | array | Array of sanction program codes |
details | object | Additional details about the match |
| Code | Description |
|---|---|
| 200 | Success - Check completed |
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Missing or invalid token |
| 403 | Forbidden - Insufficient permissions |
| 500 | Internal Server Error |
lists parameter to check against multiple sanctions lists