Verify zkKYC Status

Before initiating the request to obtain the status from Get KYC statistics status # and Get Users List, please follow Authentication at zkMe API to get your API access parameters.

Get KYC statistics status #

https://openapi.zk.me/kyc/v1/status
    ?mch_no=YourMerchantNumber
    &api_key=YourApiKey

Get Users List

Returns a list of users who have authorized a Soulbound Token under this project account.

https://openapi.zk.me/kyc/v1/users
   ?mch_no=YourMerchantNumber
   &api_key=YourApiKey
   &page=1
   &num=10

Get Users KYC Result Overview

Returns the balance and statistics for a given address.

POST https://agw.zk.me/zkseradmin/openapi/queryKycInfoByAddress

Last updated