Skip to main content
GET
/
orders
/
requirements
List required recipient fields
curl --request GET \
  --url https://api.conduit.financial/v2/orders/requirements \
  --header 'x-api-key: <api-key>'
{
  "fields": [
    {
      "name": "<string>",
      "type": "string",
      "required": true,
      "maxLength": 123,
      "pattern": "<string>",
      "enum": [
        "<string>"
      ],
      "validator": "ABA"
    }
  ],
  "reason": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

sourceCode
enum<string>
required

Source asset code (e.g. USDC, USD).

Available options:
USD,
EUR,
GBP,
CHF,
JPY,
CAD,
AUD,
NZD,
SGD,
HKD,
CNY,
KRW,
INR,
BRL,
MXN,
ARS,
CLP,
COP,
PEN,
ZAR,
NGN,
KES,
GHS,
EGP,
AED,
SAR,
ILS,
TRY,
PLN,
CZK,
HUF,
SEK,
NOK,
DKK,
THB,
IDR,
MYR,
PHP,
VND,
TWD,
USDC,
USDT,
DAI,
EURC,
PYUSD,
BTC,
ETH,
SOL,
TRX
sourceChain
enum<string>

Source chain when the source asset is a crypto token (e.g. ethereum). Omitted for fiat sources.

Available options:
ETHEREUM,
BASE,
SOLANA,
POLYGON,
ARBITRUM,
OPTIMISM,
AVALANCHE,
TRON,
STELLAR,
BSC,
BITCOIN
destinationCode
enum<string>
required

Destination asset code (e.g. USD, USDC).

Available options:
USD,
EUR,
GBP,
CHF,
JPY,
CAD,
AUD,
NZD,
SGD,
HKD,
CNY,
KRW,
INR,
BRL,
MXN,
ARS,
CLP,
COP,
PEN,
ZAR,
NGN,
KES,
GHS,
EGP,
AED,
SAR,
ILS,
TRY,
PLN,
CZK,
HUF,
SEK,
NOK,
DKK,
THB,
IDR,
MYR,
PHP,
VND,
TWD,
USDC,
USDT,
DAI,
EURC,
PYUSD,
BTC,
ETH,
SOL,
TRX
destinationChain
enum<string>

Destination chain when the destination asset is a crypto token. Omitted for fiat destinations.

Available options:
ETHEREUM,
BASE,
SOLANA,
POLYGON,
ARBITRUM,
OPTIMISM,
AVALANCHE,
TRON,
STELLAR,
BSC,
BITCOIN
destinationCountry
string

Destination country ISO 3166-1 alpha-2 or alpha-3 code. Required when the destination is a fiat bank rail.

paymentRail
enum<string>

Payment rail for the outbound leg when applicable. Conduit may resolve this server-side when unambiguous. Input is case-insensitive (fedwire and FEDWIRE both work) and normalises to the documented uppercase value.

Available options:
RTP,
FEDWIRE,
ACH,
SWIFT,
FEDNOW
recipientType
enum<string>

Whether the recipient is an individual or a business.

Available options:
INDIVIDUAL,
BUSINESS

Response

destinationRecipient
enum<string>
required
Available options:
required,
none
fields
object[]
required
reason
string