# Ondo Finance ## Docs - [Smart Contract Addresses](https://docs.ondo.finance/addresses.md) - [Get All Contract Addresses Across Networks](https://docs.ondo.finance/api-reference/assets/get-all-contract-addresses-across-networks.md): This endpoint retrieves all contract addresses for all supported assets across different blockchain networks. - [Get Contract Addresses for an Asset](https://docs.ondo.finance/api-reference/assets/get-contract-addresses-for-an-asset.md): This endpoint retrieves all contract addresses for a specific asset across different blockchain networks. - [Get Current Price for an Asset](https://docs.ondo.finance/api-reference/assets/get-current-price-for-an-asset.md): This endpoint retrieves the latest price for a specific asset. Note that the `primaryMarket` represents the on-chain token while the `underlyingMarket` represents the off-chain collateralized stock. - [Get Current Prices for All Supported Assets](https://docs.ondo.finance/api-reference/assets/get-current-prices-for-all-supported-assets.md): This endpoint retrieves the latest prices for all supported assets. Note that the `primaryMarket` represents the on-chain token while the `underlyingMarket` represents the off-chain collateralized stock. Assets can be sorted by price in either ascending or descending order. - [Get Dividend Information for an Asset](https://docs.ondo.finance/api-reference/assets/get-dividend-information-for-an-asset.md): This endpoint retrieves the latest dividend information for a specific asset, including dividend yield, payment history, and upcoming payment dates. - [Get Enhanced Prices for All Supported Assets](https://docs.ondo.finance/api-reference/assets/get-enhanced-prices-for-all-supported-assets.md): This endpoint retrieves the latest prices along with the price change and percentage change in the last 24 hours of open market for all supported assets. Assets can be sorted by price in either ascending or descending order. - [Get Market Data for All Supported Assets](https://docs.ondo.finance/api-reference/assets/get-market-data-for-all-supported-assets.md): This endpoint retrieves comprehensive market data for all supported assets. Each asset includes both primary market (on-chain token) and underlying market (off-chain stock) information. - [Get Market Data for an Asset](https://docs.ondo.finance/api-reference/assets/get-market-data-for-an-asset.md): This endpoint retrieves comprehensive market data for a specific asset, containing both primary market (on-chain token) and underlying market (off-chain stock) information. - [Get Metadata for All Supported Assets](https://docs.ondo.finance/api-reference/assets/get-metadata-for-all-supported-assets.md): Returns all metadata for all symbols including identifiers, addresses, and classification tags. - [Get OHLC (Open, High, Low, Close) Data for an Asset](https://docs.ondo.finance/api-reference/assets/get-ohlc-open-high-low-close-data-for-an-asset.md): This endpoint retrieves historical Open, High, Low, Close (OHLC) price data for both the primary market (on-chain token) and underlying market (off-chain stock) for a specified asset. - [Get Shares Multiplier History for an Asset](https://docs.ondo.finance/api-reference/assets/get-shares-multiplier-history-for-an-asset.md): This endpoint retrieves the shares multiplier history for a specific asset. Note that some asset events do not result in the shares multiplier value changing. This endpoint will show the earliest timestamp for each value change. - [Request a Mint or Redeem Attestation](https://docs.ondo.finance/api-reference/attestations/request-a-mint-or-redeem-attestation.md): An attestation is a signed payload that authorizes a user to mint or redeem tokens. Each attestation is only valid for a limited time and is determined by the duration in the request. A user can specify a duration of `short` for a tighter price spread or `long` for an extended validity period. - [Request a Soft Attestation Quote](https://docs.ondo.finance/api-reference/attestations/request-a-soft-attestation-quote.md): A soft quote provides pricing information for mint or redeem operations without creating an actual attestation. Unlike the [Request a Mint or Redeem Attestation endpoint](https://docs.ondo.finance/api-reference/attestations/request-a-mint-or-redeem-attestation), soft quotes: - [Get Token Balances for a User or Token](https://docs.ondo.finance/api-reference/chains/get-token-balances-for-a-user-or-token.md): This endpoint retrieves all token balances for a GM Chain. Results can be optionally filtered by `tokenAddress`, `userAddress`, or both parameters together. If no filters are provided, all balances on the chain will be returned. - [Get Token Info](https://docs.ondo.finance/api-reference/chains/get-token-info.md): This endpoint retrieves contract information about a token on a GM chain. - [Error Codes](https://docs.ondo.finance/api-reference/error-codes.md): Reference for all error codes returned by the GM Backend API. - [Get Session Limits](https://docs.ondo.finance/api-reference/limits/get-session-limits.md): Provides theoretical maximum asset-specific trading limits for each trading session. These limits are per-user, not global. This API reflects Ondo's statically defined limits; for dynamic, real-time values, see [Get Trading Limits](https://docs.ondo.finance/api-reference/limits/get-trading-limits)) - [Get Trading Limits](https://docs.ondo.finance/api-reference/limits/get-trading-limits.md): Provides real-time trading limits based on global, user, and asset-specific exposure limits. - [Overview](https://docs.ondo.finance/api-reference/overview.md): An overview of the Ondo Global Markets API and Smart Contract layer - [Quickstart](https://docs.ondo.finance/api-reference/quickstart.md): Get started with the Ondo Global Markets API in minutes. - [Get Asset Statuses](https://docs.ondo.finance/api-reference/status/get-asset-statuses.md): This endpoint retrieves information about individual asset trading statuses, including the reason and expected duration. Asset trading can be affected for various reasons such as earnings announcements, dividend events, and global market closures. - [Get Current Market Status](https://docs.ondo.finance/api-reference/status/get-current-market-status.md): This endpoint retrieves the current status of the market, including whether it is open or closed, and any relevant information about trading pauses or restrictions. When the market is not open, the response provides details about the closure reason and expected reopening time. - [Get Price and Volume Data for All Supported Tickers](https://docs.ondo.finance/api-reference/tickers/get-price-and-volume-data-for-all-supported-tickers.md): This endpoint retrieves the latest price and volume data for all supported tickers. A ticker represents a specific asset in the market. - [Smart Contract Audits](https://docs.ondo.finance/audits.md) - [Integration Guidelines for Protocols Supporting USDY on Mantle](https://docs.ondo.finance/developer-guides/mantle-integration-guidelines.md) - [Integrating with the USDY_InstantManager contract](https://docs.ondo.finance/developer-guides/usdy-instant-manager-integration.md): How to programmatically subscribe to and redeem USDY directly on-chain via the USDY_InstantManager contract. - [USDY Basics](https://docs.ondo.finance/general-access-products/usdy/basics.md) - [Comparison to Stablecoins](https://docs.ondo.finance/general-access-products/usdy/comparison-stablecoins.md) - [Eligibility](https://docs.ondo.finance/general-access-products/usdy/eligibility.md) - [Important Notes](https://docs.ondo.finance/general-access-products/usdy/important-notes.md) - [Rebasing](https://docs.ondo.finance/general-access-products/usdy/rebasing.md) - [USDY vs Rebasing USDY (rUSDY)](https://docs.ondo.finance/general-access-products/usdy/usdy-vs-rebasing-usdy.md) - [Welcome to Ondo](https://docs.ondo.finance/index.md): Institutional-grade financial products and services available to everyone - [Cookies Policy](https://docs.ondo.finance/legal/cookies-policy.md) - [Disclaimers](https://docs.ondo.finance/legal/disclaimers.md) - [Ondo Summit 2026 Terms](https://docs.ondo.finance/legal/ondo-summit-2026-terms.md) - [Keynote Disclaimers](https://docs.ondo.finance/legal/ondo-summit-2026-terms/keynote-disclaimers.md) - [Privacy Policy](https://docs.ondo.finance/legal/privacy-policy.md) - [Terms of Service](https://docs.ondo.finance/legal/terms-of-service.md) - [Available Assets](https://docs.ondo.finance/ondo-global-markets/available-assets.md) - [Comparison to Other Tokenized Stocks](https://docs.ondo.finance/ondo-global-markets/comparison-to-other-tokenized-stocks.md) - [Corporate Actions](https://docs.ondo.finance/ondo-global-markets/corporate-actions.md) - [Eligibility](https://docs.ondo.finance/ondo-global-markets/eligibility.md) - [Fees & Taxes](https://docs.ondo.finance/ondo-global-markets/fees-and-taxes.md) - [Important Notes](https://docs.ondo.finance/ondo-global-markets/important-notes.md) - [Investing & Redeeming](https://docs.ondo.finance/ondo-global-markets/investing-and-redeeming.md) - [Legal & Regulatory](https://docs.ondo.finance/ondo-global-markets/legal-and-regulatory.md) - [Market Hours & Trading Availability](https://docs.ondo.finance/ondo-global-markets/market-hours-and-trading-availability.md) - [Onboarding & KYC](https://docs.ondo.finance/ondo-global-markets/onboarding-and-kyc.md) - [Overview](https://docs.ondo.finance/ondo-global-markets/overview.md) - [Partners & Media](https://docs.ondo.finance/ondo-global-markets/partners-and-media.md) - [Secondary Market Restrictions](https://docs.ondo.finance/ondo-global-markets/secondary-market-restrictions.md) - [Technical](https://docs.ondo.finance/ondo-global-markets/technical.md) - [Token & Quote Pricing](https://docs.ondo.finance/ondo-global-markets/token-and-quote-pricing.md) - [Transferability](https://docs.ondo.finance/ondo-global-markets/transferability.md) - [Troubleshooting](https://docs.ondo.finance/ondo-global-markets/troubleshooting.md) - [Trust & Transparency](https://docs.ondo.finance/ondo-global-markets/trust-and-transparency.md) - [Ondo V1 — Vaults & LaaS](https://docs.ondo.finance/ondo-v1-vaults-laas.md) - [Flux Finance](https://docs.ondo.finance/protocols/flux.md) - [Cash Management 101](https://docs.ondo.finance/qualified-access-products/cash-management-101.md) - [Eligibility](https://docs.ondo.finance/qualified-access-products/eligibility.md) - [Minting & Redeeming](https://docs.ondo.finance/qualified-access-products/minting-and-redeeming.md) - [Onboarding & KYC](https://docs.ondo.finance/qualified-access-products/onboarding-and-kyc.md) - [Eligibility & Onboarding](https://docs.ondo.finance/qualified-access-products/ousg/eligibility-and-onboarding.md) - [Fees & Taxes](https://docs.ondo.finance/qualified-access-products/ousg/fees-and-taxes.md) - [Important Notes](https://docs.ondo.finance/qualified-access-products/ousg/important-notes.md) - [Instant Minting and Redemption Limits](https://docs.ondo.finance/qualified-access-products/ousg/instant-limits.md) - [Investing](https://docs.ondo.finance/qualified-access-products/ousg/investing.md) - [Other](https://docs.ondo.finance/qualified-access-products/ousg/other.md) - [Overview](https://docs.ondo.finance/qualified-access-products/ousg/overview.md) - [Redeeming](https://docs.ondo.finance/qualified-access-products/ousg/redeeming.md) - [Regulatory Compliance](https://docs.ondo.finance/qualified-access-products/ousg/regulatory-compliance.md) - [Technical](https://docs.ondo.finance/qualified-access-products/ousg/technical.md) - [Trust & Transparency](https://docs.ondo.finance/qualified-access-products/ousg/trust-and-transparency.md) - [Yield](https://docs.ondo.finance/qualified-access-products/ousg/yield.md) - [USDY and mUSD Conversion](https://docs.ondo.finance/tools/converter/usdy-musd-conversion.md) - [Ondo Token Bridge](https://docs.ondo.finance/tools/ondo-bridge.md) - [Trust & Security](https://docs.ondo.finance/trust-and-security.md) ## OpenAPI Specs - [gm-be-api-spec](https://docs.ondo.finance/gm-be-api-spec.json) - [ws-spec](https://docs.ondo.finance/api-reference/ws-spec.json) - [rest-spec](https://docs.ondo.finance/api-reference/rest-spec.json) - [openapi](https://docs.ondo.finance/api-reference/openapi.json) ## Optional - [Ondo Finance Website](https://ondo.finance)