Bridge & Wallet API
Bridge & Wallet API. Move funds cross-chain by specifying the destination address yourself — bridging, wallet top-up, and smart account payments.
Last updated
Bridge & Wallet API. Move funds cross-chain by specifying the destination address yourself — bridging, wallet top-up, and smart account payments.
Use this API when you provide the destination address on every request — bridging your own funds, topping up a wallet, or paying an arbitrary on-chain address.
Every payment request includes a destination.receiverAddress, and ROZO routes the funds cross-chain to it.
API Quick Start — bridge 1 USDC from Base to Stellar in one call.
Wallet Top-up — anyAmount deposits: send any amount, the system detects it automatically.
Get Fees — preview fees with dryrun=true before creating a payment.
Stellar Smart Account Payments — pay from Soroban contract addresses (C-addresses) to EVM and Solana.
Bridge and wallet apps get the same Webhook notifications (payment_payin_completed, payment_payout_completed) as merchants — register your app on partners.rozo.ai (you'll get a wallet_<slug> appId) and configure your webhook URL there. Without a registered appId, poll the payment status instead.
If you are a merchant with a preconfigured receiving wallet (no destination address needed per request), use the Merchant API.
Last updated