Introduction
Our API guides provide a comprehensive roadmap to integrating with orda’s orchestration and execution network, detailing every endpoint, authentication method, and request/response schema. Inside, you’ll find clear examples, best practices, and step-by-step workflows for settlements across blockchains and banking networks.
OverviewCopied!
orda is an API-first orchestration and execution network that unifies settlement across on-chain and off-chain rails.
Settlement rails we support:
-
Blockchains: Ethereum (EVM & L2s), Solana (SVM), Cosmos (IBC), Bitcoin (UTXO)
-
Banking networks: BRL (PIX), USD (ACH & wire), EUR (SEPA), MXN (SPEI)
Under the hood, orda taps into diverse liquidity sources while supporting any wallet infrastructure you prefer: EOAs, Account Abstraction, MPC, or TEE.
This unified approach eliminates the complexity of maintaining multiple integrations, ensuring a consistent developer experience. Build with the trust assumptions you choose, and let orda handle the rest.
Flow of FundsCopied!
We don't hold custody of funds, and all failed payments will have the funds returned to the same wallet that initiated the payment.
The flow involves:
-
Payor Intent Construction: Initiated via your interface.
-
Payee Intent Construction: Settlement details provided by your endpoint.
-
Broadcast Intent: Intent is broadcasted and matched by solvers.
-
Solver Execution: Intent fulfillment via blockchain or banking rails.
-
Settlement: Payment completion to the Payee.
Quick Start (Self Service)Copied!
Head over to the dev portal to create your project key:
-
Enter your Project Name to identify your integration.
-
Add a project description (optional) for internal specification.
-
Add Members (optional) who require access to the project.
-
Click Generate Key.

Once your project key is generated and safely stored, you can proceed with your API integration.
If you encounter any issues or have questions, don't hesitate to reach out.