Skip to main content

Stellar API Overview

Mobula API supports Stellar. Our API integration provides access to Stellar’s distinctive features for various application needs, including real-time token data, wallet analytics, trading activity, and historical performance tracking. Stellar coverage spans both classic assets (SDEX order book and classic AMM liquidity pools) and Soroban smart contracts, with DEX indexing for Stellar Classic AMM, Soroswap, and Aquarius (constant-product, stable, and concentrated pools).

Chain Identifiers

Use these values wherever an endpoint accepts a blockchain parameter.

Address formats

Stellar does not use EVM-style hex addresses. Mobula accepts and returns the canonical Stellar forms:
  • Native assetnative (XLM).
  • Classic assetCODE:ISSUER, e.g. USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN.
  • Soroban contract / SACC… strkey (56 chars), e.g. CAS3J7GYLGXMF6TDJBBYYSE3HQ6BBSMLNUQ34T6TZMYMW2EVH34XOWMA.
  • Account (wallet)G… strkey (56 chars).
  • Classic liquidity poollp:<64-hex-pool-id>.
The external CODE-ISSUER (hyphen) form used by some data providers is normalized to CODE:ISSUER on input.

Market & Token Data

Access real-time pricing, liquidity, and token market coverage for Stellar assets.

History — Prices & OHLCV Candles

Retrieve historical price series and OHLCV candles for Stellar tokens and markets.

Trades Data

Analyze swap activity and on-chain trade execution for Stellar tokens.

Holders Data

Explore holder distribution and wallet-level token ownership insights on Stellar.

Pulse API

Monitor trending tokens and ecosystem activity across Stellar and other chains.

Wallet APIs

Power wallet explorers, portfolio dashboards, and trader analytics for Stellar users. Balances are read from Horizon, so trustlines, Soroban token balances, and classic liquidity-pool positions are all reflected.

Metacore

Access enriched metadata, search, categories, and blockchain-wide discovery tools.

Webhook

Build real-time Stellar monitoring systems using webhook subscriptions.

Availability Notes

  • Swap API — quote and execution routing is not available on Stellar. Use the Market and Trades endpoints for read-only DEX coverage.
  • NFTs — Stellar NFT holdings are not indexed.

Getting Started

To integrate Stellar functionalities with the Mobula API, begin by registering for an API key. All Mobula endpoints require an API key: Apply Here