curl "https://api.trusset.org/customers/api/identity/status/0xAbC123dEf456789012345678901234567890AbCd" \
-H "X-API-Key: trusset_abc123xy_secret..."
{
"success": true,
"data": {
"walletAddress": "0xAbC123dEf456789012345678901234567890AbCd",
"onChain": {
"verified": true,
"kycHash": "0xdeadbeef...",
"investorType": 1,
"softExpiry": 1750000000,
"hardExpiry": 1780000000
},
"offChain": {
"status": "verified",
"country": "DE",
"investorType": "PROFESSIONAL",
"verifiedAt": "2025-03-01T10:00:00.000Z"
}
},
"metadata": {
"requestId": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2025-06-15T12:00:00.000Z"
}
}
Query both on-chain and off-chain identity status for a wallet
curl "https://api.trusset.org/customers/api/identity/status/0xAbC123dEf456789012345678901234567890AbCd" \
-H "X-API-Key: trusset_abc123xy_secret..."
{
"success": true,
"data": {
"walletAddress": "0xAbC123dEf456789012345678901234567890AbCd",
"onChain": {
"verified": true,
"kycHash": "0xdeadbeef...",
"investorType": 1,
"softExpiry": 1750000000,
"hardExpiry": 1780000000
},
"offChain": {
"status": "verified",
"country": "DE",
"investorType": "PROFESSIONAL",
"verifiedAt": "2025-03-01T10:00:00.000Z"
}
},
"metadata": {
"requestId": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2025-06-15T12:00:00.000Z"
}
}
Show child attributes
null if no on-chain record exists.curl "https://api.trusset.org/customers/api/identity/status/0xAbC123dEf456789012345678901234567890AbCd" \
-H "X-API-Key: trusset_abc123xy_secret..."
{
"success": true,
"data": {
"walletAddress": "0xAbC123dEf456789012345678901234567890AbCd",
"onChain": {
"verified": true,
"kycHash": "0xdeadbeef...",
"investorType": 1,
"softExpiry": 1750000000,
"hardExpiry": 1780000000
},
"offChain": {
"status": "verified",
"country": "DE",
"investorType": "PROFESSIONAL",
"verifiedAt": "2025-03-01T10:00:00.000Z"
}
},
"metadata": {
"requestId": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2025-06-15T12:00:00.000Z"
}
}