AML API
Seven operations cover address entities and risk, batch address lookups, transaction screening, and tenant identity. Each has its own reference page: what it accepts, what it returns, and a Try It control you can run against the live API.
Base URL
https://kyt-api.alphatok.xyzAuthentication
Every request carries an API credential in the Authorization header. See Authentication for the credential format and where to get one.
Operations
| Method | Path | Description |
|---|---|---|
GET | /api/v1/chains/{chain}/addresses/{address}/entities | Get address entities and risk labels |
GET | /api/v1/chains/{chain}/addresses/{address}/risk-score | Get address risk score |
POST | /api/v1/chains/{chain}/addresses/entities | Batch get address entities and risk labels |
POST | /api/v1/chains/{chain}/addresses/risk-score | Batch get address risk scores |
POST | /api/v1/chains/{chain}/transactions/{hash}/risk-screening | Screen a transaction for risk |
POST | /api/v1/chains/{chain}/transactions/{hash}/custom-risk-score | Get a transaction's custom risk score |
GET | /api/v1/whoami | Identify the calling tenant |