CorebanqCorebanq Developer Docs
KYTv1

List crypto screenings

Returns paginated crypto KYT screenings with optional filters

GET/v1/kyt/crypto/screenings

Query Parameters

limit?integer
offset?integer
sort?string
customer_id?string
provider?string

Response Body

application/json

curl -X GET "https://example.com/v1/kyt/crypto/screenings"
{
  "data": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "transaction_id": "string",
      "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
      "provider": "string",
      "action": "string",
      "kyt_flag": "string",
      "risk_score_level": 0,
      "status": "string",
      "screened_at": "2019-08-24T14:15:22Z",
      "created_at": "2019-08-24T14:15:22Z"
    }
  ],
  "total": 0
}