Documentation Index
Fetch the complete documentation index at: https://docs.ondo.finance/llms.txt
Use this file to discover all available pages before exploring further.
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 contract reference for more instructions on contract interaction, and GM smart contract addresses for contract addresses.
Next Steps
- Error Codes — Reference for all API error codes
- API Caching Strategy — Caching durations for each endpoint
- Smart contract reference — Contract interface for minting and redeeming Global Markets tokens
- GM smart contract addresses — Contract addresses across supported chains

