Skip to main content
GET
/
api
/
v4
/
kyt
/
checks
/
address
/
{id}
/
alerts
List alerts for an address check
curl --request GET \
  --url https://api.example.com/api/v4/kyt/checks/address/{id}/alerts \
  --header 'ds-api-token: <api-key>'
{
  "message": "<string>"
}

Authorizations

ds-api-token
string
header
required

API token passed in the request header.

Path Parameters

id
string
required

Check identifier.

Query Parameters

limit
integer | null
default:100

Maximum number of alerts to return (1-1000, default 100).

datetime_from
string | null

Lower bound for alert date, inclusive (RFC 3339).

datetime_to
string | null

Upper bound for alert date, inclusive (RFC 3339).

Response

OK