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.
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 (e.g., bank account fields)
JSON Schema defining the requirements for the destination account (e.g., crypto address fields)