Query KYC status
HTTP Request
- GET
/api/v3/kyc/status
Required Permission: SPOT_ACCOUNT_READ
Weight(IP): 1
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| timestamp | long | yes | timestamp |
| signature | string | yes | signature |
Response Parameters
| Name | Type | Description |
|---|---|---|
| status | string | 1:Unverified 2:Primary kyc 3:Advanced kyc 4:Institutional kyc |
Response
{
"status": "1"
}