---
title: "Retrieve Source of Funds questions"
method: GET
path: "/api/v1/source-of-funds"
tags: ["KYC"]
---

# Retrieve Source of Funds questions

`GET /api/v1/source-of-funds`

## Query parameters

- `locale` string

## Response `200`

Successfully retrieved the Source of Funds questions.

- KycQuestion[]
  - `question` string — The text of the question.
  - `answers` string[] — The possible answers to the question.

## Other responses

- `401` — Unauthorized access.
- `500` — Internal Server Error

---

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