v1

latestOpenAPI 3.0.02026-07-2442138225.7 KB
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

kycStatus'not_required' | 'not_started' | 'pending' | 'approved' | 'rejected' required

Normalized KYC status for the address on this yield

authorizeUrlstring

Issuer's KYC portal URL, when applicable

Example response

{
  "kycStatus": "not_required"
}