Step 1: Onboard to Ondo Global Markets
To get started, reach out to onboarding@ondo.finance and let the team know you’re interested in API access. Then head to app.ondo.finance to begin the onboarding process. The Ondo team will follow up with instructions to get your API keys.Step 2: Get Your First Price Quote
Once you have your API key, try fetching the current price for TSLAon:x-api-key header.
Step 3: Request a Soft Quote
A soft quote provides a non-binding price estimate without impacting your trading limits — useful for displaying pricing in a UI or validating quotes before committing:Step 4: Request a Mint Attestation
When you’re ready to execute, request a binding mint attestation. This creates a signed payload that authorizes an on-chain mint:attestationId, signature, and expiration that you’ll need for the on-chain transaction.
Step 5: Submit On-Chain
Take the attestationsignature from the response and submit it to the Ondo GM smart contract along with USDC (or another supported stablecoin) to atomically mint your tokens. See Smart Contracts for contract addresses.
Next Steps
- Error Codes — Reference for all API error codes
- API Caching Strategy — Caching durations for each endpoint
- Smart Contracts — Contract addresses across supported chains

