Skip to main content
GET
/
v1
/
compliance
/
watch-list
Get watchlist item
curl --request GET \
  --url https://api.openxswitch.com/v1/compliance/watch-list \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "6a0c7c45f82132956d0ee5ea",
    "address": "0x123...",
    "label": "Sanctioned entity",
    "type": "allow",
    "reason": "Sanctioned entity",
    "workspaceId": "1",
    "createdAt": "2022-01-01",
    "updatedAt": "2022-01-01"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.openxswitch.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

id
string
required

This is the ID of the watchlist

Example:

"6a0c7c45f82132956d0ee5ea"

Response

success
boolean
required
Example:

true

data
object
required