v1
latestOpenAPI 3.0.02026-07-2442138225.7 KBKYC
Get the KYC status of an address for a yield
Returns the normalized KYC status for the given address. Yields without a KYC requirement return not_required.
get/v1/yields/{yieldId}/kyc/status
Path parameters
yieldIdstring required
The yield integration ID
Query parameters
addressstring required
Wallet address to check KYC status for
Response
Example response
{
"kycStatus": "not_required"
}