https://openapi.zk.me/kyc/v1/info?mch_no=YourMerchantNumber&api_key=YourApiKey&network_id=1&zkme_id=wnxnascb2plc8yu
Sample response:
#
{
"code": 200,
"message": "success",
"data": {
"age": true,
"citizenship": false,
"geo": false,
"location": "CN",
"sanction": true,
"mint_time_unix": 1725519769,
"mint_time_utc": "2024-09-05 07:02:49"
}
}
Fields:
#
Name |
Type |
Description |
age |
bool |
Age verification status |
citizenship |
bool |
Citizenship verification status |
geo |
bool |
Geo verification status |
location |
string |
Location |
sanction |
bool |
Sanction verification status |
mint_time_unix |
int |
Unix timestamp of the mint time (KYC finish time) |
mint_time_utc |
string |
UTC time of the mint time (KYC finish time) |