Travel rule support is now available for Compliance Engine!
Try it out on the
Developer Consolegethttps://api.circle.com/v1/w3s/user/challenges/{id}
Get the status of a challenge.
Unique system generated JWT session token for specific user.
ExtChallenge id to query
1{
2 "data": {
3 "challenge": {
4 "id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
5 "correlationIds": [
6 "54399e5a-1bf6-4921-9559-10c1115678cd"
7 ],
8 "errorCode": 155121,
9 "errorMessage": "challenge expired",
10 "status": "PENDING",
11 "type": "SET_PIN"
12 }
13 }
14}