zkMe API
The section describes the zkMe OpenAPI, which is also known as zkMe API. It focuses on KYC (Know Your Customer) and KYT (Know Your Transaction) services.
OpenAPI Domain
Authentication
mch_no: Your AppID.
api_key: Your API Key.
You can get your mch_no and api_key from zkMe Dashboard. You can pass the mch_no and api_key through the URL query parameters or the header. For example:
Common Response Data Structure
Field | Type | Description |
---|---|---|
code | int | 200: success, other: error |
message | string | error message |
data | object | response data |
Rate Limits
Plan | Rate Limit |
---|---|
Standard | 10 call / second / key |
Last updated