Comment on page
Pre Screening
post
http://<enclave-endpoint>
/v1/pre-screening
Request Pre-Screening with wallet address information
This API is for inquiring about the risk level of a wallet address by providing wallet address information.It is recommended to perform a preliminary verification of the wallet address using the Pre Screening API before making a User Verification (POST /verifications) request.The pre-screening API is used to verify the risk rating of a wallet address through the Enclave server before the transfer of virtual assets. It internally utilizes Chainalysis services.
Field Name | Data Type | Required | Description |
---|---|---|---|
asset | string | true | Virtual Asset. It is the symbol name of a virtual asset. (ex: ETH instead of Ethereum or Ether) |
address | string | true | Wallet Address of Virtual Asset |
Field Name | Data Type | Required | Description |
---|---|---|---|
preScreening | object | true | - |
preScreening.asset | string | true | Virtual assets which are related to the originating wallet address or the symbol of tokens. e.g. BTC, ETH, UNI, etc. |
preScreening.address | string | true | the originating wallet address |
preScreening.preScreeningId | string | true | Requested ID for Pre Screening |
preScreening.clusterName | string | false | Name of the cluster |
preScreening.clusterCategory | boolean | false | Category of the cluster |
preScreening.rating | string | true | risk |
preScreening.createdAt | string | true | The time at which the request was created using Pre Screening API. UTC ISO 8601 format. |
- Use <mark style-"color:blue;">preScreening.rating field as follows.
- Set as one of "UNKNOWN", "HIGH", "MEDIUM", "LOW".
- The risk rating of the known recipient address.
Last modified 1mo ago