Get KYC status
GET /v2/send/kyc/status
GET
/v2/send/kyc/status
Get the current KYC verification status for a wallet address
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” walletAddress
required
string
Wallet address to check
Example
0x1234567890abcdef1234567890abcdef12345678 chainId
required
string
Blockchain chain ID (as string)
Example
84532Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”KYC status for the wallet
object
verified
required
Whether the wallet is KYC verified
boolean
true status
required
KYC verification status
string
verified walletAddress
required
Wallet address
string
0x1234567890abcdef1234567890abcdef12345678 chainId
required
Blockchain chain ID
number
84532 verificationId
Verification record ID
string format: uuid
kycRequestId
KYC request ID (if initiated)
string format: uuid
sessionUrl
KYC provider session URL (if initiated)
string format: uri
message
Human-readable message
string
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error