---
title: "Check Eligibility"
method: POST
path: "/conversions/eligibilty"
---

# Check Eligibility

`POST /conversions/eligibilty`

Pre-flight check for a currency conversion. Tells you whether an amount can auto-convert at the current rate tier or requires a manual RFQ quote, and returns the applicable transaction/daily limits, minimum, and fees. Does not execute a conversion.

## Request body

- object
  - `sourceCurrency` string, required — Currency to convert from, e.g. USDT, NGN. Length 1–10.
  - `sourceCurrencyType` 'fiat' | 'crypto', required — Type of source currency. Allowed: crypto, fiat.
  - `destinationCurrency` string, required — Currency to convert to, e.g. KES, USDT. Length 1–10.
  - `destinationCurrencyType` 'fiat' | 'crypto', required — Type of destination currency. Allowed: crypto, fiat.
  - `amount` string, required — Amount to check, in sourceCurrency. Must be greater than 0.
  - `countryCode` string, required — ISO 3166-1 alpha-2 country code, e.g. NG, KE. Length 2.
  - `sourceWalletId` string — Named source sub-wallet. Omit to use the partner default wallet. Length 1–64.
  - `destinationWalletId` string — Named destination sub-wallet. Omit to use the partner default wallet. Length 1–64.

## Response `200`

- object
  - `eligible` boolean
  - `tier` string
  - `requiresRfq` boolean
  - `reason` unknown
  - `transactionLimit` integer
  - `dailyLimit` integer
  - `dailyLimitRemaining` integer
  - `min` integer
  - `fees` number

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/versions/516d251059cc/schema)
