Retrieve JSON Schema requirements for the source and destination account data needed to create an intent for a currency pair.
Given source and destination currency codes, returns JSON Schemas that describe
the required fields for the src and dest objects in the POST /intent request.
Use these schemas for dynamic form generation.
Important: The src schema returns minimal routing fields only (countryCode,
currency, rail, provider). The dest schema returns full account details
including account identifiers and beneficiary information where applicable.
OAuth2 client credentials flow for API authentication
Source currency code (e.g., USD, BRL, USDC_ETH, USDC_POL)
2 - 20^[A-Za-z0-9_]+$Destination currency code (e.g., USDC_ETH, USD, BRL)
2 - 20^[A-Za-z0-9_]+$Optional payment rail filter (e.g., ACH, WIRE, PIX). When provided, returns a simplified schema for only this rail. Use this after obtaining a quote to get requirements specific to the selected rail.
Optional provider ID filter. When provided, returns a simplified schema for only this provider. Use this after obtaining a quote to get requirements specific to the selected provider.