blocmates researchcoinlist StableCoins
    Updated 3 hours ago
    with api_name as (
    SELECT
    coingecko.get(
    '/api/v3/coins/markets',
    { 'vs_currency': 'usd',
    'category': 'stablecoins',
    'page': '1' }
    ) as resp
    union
    all
    SELECT
    coingecko.get(
    '/api/v3/coins/markets',
    { 'vs_currency': 'usd',
    'category': 'stablecoins',
    'page': '2' }
    ) as resp
    union
    all
    SELECT
    coingecko.get(
    '/api/v3/coins/markets',
    { 'vs_currency': 'usd',
    'category': 'stablecoins',
    'page': '3' }
    ) as resp
    union
    all
    SELECT
    coingecko.get(
    '/api/v3/coins/markets',
    { 'vs_currency': 'usd',
    'category': 'stablecoins',
    'page': '4' }
    ) as resp
    )
    Last run: about 3 hours agoAuto-refreshes every 24 hours
    SYMBOL
    NAME
    ID
    1
    usdtTethertether
    2
    usdcUSDCusd-coin
    3
    usdsUSDSusds
    4
    usdeEthena USDeethena-usde
    5
    susdssUSDSsusds
    6
    daiDaidai
    7
    fdusdFirst Digital USDfirst-digital-usd
    8
    usd0Usual USDusual-usd
    9
    pyusdPayPal USDpaypal-usd
    10
    xautTether Goldtether-gold
    11
    paxgPAX Goldpax-gold
    12
    usdxStables Labs USDXusdx-money-usdx
    13
    usrResolv USRresolv-usr
    14
    honeyHoneyhoney-3
    15
    tusdTrueUSDtrue-usd
    16
    usdbUSDBusdb
    17
    usdyOndo US Dollar Yieldondo-us-dollar-yield
    18
    fraxFraxfrax
    19
    busdBinance-Peg BUSDbinance-peg-busd
    20
    deusdElixir deUSDelixir-deusd
    ...
    260
    10KB
    6s