Back to Docs

Market Data API

Real-time market data powered by Mobula.

Endpoints

GET/api/v1/market
Get market data for a token

Get Market Data

Returns real-time market data for a given token symbol. Data is sourced from the Mobula API and includes price, volume, market cap, and 24h change.

Request
GET /api/v1/market?symbol=ETH

Query Parameters:

symbol — Token symbol (required). Examples: ETH, BTC, USDT, CIDER

Response
{
  "data": {
    "symbol": "ETH",
    "name": "Ethereum",
    "price": 3400.50,
    "price_change_24h": 2.34,
    "volume_24h": 12500000000,
    "market_cap": 410000000000,
    "liquidity": 8500000000
  }
}

Supported Tokens

The market data API supports any token tracked by Mobula. Common tokens on Base include:

ETH
USDT
USDC
WBTC
LINK
ARB
OP
CIDER