KYC
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.