---
title: "Get the KYC status of an address for a yield"
method: GET
path: "/v1/yields/{yieldId}/kyc/status"
tags: ["KYC"]
---

# Get the KYC status of an address for a yield

`GET /v1/yields/{yieldId}/kyc/status`

Returns the normalized KYC status for the given address. Yields without a KYC requirement return not_required.

## Path parameters

- `yieldId` string, required

## Query parameters

- `address` string, required

## Response `200`

- KycStatusResponseDto
  - `kycStatus` 'not_required' | 'not_started' | 'pending' | 'approved' | 'rejected', required — Normalized KYC status for the address on this yield
  - `authorizeUrl` string — Issuer's KYC portal URL, when applicable

## Other responses

- `400` — Missing or invalid address
- `401` — Invalid or missing API key
- `404` — Yield not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/yield/apis/yield-xyz-api.md) · [All operations](https://skmtc.net/yield/apis/yield-xyz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yield/yield-xyz-api/revisions/acfa80015ca5/schema)
