Skip to main content
POST
Add a blockchain address to the watchlist

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
label
string
required

This is the label for the watchlist

Example:

"Entity Name"

type
enum<string>
required

This is the type of watchlist

Available options:
allow,
block
Example:

"block"

address
string
required

This is the blockchain address to be whitelisted/Blocked

Example:

"0x1234567890123456789012345678901234567890"

reason
string
default:Trusted

This is the reason for adding to watchlist

Example:

"Wallet used by the sanctioned entity"

Response

success
boolean
required
Example:

true

data
object
required