Skip to main content
PUT
Initiate an address check

Authorizations

ds-api-token
string
header
required

API token passed in the request header.

Body

Request body for kyt.InitAddressCheckRequest

InitAddressCheckRequest schema

address
string
required
Pattern: ^(0x[0-9a-fA-F]{40}|T[1-9A-HJ-NP-Za-km-z]{33}|[13][a-km-zA-HJ-NP-Z1-9]{25,34}|bc1[02-9ac-hj-np-z]{7,76}|BC1[02-9AC-HJ-NP-Z]{7,76})$
Example:

"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"

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

"eth"

directs
boolean
Example:

false

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

""

Response

OK