KYTv1
List KYT responses
Retrieves all KYT transaction responses with pagination support
Query Parameters
limit?integer
Maximum number of records to return
offset?integer
Number of records to skip for pagination
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/kyt"[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
"status": "Not Suspicious",
"label": "All Good",
"risk_score": 0,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]{
"error": "string",
"code": "string",
"status": 0
}{
"error": "string",
"code": "string",
"status": 0
}