GET
/
market
/
blockchain
/
pairs
curl --request GET \
  --url https://api.mobula.io/api/1/market/blockchain/pairs
{
  "data": [
    {
      "price": 123,
      "price_change_5min": 123,
      "price_change_1h": 123,
      "price_change_4h": 123,
      "price_change_24h": 123,
      "last_trade": "<string>",
      "created_at": "<string>",
      "holders_count": 123,
      "volume_1min": 123,
      "volume_5min": 123,
      "volume_15min": 123,
      "volume_1h": 123,
      "volume_4h": 123,
      "volume_12h": 123,
      "volume_24h": 123,
      "trades_1min": 123,
      "trades_5min": 123,
      "trades_15min": 123,
      "trades_1h": 123,
      "trades_4h": 123,
      "trades_12h": 123,
      "trades_24h": 123,
      "liquidity": 123,
      "pair": {
        "token0": {
          "address": "<string>",
          "price": 123,
          "priceToken": 123,
          "priceTokenString": "<string>",
          "approximateReserveUSD": 123,
          "approximateReserveTokenRaw": "<string>",
          "approximateReserveToken": 123,
          "symbol": "<string>",
          "name": "<string>",
          "id": 123,
          "decimals": 123,
          "totalSupply": 123,
          "circulatingSupply": 123,
          "logo": "<string>",
          "chainId": "<string>"
        },
        "token1": {
          "address": "<string>",
          "price": 123,
          "priceToken": 123,
          "priceTokenString": "<string>",
          "approximateReserveUSD": 123,
          "approximateReserveTokenRaw": "<string>",
          "approximateReserveToken": 123,
          "symbol": "<string>",
          "name": "<string>",
          "id": 123,
          "decimals": 123,
          "totalSupply": 123,
          "circulatingSupply": 123,
          "logo": "<string>",
          "chainId": "<string>"
        },
        "volume24h": 123,
        "liquidity": 123,
        "blockchain": "<string>",
        "address": "<string>",
        "createdAt": "<string>",
        "type": "<string>",
        "baseToken": "<string>",
        "exchange": {
          "name": "<string>",
          "logo": "<string>"
        },
        "factory": "<string>",
        "quoteToken": "<string>",
        "price": 123,
        "priceToken": 123,
        "priceTokenString": "<string>",
        "trades_1min": 123,
        "buys_1min": 123,
        "sells_1min": 123,
        "volume_1min": 123,
        "buy_volume_1min": 123,
        "sell_volume_1min": 123,
        "sellers_1min": 123,
        "buyers_1min": 123,
        "traders_1min": 123,
        "trades_5min": 123,
        "buys_5min": 123,
        "sells_5min": 123,
        "volume_5min": 123,
        "buy_volume_5min": 123,
        "sell_volume_5min": 123,
        "sellers_5min": 123,
        "buyers_5min": 123,
        "traders_5min": 123,
        "trades_15min": 123,
        "buys_15min": 123,
        "sells_15min": 123,
        "volume_15min": 123,
        "buy_volume_15min": 123,
        "sell_volume_15min": 123,
        "sellers_15min": 123,
        "buyers_15min": 123,
        "traders_15min": 123,
        "trades_1h": 123,
        "buys_1h": 123,
        "sells_1h": 123,
        "volume_1h": 123,
        "buy_volume_1h": 123,
        "sell_volume_1h": 123,
        "sellers_1h": 123,
        "buyers_1h": 123,
        "traders_1h": 123,
        "trades_4h": 123,
        "buys_4h": 123,
        "sells_4h": 123,
        "volume_4h": 123,
        "buy_volume_4h": 123,
        "sell_volume_4h": 123,
        "sellers_4h": 123,
        "buyers_4h": 123,
        "traders_4h": 123,
        "trades_12h": 123,
        "buys_12h": 123,
        "sells_12h": 123,
        "volume_12h": 123,
        "buy_volume_12h": 123,
        "sell_volume_12h": 123,
        "sellers_12h": 123,
        "buyers_12h": 123,
        "traders_12h": 123,
        "trades_24h": 123,
        "buys_24h": 123,
        "sells_24h": 123,
        "volume_24h": 123,
        "buy_volume_24h": 123,
        "sell_volume_24h": 123,
        "sellers_24h": 123,
        "buyers_24h": 123,
        "traders_24h": 123,
        "pool_addr": 123,
        "price_change_1min": 123,
        "price_change_5min": 123,
        "price_change_1h": 123,
        "price_change_4h": 123,
        "price_change_12h": 123,
        "price_change_24h": 123
      }
    }
  ],
  "factories": {}
}

Possible filters & sort fields:

FieldTypeDescription
latest_trade_datetimestamp(6)Timestamp of the most recent trade
latest_pricedouble precisionCurrent price of the asset
price_5min_agodouble precisionPrice of the asset 5 minutes ago
price_1h_agodouble precisionPrice of the asset 1 hour ago
price_4h_agodouble precisionPrice of the asset 4 hours ago
price_24h_agodouble precisionPrice of the asset 24 hours ago
price_change_5mindouble precisionPrice change in the last 5 minutes
price_change_1hdouble precisionPrice change in the last hour
price_change_4hdouble precisionPrice change in the last 4 hours
price_change_24hdouble precisionPrice change in the last 24 hours
holders_countdouble precisionNumber of token holders
latest_market_capdouble precisionCurrent market capitalization
price_1min_agodouble precisionPrice of the asset 1 minute ago
price_change_1mindouble precisionPrice change in the last minute
trades_1mindouble precisionNumber of trades in the last minute
trades_5mindouble precisionNumber of trades in the last 5 minutes
volume_1mindouble precisionTrading volume in the last minute
volume_5mindouble precisionTrading volume in the last 5 minutes
created_attimestamp(6)Creation timestamp of the record
market_capdouble precisionMarket capitalization

Query Parameters

blockchain
string
blockchains
string
sortBy
string
default:latest_trade_date
sortOrder
enum<string>
default:desc
Available options:
asc,
desc
factory
string
limit
number | null
default:100
Required range: x <= 100
offset
number | null
default:0
filters
string

Response

200 - application/json
Blockchain pairs response
data
object[]
required
factories
object
required