Skip to main content
PUT
Initiate a transaction check

Authorizations

ds-api-token
string
header
required

API token passed in the request header.

Body

Request body for kyt.InitTransactionCheckRequest

InitTransactionCheckRequest schema

transaction
string
required
Pattern: ^(0x)?[0-9a-fA-F]{64}$
Example:

"0x5c504ed432cb51138bcf09aa5e8a410dd4a1e204ef84bfed1be16dfba1b22060"

blockchain
enum<string>
Available options:
btc,
eth,
trx
Example:

"eth"

risk_profile_id
string<uuid> | null
token
enum<string> | null
Available options:
,
USDC,
USDT
Example:

""

Response

OK