Verify zkOBS Status
Get Users Accredited Investor Status Overview
Returns the verification status of the user for the following credential: Proof-of-Accredited-Investor (PAI).
POST https://agw.zk.me/zkseradmin/openapi/queryKycInfoByAddressForPoaRequest Body
{
"mchNo": "YourAppID" ,
"apiKey": "YourApiKey",
"programNo": "YourProgramNo",
"account": "walletAddress", // or email, or other unique identifiers
"chainId": "YourChainID"
}Fields Explanation
apiKey
string
Your API Key.
programNo
string
Same as the programNo you pass for the SDK integration.
account
string
User's wallet address (recommended), email address, or other unique identifier
chainId
string
Same as the param chainId you pass for the SDK integration.
Currently supports Polygon (137) and Base (8453).
Supported Chain List
Aptos
aptos-1
Arbitrum
42161
Base
8453
BNB Smart Chain
56
BounceBit
6001
Ethereum
1
Kaia
8217
Manta
169
Neutron
neutron-1
Polygon
137
Ronin
2020
Solana
solana
TON
ton
Aptos Testnet
aptos-2
Plume Testnet
98864
Scroll Sepolia Testnet
534351
Sei Testnet
atlantic-2
ZetaChain Athens3 Testnet
7001
Sample Response
{
"poaiCompletedTimeUnix":"...",
"poaiStatus":"...",
"ssiAddress":"...",
"zkmeId":"...",
}Fields Explanation
poaiCompletedTimeUnix
string
Unix timestamp of the mint time of user completed the share data process and minted a SBT in SSI wallet.
poaiStatus
string
Return users' zkPoAI status, including 6 stages:
Verification Started
Data Retrieved
ZKP Generated
SBT Minted
OnChain Minted
Note: Only applicable to On-chain Mint and On-chain Transactional
PoAI Passed (or PoAI Failed)
ssiAddress
string
User's SSI wallet address
zkmeId
string
Return the zkMe id corresponding to the zkMe account linked to the provided address.
Last updated