Wallet Address KYT (Know Your Transaction)

The Wallet Address KYT API provides functionality to perform a Know Your Transaction check on the wallet address provided by the payee. This check ensures that the provided wallet address is valid, not associated with suspicious activities, and meets the required compliance standards.

This API will take wallet address and its network as request payload

POST /payout/know-your-address

Headers

NameTypeDescription

Authorization*

String

Bearer {{token}}

Request Body

NameTypeDescription

walletAddress*

String

network*

String

BITCOIN, BITCOINCASH, LITECOIN, DASH, ETHEREUM, RIPPLE, TEZOS, TRON, BSC

Approved

{
  "status": "approved"
}

Declined

{

"status": "declined"

}

Last updated