Skip to main content
POST
/
api
/
v4
/
kyt
/
crypto
/
check
KYT Crypto Check
curl --request POST \
  --url https://api.dataspike.io/api/v4/kyt/crypto/check \
  --header 'Content-Type: application/json' \
  --header 'ds-api-token: <api-key>' \
  --data '{
  "network": "ETH",
  "address": "0x1234567890123456789012345678901234567890"
}'
{
  "id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11"
}

Authorizations

ds-api-token
string
header
required

Body

application/json

KYT Crypto

KYT Crypto Check Request

network
enum<string>
required

Network name

Available options:
ETH,
BTC,
TRX
Example:

"ETH"

address
string
required

Address to be checked

Example:

"0x1234567890123456789012345678901234567890"

Response

200 - application/json

AML Search Result

KYT Crypto Check Response

id
string<uuid>
required

ID of created check

Example:

"01827ed4-c928-7a3c-9a30-7ab7cc169d11"