Skip to main content
GET
Get an address check

Authorizations

ds-api-token
string
header
required

API token passed in the request header.

Path Parameters

id
string
required

Check identifier.

Response

Address check.

AddressCheckResponse schema

address
string
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"

balance
string
Example:

"1.2340"

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

"eth"

direct_entities
(object | null)[]
direct_payments
(object | null)[]
error
string | null
Example:

""

id
string<uuid>
Example:

"a1b2c3d4-e5f6-4890-8bcd-ef1234567890"

indirect_entities
(object | null)[]
indirect_payments
(object | null)[]
name
string | null
Example:

"Vitalik Buterin"

received
string
Example:

"1.7340"

risk_score
string | null
Example:

"0.15"

risk_score_grade
enum<string> | null
Available options:
high,
moderate,
low,
undefined
Example:

"low"

sanctions
object | null
sent
string
Example:

"0.5000"

status
string
Example:

"success"

token
enum<string>
Available options:
,
USDC,
USDT
Example:

""

type
string | null
Example:

"ONLINE_WALLET"

type_label
string | null
Example:

"Online Wallet"