Retrieve JSON Schema requirements for creating external accounts.
Pass src and dest currency codes to get the schema requirements for both
the source and destination accounts in a currency pair.
The schemas include validation rules, field formats, and supported
currencies/rails for dynamic form generation.
Important: The source schema returns minimal routing fields only (countryCode,
currency, rail, provider). The destination schema returns full account details
including account identifiers and beneficiary information where applicable.
HTTP Basic authentication using project clientId and clientSecret
Source currency code (e.g., USD, EUR, BRL)
Destination currency code (e.g., USDC_GNO, USDC_ETH, USDC_BASE)
Requirements retrieved successfully
Paired external account requirements for a currency route
Source currency code
"USD"
Destination currency code
"USDC_GNO"
JSON Schema defining the requirements for the source account. Contains minimal routing fields only (countryCode, currency, rail, provider) — account identifiers and beneficiary details are not required for source accounts.
JSON Schema defining the requirements for the destination account. Contains full account details including account identifiers and beneficiary information for fiat, or address for crypto.