Skip to main content

Integrate with Osmosis

This section is for teams connecting their own software or assets to Osmosis: wallets, aggregators, bots, analytics platforms, and projects bringing a token to the exchange. It covers the data and transaction surfaces you consume (it does not cover writing contracts or chain modules, which live under Build).

Integration paths

Most integrations follow one of a few paths. Find yours and start there:

  • Bringing a token to Osmosis? Follow the List an Asset workflow, an ordered path from connecting the asset over IBC through registration, sourcing liquidity, creating a pool, adding incentives, and ensuring frontend visibility.
  • Reading prices, pools, or routing quotes? Start with Endpoints. The Sidecar Query Server (SQS) is the production routing and quote service that powers the Osmosis frontend; the RPC, REST, and gRPC pages document the chain endpoints directly, and the Endpoints index lists public infrastructure for mainnet and testnet.
  • Constructing or parsing transactions? The Transaction Structure pages break down real Osmosis blocks and transactions so you can see how messages and events are laid out on the wire. Pair them with the RPC endpoints for signing and broadcasting.
  • Integrating against a specific feature? Feature Integrations covers concentrated liquidity, alloyed assets, and smart accounts at the integrator level.

Data Recipes collects task-oriented data guides (snapshotting accounts for airdrops, calculating pool APRs), and External Projects lists ecosystem libraries and data providers built around Osmosis.