Skip to main content
Enable stablecoin-to-stablecoin transfers, cross-chain swaps, and currency conversions (e.g., USDC to EURC).

Endpoint

endpoint
Create a new payment intent.

Headers

string
required
Your application’s client key.
string
required
Your application’s client secret.
string
Unique UUID v4 to prevent duplicate payments. Keys expire after 24 hours.

Body

enum
required
Source currency (usdc, eurc).
enum
required
Source blockchain network (e.g., ethereum, polygon).
enum
Target currency. Defaults to sourceCurrency if omitted.
string
Payment amount. Omit for flexible amounts.
string
Customer email for notifications.

Examples