Coiny: 17.140
Burzy: 1.293
Tržní kapitalizace: 2,766T $ 1.9%
Objem (24 h.): 107,905B $
Gas: 0.473 GWEI
Přejděte na používání bez reklam

On-chain token DEX a API pro tržní data pro projekty a vývojáře DeFi

Data připravena pomocí:
Důvěřováno předními projekty Web3

Rozsáhlé a spolehlivé API pro on-chain DEX data

Získejte přístup k on-chain tržním datům z DEX burz, jako je Uniswap, PancakeSwap, Orca, Curve a další hlavní sítě prostřednictvím našeho spolehlivého a bohatého rozhraní API pro data z DEX burz.
6M+
Coiny a tokeny
200+
Sítě
1.000+
DEXy

Efektivní škálování projektu DeFi

Jednotné rozhraní API pro data Crypto, NFT a DEX

Zjednodušení integrace díky jednotnému rozhraní API pro data ke kryptoměnám s kompletním pokrytím
Kategorie koncového bodu Popis
/onchain/simple/*/token_price/* Nejjednodušší cesta k informacím o nejnovější ceně tokenů v USD v síti, s adresami tokenů
/onchain/networks Získejte úplný seznam podporovaných sítí
/onchain/network/*dexes Získejte úplný seznam podporovaných DEX burz v síti
/onchains/network/*/pools/* Získejte údaje o poolech likvidity, jako jsou trendové pooly, nové pooly a tržní údaje, jako jsou informace o ceně, rezervách, tržní kapitalizaci, transakcích a objemu. Dostupný je vám také koncový bod pro vyhledávání poolů v síti.
/onchains/network/*/tokens/* Získejte data související s tokeny, jako jsou oblíbené pooly, cena, FDV, rezervy, objem, tržní kapitalizace, GeckoTerminal skóre či CoinGecko API ID. K dispozici jsou také metadata, včetně obrázku, webové stránky, popisu a odkazů na sociální sítě.
/onchains/network/*/ohlcvs/* Získejte historická data z grafu OHLCV pro pool likvidity
/onchains/network/*/trades Získejte přístup k nejnovějším 300 obchodům z poolu likvidity
// Získejte informace o cenách a tržní údaje o poolu likvidity
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.00095713396093",
      "base_token_price_native_currency": "0.000546667474503187",
      "quote_token_price_usd": "1826.01",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005466674745",
      "quote_token_price_base_token": "1829.265589486",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3202029323.26506",
      "market_cap_usd": "3206206352.16208",
      "price_change_percentage": {
        "m5": "0.13",
        "m15": "0.15",
        "m30": "0",
        "h1": "0.01",
        "h6": "0.12",
        "h24": "0.3"
      },
      "transactions": {
        "m5": {
          "buys": 2,
          "sells": 2,
          "buyers": 2,
          "sellers": 1
        },
        "m15": {
          "buys": 2,
          "sells": 3,
          "buyers": 2,
          "sellers": 1
        },
        "m30": {
          "buys": 4,
          "sells": 5,
          "buyers": 4,
          "sellers": 2
        },
        "h1": {
          "buys": 17,
          "sells": 19,
          "buyers": 12,
          "sellers": 11
        },
        "h6": {
          "buys": 121,
          "sells": 149,
          "buyers": 63,
          "sellers": 79
        },
        "h24": {
          "buys": 568,
          "sells": 656,
          "buyers": 214,
          "sellers": 235
        }
      },
      "volume_usd": {
        "m5": "840.2903241054",
        "m15": "1195.8327682429",
        "m30": "2558.3948188932",
        "h1": "20230.575114406",
        "h6": "159898.733415155",
        "h24": "1080567.35769216"
      },
      "reserve_in_usd": "2241965.272",
      "locked_liquidity_percentage": null
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Objevujte trendové pooly
{
  "data": [
    {
      "id": "solana_Cey9E5WixJCre9qa3nwBB2SZKjPF1PEbh94ingxFeBrs",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "264.222815702985",
        "base_token_price_native_currency": "2.11593961882747",
        "quote_token_price_usd": "124.86",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "2.1159396188",
        "quote_token_price_base_token": "0.472603278",
        "address": "Cey9E5WixJCre9qa3nwBB2SZKjPF1PEbh94ingxFeBrs",
        "name": "GOHOME / SOL",
        "pool_created_at": "2025-01-23T15:23:27Z",
        "fdv_usd": "2642165584.24027",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.28",
          "m15": "-0.25",
          "m30": "-0.69",
          "h1": "-0.8",
          "h6": "-0.17",
          "h24": "-2.91"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 8,
            "buyers": 10,
            "sellers": 8
          },
          "m15": {
            "buys": 37,
            "sells": 30,
            "buyers": 28,
            "sellers": 21
          },
          "m30": {
            "buys": 68,
            "sells": 62,
            "buyers": 44,
            "sellers": 39
          },
          "h1": {
            "buys": 129,
            "sells": 120,
            "buyers": 74,
            "sellers": 66
          },
          "h6": {
            "buys": 750,
            "sells": 729,
            "buyers": 424,
            "sellers": 417
          },
          "h24": {
            "buys": 3755,
            "sells": 3573,
            "buyers": 2388,
            "sellers": 2294
          }
        },
        "volume_usd": {
          "m5": "4569.6456415686",
          "m15": "14872.3125874285",
          "m30": "27914.7761736107",
          "h1": "56397.1933294564",
          "h6": "334655.024754436",
          "h24": "1167040.65519219"
        },
        "reserve_in_usd": "936953.5838"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2Wu1g2ft7qZHfTpfzP3wLdfPeV1is4EwQ3CXBfRYAciD",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_3YRRDA9hNkPcYtjqS8Kjp8MHGgS3k88WZiktYnuwCvvM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "2.24802",
        "base_token_price_native_currency": "0.0163100238654109",
        "quote_token_price_usd": "124.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01631002387",
        "quote_token_price_base_token": "61.311988765",
        "address": "3YRRDA9hNkPcYtjqS8Kjp8MHGgS3k88WZiktYnuwCvvM",
        "name": "TNFT / SOL",
        "pool_created_at": "2025-03-30T14:23:35Z",
        "fdv_usd": "2248020000.0",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "27.41",
          "m15": "-16.57",
          "m30": "-4.52",
          "h1": "-19.75",
          "h6": "-53.94",
          "h24": "-25.43"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 7,
            "buyers": 5,
            "sellers": 3
          },
          "m15": {
            "buys": 21,
            "sells": 13,
            "buyers": 13,
            "sellers": 8
          },
          "m30": {
            "buys": 38,
            "sells": 22,
            "buyers": 15,
            "sellers": 10
          },
          "h1": {
            "buys": 64,
            "sells": 30,
            "buyers": 26,
            "sellers": 16
          },
          "h6": {
            "buys": 172,
            "sells": 112,
            "buyers": 53,
            "sellers": 38
          },
          "h24": {
            "buys": 1263,
            "sells": 950,
            "buyers": 293,
            "sellers": 172
          }
        },
        "volume_usd": {
          "m5": "118.7800646326",
          "m15": "631.820639498",
          "m30": "844.7398289161",
          "h1": "1718.0102181178",
          "h6": "4279.3179052738",
          "h24": "40524.1749678906"
        },
        "reserve_in_usd": "1503.4167"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_A7hH5nUroq18nptYfomZBVp338bapvVCAM83hgVLny5W",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x84bd3788564261dbac32876b3b76c19c8ca6e1fa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000913616611314192",
        "base_token_price_native_currency": "0.00000015052776857828",
        "quote_token_price_usd": "605.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001505277686",
        "quote_token_price_base_token": "6643292.5263219",
        "address": "0x84bd3788564261dbac32876b3b76c19c8ca6e1fa",
        "name": "BOBHAT / WBNB",
        "pool_created_at": "2025-03-31T07:59:41Z",
        "fdv_usd": "91361.6611314192",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "5.51",
          "m15": "8.73",
          "m30": "-35.37",
          "h1": "-46.02",
          "h6": "106.38",
          "h24": "4130.13"
        },
        "transactions": {
          "m5": {
            "buys": 18,
            "sells": 7,
            "buyers": 17,
            "sellers": 6
          },
          "m15": {
            "buys": 33,
            "sells": 26,
            "buyers": 28,
            "sellers": 21
          },
          "m30": {
            "buys": 87,
            "sells": 58,
            "buyers": 62,
            "sellers": 42
          },
          "h1": {
            "buys": 125,
            "sells": 83,
            "buyers": 73,
            "sellers": 59
          },
          "h6": {
            "buys": 606,
            "sells": 398,
            "buyers": 320,
            "sellers": 238
          },
          "h24": {
            "buys": 2496,
            "sells": 1813,
            "buyers": 1115,
            "sellers": 886
          }
        },
        "volume_usd": {
          "m5": "3546.9992656921",
          "m15": "12599.5529233411",
          "m30": "34174.9224932991",
          "h1": "52499.8608365981",
          "h6": "274248.156651695",
          "h24": "871827.538367383"
        },
        "reserve_in_usd": "21787.816"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x13ce066b9f53233224c731bf944b28f4d5ef01d3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x377feeed4820b3b28d1ab429509e7a0789824fca",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00622405029339847",
        "base_token_price_native_currency": "0.00000340191959710999",
        "quote_token_price_usd": "1826.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003401919597",
        "quote_token_price_base_token": "293951.685645223",
        "address": "0x377feeed4820b3b28d1ab429509e7a0789824fca",
        "name": "KEYCAT / WETH",
        "pool_created_at": "2024-03-26T02:40:03Z",
        "fdv_usd": "62239646.9323669",
        "market_cap_usd": "61798143.61",
        "price_change_percentage": {
          "m5": "0.7",
          "m15": "0.53",
          "m30": "0.84",
          "h1": "1.26",
          "h6": "5.31",
          "h24": "31.44"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 19,
            "buyers": 11,
            "sellers": 10
          },
          "m15": {
            "buys": 21,
            "sells": 49,
            "buyers": 15,
            "sellers": 35
          },
          "m30": {
            "buys": 26,
            "sells": 113,
            "buyers": 16,
            "sellers": 71
          },
          "h1": {
            "buys": 60,
            "sells": 217,
            "buyers": 38,
            "sellers": 137
          },
          "h6": {
            "buys": 569,
            "sells": 843,
            "buyers": 307,
            "sellers": 392
          },
          "h24": {
            "buys": 2911,
            "sells": 3004,
            "buyers": 1079,
            "sellers": 985
          }
        },
        "volume_usd": {
          "m5": "10796.8047828664",
          "m15": "26052.5966800286",
          "m30": "41039.3557780385",
          "h1": "109876.108323392",
          "h6": "789301.392916485",
          "h24": "3477146.4289522"
        },
        "reserve_in_usd": "1608657.5613"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x9a26f5433671751c3276a065f57e5a02d2817973",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x9f1350f9db56c3f2449453a5feca918b55538695",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000000199097829047944",
        "base_token_price_native_currency": "0.00000000000109715843253487",
        "quote_token_price_usd": "1826.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000001097158433",
        "quote_token_price_base_token": "911445394162.085",
        "address": "0x9f1350f9db56c3f2449453a5feca918b55538695",
        "name": "TRUMP / WETH",
        "pool_created_at": "2025-03-22T09:57:33Z",
        "fdv_usd": "242695.262078781",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "11.24",
          "m15": "18.29",
          "m30": "15.84",
          "h1": "13.72",
          "h6": "0.33",
          "h24": "-31.18"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 2,
            "buyers": 7,
            "sellers": 2
          },
          "m15": {
            "buys": 17,
            "sells": 10,
            "buyers": 17,
            "sellers": 10
          },
          "m30": {
            "buys": 28,
            "sells": 24,
            "buyers": 28,
            "sellers": 24
          },
          "h1": {
            "buys": 48,
            "sells": 55,
            "buyers": 48,
            "sellers": 55
          },
          "h6": {
            "buys": 295,
            "sells": 297,
            "buyers": 293,
            "sellers": 297
          },
          "h24": {
            "buys": 967,
            "sells": 706,
            "buyers": 951,
            "sellers": 706
          }
        },
        "volume_usd": {
          "m5": "4677.5256895711",
          "m15": "15824.0665141865",
          "m30": "26293.0623045191",
          "h1": "50541.4772560001",
          "h6": "291842.415310914",
          "h24": "757824.793137572"
        },
        "reserve_in_usd": "98367.5867"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x1f5ae26f204832349f1fdf625f96311d0f7514ab",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xade9bcd4b968ee26bed102dd43a55f6a8c2416df",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00135917906637073",
        "base_token_price_native_currency": "0.000000759459008746111",
        "quote_token_price_usd": "1825.61",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000007594590087",
        "quote_token_price_base_token": "1316726.76008022",
        "address": "0xade9bcd4b968ee26bed102dd43a55f6a8c2416df",
        "name": "doginme / WETH 1%",
        "pool_created_at": "2024-02-04T23:35:17Z",
        "fdv_usd": "91906788.7571825",
        "market_cap_usd": "93532844.2075533",
        "price_change_percentage": {
          "m5": "0.32",
          "m15": "-0.32",
          "m30": "2.27",
          "h1": "2.09",
          "h6": "11.26",
          "h24": "57.59"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 15,
            "buyers": 3,
            "sellers": 9
          },
          "m15": {
            "buys": 10,
            "sells": 21,
            "buyers": 7,
            "sellers": 13
          },
          "m30": {
            "buys": 22,
            "sells": 25,
            "buyers": 15,
            "sellers": 16
          },
          "h1": {
            "buys": 35,
            "sells": 58,
            "buyers": 26,
            "sellers": 32
          },
          "h6": {
            "buys": 280,
            "sells": 384,
            "buyers": 155,
            "sellers": 185
          },
          "h24": {
            "buys": 1356,
            "sells": 1177,
            "buyers": 638,
            "sellers": 522
          }
        },
        "volume_usd": {
          "m5": "15833.3404692315",
          "m15": "26032.7143002564",
          "m30": "46835.4433597485",
          "h1": "84046.5756583891",
          "h6": "643814.000621217",
          "h24": "2719335.53050041"
        },
        "reserve_in_usd": "6301142.1106"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x6921b130d297cc43754afba22e5eac0fbf8db75b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DUjFqjqJ69pSRQhGcZetD5QCaLANYY12TBWVFcpQXvKu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00738039767185459",
        "base_token_price_native_currency": "0.0000588001894768769",
        "quote_token_price_usd": "124.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005880018948",
        "quote_token_price_base_token": "17006.7479186143",
        "address": "DUjFqjqJ69pSRQhGcZetD5QCaLANYY12TBWVFcpQXvKu",
        "name": "Buckazoids / SOL",
        "pool_created_at": "2025-03-28T03:07:32Z",
        "fdv_usd": "7380397.67185459",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.86",
          "m15": "-5.67",
          "m30": "-10.94",
          "h1": "2.03",
          "h6": "32.77",
          "h24": "350.4"
        },
        "transactions": {
          "m5": {
            "buys": 86,
            "sells": 90,
            "buyers": 61,
            "sellers": 85
          },
          "m15": {
            "buys": 250,
            "sells": 194,
            "buyers": 152,
            "sellers": 161
          },
          "m30": {
            "buys": 652,
            "sells": 489,
            "buyers": 370,
            "sellers": 334
          },
          "h1": {
            "buys": 1127,
            "sells": 937,
            "buyers": 585,
            "sellers": 559
          },
          "h6": {
            "buys": 6162,
            "sells": 5035,
            "buyers": 2391,
            "sellers": 2378
          },
          "h24": {
            "buys": 18817,
            "sells": 17051,
            "buyers": 5835,
            "sellers": 6031
          }
        },
        "volume_usd": {
          "m5": "30560.6963108363",
          "m15": "74738.752855151",
          "m30": "218188.712378943",
          "h1": "472922.864185179",
          "h6": "2535604.94208492",
          "h24": "7963543.46116897"
        },
        "reserve_in_usd": "448851.1633"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BQQzEvYT4knThhkSPBvSKBLg1LEczisWLhx5ydJipump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x11dbd3915ec2a933cdd2f9f3acf03507190a258a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00221255113073841",
        "base_token_price_native_currency": "0.00000366994425074348",
        "quote_token_price_usd": "605.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003669944251",
        "quote_token_price_base_token": "272483.703205413",
        "address": "0x11dbd3915ec2a933cdd2f9f3acf03507190a258a",
        "name": "4444 / WBNB",
        "pool_created_at": "2025-03-31T11:27:15Z",
        "fdv_usd": "2212551.13073841",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-11.08",
          "m15": "-16.89",
          "m30": "-18.4",
          "h1": "-15.09",
          "h6": "-37.43",
          "h24": "3184.62"
        },
        "transactions": {
          "m5": {
            "buys": 126,
            "sells": 98,
            "buyers": 104,
            "sellers": 91
          },
          "m15": {
            "buys": 276,
            "sells": 227,
            "buyers": 193,
            "sellers": 183
          },
          "m30": {
            "buys": 389,
            "sells": 332,
            "buyers": 263,
            "sellers": 264
          },
          "h1": {
            "buys": 665,
            "sells": 570,
            "buyers": 433,
            "sellers": 439
          },
          "h6": {
            "buys": 3892,
            "sells": 2967,
            "buyers": 1750,
            "sellers": 1647
          },
          "h24": {
            "buys": 28874,
            "sells": 23890,
            "buyers": 8769,
            "sellers": 7198
          }
        },
        "volume_usd": {
          "m5": "67531.839881216",
          "m15": "180749.3654096",
          "m30": "232574.184301075",
          "h1": "377284.121922887",
          "h6": "2146629.73593573",
          "h24": "16368126.1652216"
        },
        "reserve_in_usd": "197836.6309"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x661af369690a8f5591cc0df7d581c83d1a6e4444",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_D6Rgz1JG2syjsTXGaSAZ39cLffWL4TfabEAAnJHGRrZC",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00986683371278766",
        "base_token_price_native_currency": "0.0000793236954105616",
        "quote_token_price_usd": "124.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007932369541",
        "quote_token_price_base_token": "12606.5735443139",
        "address": "D6Rgz1JG2syjsTXGaSAZ39cLffWL4TfabEAAnJHGRrZC",
        "name": "RFC / SOL",
        "pool_created_at": "2025-03-25T01:07:20Z",
        "fdv_usd": "9865575.92523492",
        "market_cap_usd": "9618243.17391591",
        "price_change_percentage": {
          "m5": "-0.61",
          "m15": "-5.67",
          "m30": "-6.42",
          "h1": "-11.87",
          "h6": "8.11",
          "h24": "262.84"
        },
        "transactions": {
          "m5": {
            "buys": 49,
            "sells": 28,
            "buyers": 32,
            "sellers": 22
          },
          "m15": {
            "buys": 125,
            "sells": 52,
            "buyers": 70,
            "sellers": 37
          },
          "m30": {
            "buys": 182,
            "sells": 135,
            "buyers": 100,
            "sellers": 88
          },
          "h1": {
            "buys": 470,
            "sells": 311,
            "buyers": 165,
            "sellers": 166
          },
          "h6": {
            "buys": 3130,
            "sells": 3067,
            "buyers": 912,
            "sellers": 1003
          },
          "h24": {
            "buys": 31206,
            "sells": 28561,
            "buyers": 7211,
            "sellers": 7629
          }
        },
        "volume_usd": {
          "m5": "16750.3208825883",
          "m15": "44596.1759211442",
          "m30": "73171.8286419522",
          "h1": "153766.58916036",
          "h6": "1164734.82230053",
          "h24": "19164259.2215904"
        },
        "reserve_in_usd": "509667.0914"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_C3DwDjT17gDvvCYC2nsdGHxDHVmQRdhKfpAdqQ29pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Gj5t6KjTw3gWW7SrMHEi1ojCkaYHyvLwb17gktf96HNH",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00419221955445286",
        "base_token_price_native_currency": "0.0000333822544720304",
        "quote_token_price_usd": "124.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003338225447",
        "quote_token_price_base_token": "29956.0354989762",
        "address": "Gj5t6KjTw3gWW7SrMHEi1ojCkaYHyvLwb17gktf96HNH",
        "name": "House / SOL",
        "pool_created_at": "2025-03-24T17:16:11Z",
        "fdv_usd": "4192219.55445286",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-8.73",
          "m15": "-8.89",
          "m30": "-15.7",
          "h1": "-24.13",
          "h6": "0.55",
          "h24": "152039.17"
        },
        "transactions": {
          "m5": {
            "buys": 163,
            "sells": 97,
            "buyers": 97,
            "sellers": 72
          },
          "m15": {
            "buys": 306,
            "sells": 244,
            "buyers": 183,
            "sellers": 158
          },
          "m30": {
            "buys": 735,
            "sells": 559,
            "buyers": 351,
            "sellers": 324
          },
          "h1": {
            "buys": 1555,
            "sells": 1186,
            "buyers": 694,
            "sellers": 594
          },
          "h6": {
            "buys": 15824,
            "sells": 12197,
            "buyers": 4819,
            "sellers": 3976
          },
          "h24": {
            "buys": 33166,
            "sells": 26115,
            "buyers": 8923,
            "sellers": 6894
          }
        },
        "volume_usd": {
          "m5": "69098.9137592951",
          "m15": "133605.627900521",
          "m30": "274420.762718539",
          "h1": "575772.578123902",
          "h6": "6759409.47514405",
          "h24": "14049158.8871226"
        },
        "reserve_in_usd": "243945.2178"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_DitHyRMQiSDhn5cnKMJV2CDDt6sVct96YrECiM49pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x76c0106bba123e9b32770b2b34b6d13bf4cfa933",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00254411205999738",
        "base_token_price_native_currency": "0.00000139298629641328",
        "quote_token_price_usd": "1826.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001392986296",
        "quote_token_price_base_token": "717882.151873886",
        "address": "0x76c0106bba123e9b32770b2b34b6d13bf4cfa933",
        "name": "CLIZA / WETH 1%",
        "pool_created_at": "2025-03-10T13:09:03Z",
        "fdv_usd": "2481648.91961716",
        "market_cap_usd": "1997596.13508544",
        "price_change_percentage": {
          "m5": "0.29",
          "m15": "2.09",
          "m30": "-0.83",
          "h1": "0.49",
          "h6": "-2.65",
          "h24": "-24.87"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 6,
            "buyers": 4,
            "sellers": 6
          },
          "m30": {
            "buys": 8,
            "sells": 10,
            "buyers": 8,
            "sellers": 10
          },
          "h1": {
            "buys": 23,
            "sells": 19,
            "buyers": 20,
            "sellers": 18
          },
          "h6": {
            "buys": 184,
            "sells": 126,
            "buyers": 111,
            "sellers": 86
          },
          "h24": {
            "buys": 1276,
            "sells": 1015,
            "buyers": 445,
            "sellers": 421
          }
        },
        "volume_usd": {
          "m5": "813.0587482749",
          "m15": "1936.8688813602",
          "m30": "7855.9442336862",
          "h1": "12350.9416459487",
          "h6": "60331.6964831184",
          "h24": "641037.917668473"
        },
        "reserve_in_usd": "517604.3404"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x290f057a2c59b95d8027aa4abf31782676502071",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_58fzJMbX5PatnfJPqWWsqkVFPRKptkbb5r2vCw4Qq3z9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0473584383409275",
        "base_token_price_native_currency": "0.000378409683868205",
        "quote_token_price_usd": "124.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003784096839",
        "quote_token_price_base_token": "2642.638501683",
        "address": "58fzJMbX5PatnfJPqWWsqkVFPRKptkbb5r2vCw4Qq3z9",
        "name": "VINE / SOL",
        "pool_created_at": "2025-01-23T00:22:43Z",
        "fdv_usd": "47357723.2922497",
        "market_cap_usd": "47069265.1967169",
        "price_change_percentage": {
          "m5": "0.93",
          "m15": "-0.39",
          "m30": "-1.19",
          "h1": "4.1",
          "h6": "-1.12",
          "h24": "37.89"
        },
        "transactions": {
          "m5": {
            "buys": 15,
            "sells": 25,
            "buyers": 9,
            "sellers": 18
          },
          "m15": {
            "buys": 52,
            "sells": 84,
            "buyers": 29,
            "sellers": 47
          },
          "m30": {
            "buys": 116,
            "sells": 172,
            "buyers": 62,
            "sellers": 78
          },
          "h1": {
            "buys": 272,
            "sells": 295,
            "buyers": 125,
            "sellers": 131
          },
          "h6": {
            "buys": 1048,
            "sells": 1103,
            "buyers": 397,
            "sellers": 448
          },
          "h24": {
            "buys": 10248,
            "sells": 10461,
            "buyers": 1835,
            "sellers": 1748
          }
        },
        "volume_usd": {
          "m5": "18289.0525186651",
          "m15": "60563.2266972038",
          "m30": "148337.53607436",
          "h1": "309936.378860741",
          "h6": "907811.125494949",
          "h24": "10830662.8373987"
        },
        "reserve_in_usd": "2957322.0686"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6AJcP7wuLwmRYLBNbi825wgguaPsWzPBEHcHndpRpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x4b0aaf3ebb163dd45f663b38b6d93f6093ebc2d3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00029133040305806",
        "base_token_price_native_currency": "0.000000156697706010312",
        "quote_token_price_usd": "1822.17",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000156697706",
        "quote_token_price_base_token": "6381714.35601101",
        "address": "0x4b0aaf3ebb163dd45f663b38b6d93f6093ebc2d3",
        "name": "TOSHI / WETH 1%",
        "pool_created_at": "2023-11-06T23:43:21Z",
        "fdv_usd": "122558992.50953",
        "market_cap_usd": "122559787.280139",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "1.82",
          "h1": "-0.29",
          "h6": "-2.49",
          "h24": "-1.6"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "h1": {
            "buys": 9,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "h6": {
            "buys": 40,
            "sells": 39,
            "buyers": 7,
            "sellers": 23
          },
          "h24": {
            "buys": 391,
            "sells": 196,
            "buyers": 67,
            "sellers": 68
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "11.6097018976",
          "m30": "13.924331877",
          "h1": "18.3332039772",
          "h6": "8656.541908002",
          "h24": "91165.5966124323"
        },
        "reserve_in_usd": "1934091.2532"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xac1bd2486aaf3b5c0fc3fd868558b082a531b2b4",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4p4GEsRtSkWeyQawRyPbAC6Sh3yAbiadQKt7kJww2dmS",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00190830487757812",
        "base_token_price_native_currency": "0.0000150504776019745",
        "quote_token_price_usd": "124.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000150504776",
        "quote_token_price_base_token": "66443.07419645",
        "address": "4p4GEsRtSkWeyQawRyPbAC6Sh3yAbiadQKt7kJww2dmS",
        "name": "Grok / SOL",
        "pool_created_at": "2025-03-29T05:12:29Z",
        "fdv_usd": "1908304.87757812",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-5.41",
          "m15": "-8.17",
          "m30": "-16.53",
          "h1": "-20.37",
          "h6": "-3.92",
          "h24": "25.48"
        },
        "transactions": {
          "m5": {
            "buys": 84,
            "sells": 47,
            "buyers": 53,
            "sellers": 47
          },
          "m15": {
            "buys": 179,
            "sells": 128,
            "buyers": 106,
            "sellers": 106
          },
          "m30": {
            "buys": 316,
            "sells": 208,
            "buyers": 176,
            "sellers": 176
          },
          "h1": {
            "buys": 523,
            "sells": 462,
            "buyers": 302,
            "sellers": 329
          },
          "h6": {
            "buys": 3156,
            "sells": 2773,
            "buyers": 1537,
            "sellers": 1423
          },
          "h24": {
            "buys": 24666,
            "sells": 20741,
            "buyers": 7887,
            "sellers": 7999
          }
        },
        "volume_usd": {
          "m5": "21344.1894570391",
          "m15": "43599.3632549903",
          "m30": "82174.8949126035",
          "h1": "184104.584063159",
          "h6": "1033499.7609784",
          "h24": "9127042.92995702"
        },
        "reserve_in_usd": "222946.509"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6mmEpBUYdfNdWN4nByn1uuN7pry5SZKsaBp3Ea23pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_J3JeorQjFNLpP1Te1shKDs2CGnqVma1iaxJxPKUaCxKh",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00299502274947669",
        "base_token_price_native_currency": "0.0000240740057519382",
        "quote_token_price_usd": "124.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002407400575",
        "quote_token_price_base_token": "41538.579424801",
        "address": "J3JeorQjFNLpP1Te1shKDs2CGnqVma1iaxJxPKUaCxKh",
        "name": "COUNTRY / SOL",
        "pool_created_at": "2025-03-31T17:00:45Z",
        "fdv_usd": "2995022.74947669",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.97",
          "m15": "12.49",
          "m30": "17.64",
          "h1": "-0.84",
          "h6": "108.37",
          "h24": "5483.75"
        },
        "transactions": {
          "m5": {
            "buys": 166,
            "sells": 171,
            "buyers": 112,
            "sellers": 101
          },
          "m15": {
            "buys": 714,
            "sells": 696,
            "buyers": 327,
            "sellers": 289
          },
          "m30": {
            "buys": 1541,
            "sells": 1524,
            "buyers": 698,
            "sellers": 611
          },
          "h1": {
            "buys": 3590,
            "sells": 3351,
            "buyers": 1315,
            "sellers": 1244
          },
          "h6": {
            "buys": 56511,
            "sells": 42823,
            "buyers": 10879,
            "sellers": 9389
          },
          "h24": {
            "buys": 68486,
            "sells": 53807,
            "buyers": 13887,
            "sellers": 11275
          }
        },
        "volume_usd": {
          "m5": "40977.1833280322",
          "m15": "143897.783486374",
          "m30": "434247.755925592",
          "h1": "1010829.95401289",
          "h6": "18998627.1044844",
          "h24": "22496170.221664"
        },
        "reserve_in_usd": "214497.8465"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_A8JBhB6t8ktie5FcX2wqieQfQFJ34JyPZYvGVE3Ypump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x5116773e18a9c7bb03ebb961b38678e45e238923",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000101459270932917",
        "base_token_price_native_currency": "0.0000000556160627386786",
        "quote_token_price_usd": "1824.28",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000005561606274",
        "quote_token_price_base_token": "17980417.001086",
        "address": "0x5116773e18a9c7bb03ebb961b38678e45e238923",
        "name": "DRB / WETH 1%",
        "pool_created_at": "2025-03-07T09:58:57Z",
        "fdv_usd": "10144972.098601",
        "market_cap_usd": "9929414.217",
        "price_change_percentage": {
          "m5": "0",
          "m15": "1.81",
          "m30": "1.72",
          "h1": "0.69",
          "h6": "-0.9",
          "h24": "-13.87"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 5,
            "buyers": 2,
            "sellers": 5
          },
          "m30": {
            "buys": 7,
            "sells": 16,
            "buyers": 4,
            "sellers": 15
          },
          "h1": {
            "buys": 25,
            "sells": 31,
            "buyers": 15,
            "sellers": 25
          },
          "h6": {
            "buys": 208,
            "sells": 194,
            "buyers": 94,
            "sellers": 108
          },
          "h24": {
            "buys": 1098,
            "sells": 786,
            "buyers": 376,
            "sellers": 374
          }
        },
        "volume_usd": {
          "m5": "100.5535680426",
          "m15": "1557.9336004529",
          "m30": "6016.9307190842",
          "h1": "20458.4574048797",
          "h6": "172758.83992723",
          "h24": "963271.912438346"
        },
        "reserve_in_usd": "969523.0957"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.436445831068108",
        "base_token_price_native_currency": "0.000239702895460436679007893574083189418049188",
        "quote_token_price_usd": "0.999754932393613",
        "quote_token_price_native_currency": "0.000547408988684261",
        "base_token_price_quote_token": "0.4378862978",
        "quote_token_price_base_token": "2.283697857",
        "address": "0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
        "name": "AERO / USDC",
        "pool_created_at": "2023-09-07T22:50:55Z",
        "fdv_usd": "681198569.341353",
        "market_cap_usd": "349639523.100259",
        "price_change_percentage": {
          "m5": "-0.01",
          "m15": "-0.07",
          "m30": "-0.15",
          "h1": "-0.63",
          "h6": "-1.65",
          "h24": "-5.16"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 31,
            "buyers": 5,
            "sellers": 2
          },
          "m15": {
            "buys": 3,
            "sells": 95,
            "buyers": 14,
            "sellers": 2
          },
          "m30": {
            "buys": 3,
            "sells": 190,
            "buyers": 22,
            "sellers": 2
          },
          "h1": {
            "buys": 45,
            "sells": 379,
            "buyers": 39,
            "sellers": 19
          },
          "h6": {
            "buys": 358,
            "sells": 2351,
            "buyers": 189,
            "sellers": 128
          },
          "h24": {
            "buys": 2452,
            "sells": 11124,
            "buyers": 1023,
            "sellers": 498
          }
        },
        "volume_usd": {
          "m5": "531.1658397744",
          "m15": "1897.2676774027",
          "m30": "2334.0722958966",
          "h1": "25515.15306743",
          "h6": "422302.343664471",
          "h24": "3927462.01365377"
        },
        "reserve_in_usd": "52183952.5885"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x940181a94a35a4569e4529a3cdfb74e38fd98631",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_D5FERBZNXA2KGMnCY9LMcPbHXadTCpHDtBQsGNcLzAky",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000725994563528482",
        "base_token_price_native_currency": "0.00000577319240994013",
        "quote_token_price_usd": "124.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000577319241",
        "quote_token_price_base_token": "173214.389715858",
        "address": "D5FERBZNXA2KGMnCY9LMcPbHXadTCpHDtBQsGNcLzAky",
        "name": "pleb / SOL",
        "pool_created_at": "2025-03-28T23:33:50Z",
        "fdv_usd": "725986.349203703",
        "market_cap_usd": "743916.23640678",
        "price_change_percentage": {
          "m5": "-2.43",
          "m15": "-4.22",
          "m30": "-7.31",
          "h1": "-16.34",
          "h6": "-54.74",
          "h24": "-74.02"
        },
        "transactions": {
          "m5": {
            "buys": 81,
            "sells": 70,
            "buyers": 60,
            "sellers": 48
          },
          "m15": {
            "buys": 213,
            "sells": 151,
            "buyers": 129,
            "sellers": 104
          },
          "m30": {
            "buys": 398,
            "sells": 261,
            "buyers": 200,
            "sellers": 172
          },
          "h1": {
            "buys": 788,
            "sells": 594,
            "buyers": 363,
            "sellers": 344
          },
          "h6": {
            "buys": 4970,
            "sells": 4364,
            "buyers": 1705,
            "sellers": 1638
          },
          "h24": {
            "buys": 18925,
            "sells": 19243,
            "buyers": 4574,
            "sellers": 4733
          }
        },
        "volume_usd": {
          "m5": "15765.5957766248",
          "m15": "42846.3939085918",
          "m30": "96126.6263973606",
          "h1": "244355.273569033",
          "h6": "1516311.7243345",
          "h24": "5821831.61272124"
        },
        "reserve_in_usd": "115626.4433"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6PaVHw2HR6ybTvPMXkLcGUF2A6Hiy857k8PQXkTnpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xd9edc75a3a797ec92ca370f19051babebfb2edee",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.160305271192308",
        "base_token_price_native_currency": "0.0000877930115068309",
        "quote_token_price_usd": "1826.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00008779301151",
        "quote_token_price_base_token": "11390.4282679971",
        "address": "0xd9edc75a3a797ec92ca370f19051babebfb2edee",
        "name": "KTA / WETH",
        "pool_created_at": "2025-03-05T18:32:49Z",
        "fdv_usd": "160305262.677367",
        "market_cap_usd": "63508328.56",
        "price_change_percentage": {
          "m5": "0.8",
          "m15": "1.26",
          "m30": "-0.08",
          "h1": "1.79",
          "h6": "27.24",
          "h24": "14.95"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 8,
            "buyers": 3,
            "sellers": 8
          },
          "m15": {
            "buys": 32,
            "sells": 11,
            "buyers": 27,
            "sellers": 11
          },
          "m30": {
            "buys": 47,
            "sells": 38,
            "buyers": 38,
            "sellers": 29
          },
          "h1": {
            "buys": 107,
            "sells": 88,
            "buyers": 82,
            "sellers": 59
          },
          "h6": {
            "buys": 277,
            "sells": 382,
            "buyers": 170,
            "sellers": 212
          },
          "h24": {
            "buys": 840,
            "sells": 902,
            "buyers": 436,
            "sellers": 401
          }
        },
        "volume_usd": {
          "m5": "28684.2587361739",
          "m15": "39686.9415157854",
          "m30": "86114.6206321765",
          "h1": "255264.793641918",
          "h6": "948348.713467965",
          "h24": "2374868.80031138"
        },
        "reserve_in_usd": "5273197.3594"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xc0634090f2fe6c6d75e61be2b949464abb498973",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6LBdakbTD4iixdBtEd6AwJRrnBxN35Ksg6nFL1s6XuVW",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000535260534538749",
        "base_token_price_native_currency": "0.00000427117421110923",
        "quote_token_price_usd": "124.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004271174211",
        "quote_token_price_base_token": "234127.654498152",
        "address": "6LBdakbTD4iixdBtEd6AwJRrnBxN35Ksg6nFL1s6XuVW",
        "name": "dawg / SOL",
        "pool_created_at": "2025-03-19T23:08:45Z",
        "fdv_usd": "535231.380592633",
        "market_cap_usd": "539866.204968562",
        "price_change_percentage": {
          "m5": "-1.59",
          "m15": "4.03",
          "m30": "-6.07",
          "h1": "-7.53",
          "h6": "-17.45",
          "h24": "-28.97"
        },
        "transactions": {
          "m5": {
            "buys": 12,
            "sells": 9,
            "buyers": 7,
            "sellers": 9
          },
          "m15": {
            "buys": 59,
            "sells": 45,
            "buyers": 53,
            "sellers": 45
          },
          "m30": {
            "buys": 144,
            "sells": 87,
            "buyers": 114,
            "sellers": 80
          },
          "h1": {
            "buys": 286,
            "sells": 209,
            "buyers": 182,
            "sellers": 166
          },
          "h6": {
            "buys": 1742,
            "sells": 1644,
            "buyers": 743,
            "sellers": 943
          },
          "h24": {
            "buys": 9215,
            "sells": 7536,
            "buyers": 3558,
            "sellers": 3082
          }
        },
        "volume_usd": {
          "m5": "862.2317940953",
          "m15": "7562.0536523229",
          "m30": "19552.0476864973",
          "h1": "43745.8781864793",
          "h6": "281311.991429733",
          "h24": "1407335.6144993"
        },
        "reserve_in_usd": "87273.5882"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3rdCUNNgj52frYdp3cJLwQ6xzJibjyjsPCtNMRUDpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    }
  ]
}

Proč Web3 projekty používají CoinGecko

„DEX API od CoinGecko nám funguje jako rychlý, vysoce přesný a robustní zdroj cenových informací pro DEX. Nabízí nejrůznější data, snadno se používá a je opravdu spolehlivé. DEX API od CoinGecko se stalo jedním z našich nejdůležitějších cenových kanálů pro DEX, které v Supra využíváme pro agregaci dat z decentralizovaných burz.“
„DEX API od CoinGecko se stalo nedílnou součástí našeho vývojového procesu, protože dokáže vyřídit mnoho drobných úkolů, na které prostě nemáme kapacitu. To zásadně zefektivnilo naše pracovní procesy a umožnilo nám soustředit se na hlavní vývoj.“
„DEX API od CoinGecko má široké využití, podporuje největší počet sítí a má vysokou dostupnost.

Časté dotazy

Vylepšete svůj projekt
připojením CoinGecko rozhraní API

Využijte další možnosti díky spolehlivým, přesným a komplexním údajům o cenách kryptoměn.
Nikdy nezmeškejte žádnou aktualizaci!
Přihlaste se k odběru našeho newsletteru pro rozhraní API s nejnovějšími informacemi o produktech, aktualizacích koncových bodů a inspirativním obsahem od komunity.
Zvolte měnu
Navrhované měny
USD
US Dollar
IDR
Indonesian Rupiah
TWD
New Taiwan Dollar
EUR
Euro
KRW
South Korean Won
JPY
Japanese Yen
RUB
Russian Ruble
CNY
Chinese Yuan
Fiat měny
AED
United Arab Emirates Dirham
ARS
Argentine Peso
AUD
Australian Dollar
BDT
Bangladeshi Taka
BHD
Bahraini Dinar
BMD
Bermudian Dollar
BRL
Brazil Real
CAD
Canadian Dollar
CHF
Swiss Franc
CLP
Chilean Peso
CZK
Czech Koruna
DKK
Danish Krone
GBP
British Pound Sterling
GEL
Georgian Lari
HKD
Hong Kong Dollar
HUF
Hungarian Forint
ILS
Israeli New Shekel
INR
Indian Rupee
KWD
Kuwaiti Dinar
LKR
Sri Lankan Rupee
MMK
Burmese Kyat
MXN
Mexican Peso
MYR
Malaysian Ringgit
NGN
Nigerian Naira
NOK
Norwegian Krone
NZD
New Zealand Dollar
PHP
Philippine Peso
PKR
Pakistani Rupee
PLN
Polish Zloty
SAR
Saudi Riyal
SEK
Swedish Krona
SGD
Singapore Dollar
THB
Thai Baht
TRY
Turkish Lira
UAH
Ukrainian hryvnia
VEF
Venezuelan bolívar fuerte
VND
Vietnamese đồng
ZAR
South African Rand
XDR
IMF Special Drawing Rights
Kryptoměny
BTC
Bitcoin
ETH
Ether
LTC
Litecoin
BCH
Bitcoin Cash
BNB
Binance Coin
EOS
EOS
XRP
XRP
XLM
Lumens
LINK
Chainlink
DOT
Polkadot
YFI
Yearn.finance
Bitcoin jednotky
BITS
Bits
SATS
Satoshi
Komodity
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Vybrat jazyk
Oblíbené jazyky
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Všechny jazyky
AR
العربية
BG
български
CS
čeština
DA
dansk
EL
Ελληνικά
FI
suomen kieli
HE
עִבְרִית
HI
हिंदी
HR
hrvatski
HU
Magyar nyelv
ID
Bahasa Indonesia
IT
Italiano
JA
日本語
KO
한국어
LT
lietuvių kalba
NL
Nederlands
NO
norsk
RO
Limba română
SK
slovenský jazyk
SL
slovenski jezik
SV
Svenska
TH
ภาษาไทย
TR
Türkçe
UK
украї́нська мо́ва
ZH
简体中文
ZH-TW
繁體中文
Přihlásit se
Pokračováním souhlasíte s CoinGecko Podmínky poskytování služeb a potvrzujete, že jste si přečetli naše Zásady ochrany osobních údajů
nebo
Zapomněli jste své heslo?
Nedostali jste informace pro potvrzení?
Opět poslat instrukce pro potvrzení
Zaregistrovat se
Pokračováním souhlasíte s CoinGecko Podmínky poskytování služeb a potvrzujete, že jste si přečetli naše Zásady ochrany osobních údajů
nebo
Heslo musí obsahovat alespoň 8 znaků včetně alespoň 1 velkého písmene, 1 malého písmene, 1 číslice a 1 speciálního znaku
Nedostali jste informace pro potvrzení?
Opět poslat instrukce pro potvrzení
Zapomněli jste své heslo?
Za několik minut obdržíte e-mail s instrukcemi pro nastavení nového hesla.
Opět poslat instrukce pro potvrzení
Za několik minut obdržíte e-mail s instrukcemi k potvrzení Vašeho účtu.
Získejte aplikaci CoinGecko.
Naskenujte tento QR kód a stáhněte si aplikaci App QR Code Nebo si ji prohlédněte v obchodech s aplikacemi
coingecko
Pokračovat v aplikaci
Ceny v reálném čase
Otevřít aplikaci