Waluty: 17 398
Giełdy: 1 471
Kapitalizacja rynkowa: 2,738T $ 1.6%
Wol. 24h: 94,255B $
Gaz: 0.168 GWEI
Premium

API tokenów DEX i danych rynkowych on-chain dla projektów i deweloperów DeFi

Uzyskaj pełne pokrycie rynku kryptowalutowego dostarczane przez CoinGecko API,
największego na świecie niezależnego autorytetu danych kryptowalutowych od 2014 roku.
Danych dostarcza
Zaufały nam wiodące projekty Web3

Rozbudowany i niezawodny interfejs API danych DEX on-chain

Uzyskaj dostęp do danych rynkowych w łańcuchu z DEX, takich jak Uniswap, PancakeSwap, Orca, Curve i innych w głównych sieciach, dzięki naszemu niezawodnemu i rozbudowanemu interfejsowi API danych DEX.
38M+
Waluty i tokeny
200+
Sieci
1,500+
DEX-ów

Skaluj efektywnie projekt DeFi

Jeden ujednolicony interfejs API dla danych kryptowalut, NFT i DEX

Uproszony proces integracji dzięki jednemu ujednoliconemu interfejsowi API danych kryptowalut zapewniającemu pełne pokrycie
Kategoria punktu końcowego Opis
/onchain/simple/*/token_price/* Najprostszy sposób na uzyskanie najnowszej ceny tokenów on-chain w USD z adresami tokenów
/onchain/networks Pełna lista obsługiwanych sieci
/onchain/network/*dexes Pełna lista obsługiwanych dex-ów w sieci
/onchains/network/*/pools/* Dane dotyczące puli płynności, takie jak: trendy puli, nowe pule i dane rynkowe, m.in. cena, rezerwa, kapitalizacja rynkowa, transakcje, wolumen. Punkt końcowy wyszukiwania jest również dostępny do wyszukiwania pul w sieci.
/onchains/network/*/tokens/* Dane związane z tokenami, takie jak najlepsze pule, cena, wartość w pełni rozwodniona, rezerwa, wolumen, kapitalizacja rynkowa, wynik geckoterminal, identyfikator api coingecko. Dostępne są również metadane, w tym obraz, strona internetowa, opis i linki do mediów społecznościowych.
/onchains/network/*/ohlcvs/* Historyczne dane wykresu OHLCV puli płynności
/onchains/network/*/trades Ostatnie 300 transakcji z puli płynności
// Ceny i dane rynkowe puli płynności
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.0003821568215",
      "base_token_price_native_currency": "0.000441291467977743",
      "quote_token_price_usd": "2259.40638319638",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.000441291468",
      "quote_token_price_base_token": "2266.075989601",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_name": "DAI / WETH",
      "pool_fee_percentage": "0.05",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "4387462009.76327",
      "market_cap_usd": "4378225749.32692",
      "price_change_percentage": {
        "m5": "-0.01",
        "m15": "-0.158",
        "m30": "-0.29",
        "h1": "0.013",
        "h6": "-0.077",
        "h24": "0.05"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 3,
          "buyers": 1,
          "sellers": 3
        },
        "m15": {
          "buys": 3,
          "sells": 7,
          "buyers": 3,
          "sellers": 5
        },
        "m30": {
          "buys": 8,
          "sells": 13,
          "buyers": 8,
          "sellers": 11
        },
        "h1": {
          "buys": 20,
          "sells": 20,
          "buyers": 18,
          "sellers": 16
        },
        "h6": {
          "buys": 85,
          "sells": 104,
          "buyers": 49,
          "sellers": 57
        },
        "h24": {
          "buys": 382,
          "sells": 534,
          "buyers": 167,
          "sellers": 236
        }
      },
      "volume_usd": {
        "m5": "3156.540612445",
        "m15": "3813.7772826073",
        "m30": "10533.2210445288",
        "h1": "16896.2683780949",
        "h6": "96704.4127288522",
        "h24": "524836.124538385"
      },
      "reserve_in_usd": "2065477.1176",
      "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"
        }
      }
    }
  }
}
// Popularne waluty
{
  "data": [
    {
      "id": "eth_0xcf14dfcf39de6849af062d611c2f4395a5558b63",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00369974631846937",
        "base_token_price_native_currency": "0.00000164100206238432",
        "quote_token_price_usd": "2259.68593751561",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001641002062",
        "quote_token_price_base_token": "609383.755768737",
        "address": "0xcf14dfcf39de6849af062d611c2f4395a5558b63",
        "name": "ASE / WETH",
        "pool_created_at": "2026-05-10T20:08:11Z",
        "fdv_usd": "3699746.318",
        "market_cap_usd": "971183.408475",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.274",
          "m30": "-9.069",
          "h1": "-10.585",
          "h6": "13.071",
          "h24": "160.81"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 6,
            "buyers": 0,
            "sellers": 6
          },
          "m30": {
            "buys": 0,
            "sells": 14,
            "buyers": 0,
            "sellers": 13
          },
          "h1": {
            "buys": 10,
            "sells": 17,
            "buyers": 8,
            "sellers": 15
          },
          "h6": {
            "buys": 100,
            "sells": 58,
            "buyers": 67,
            "sellers": 44
          },
          "h24": {
            "buys": 829,
            "sells": 433,
            "buyers": 422,
            "sellers": 265
          }
        },
        "volume_usd": {
          "m5": "84.7391844053",
          "m15": "819.2020720785",
          "m30": "6118.1468588734",
          "h1": "7203.9560111463",
          "h6": "52797.3868599417",
          "h24": "725584.723362949"
        },
        "reserve_in_usd": "230922.2773"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x041ff0e49f6f774e7dc7bd10ee4a14c00b1d80b2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4kvhgLcrigN6mBAxApcRd8tRqGrSYLSdQuyw2VhEWxP9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00092639084265828640217356642505917792517670861778495228277216025",
        "base_token_price_native_currency": "0.0000103526443284669",
        "quote_token_price_usd": "90.894291430093995937981100870346458775672162417",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001035264433",
        "quote_token_price_base_token": "96593.6787039305",
        "address": "4kvhgLcrigN6mBAxApcRd8tRqGrSYLSdQuyw2VhEWxP9",
        "name": "DAD / SOL",
        "pool_created_at": "2026-05-13T03:39:06Z",
        "fdv_usd": "950888.719513977",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-1.277",
          "m15": "-3.128",
          "m30": "-4.327",
          "h1": "-4.849",
          "h6": "-2.038",
          "h24": "-2.894"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 10,
            "buyers": 2,
            "sellers": 10
          },
          "m15": {
            "buys": 21,
            "sells": 24,
            "buyers": 20,
            "sellers": 23
          },
          "m30": {
            "buys": 90,
            "sells": 86,
            "buyers": 62,
            "sellers": 55
          },
          "h1": {
            "buys": 151,
            "sells": 143,
            "buyers": 89,
            "sellers": 86
          },
          "h6": {
            "buys": 2219,
            "sells": 1759,
            "buyers": 481,
            "sellers": 405
          },
          "h24": {
            "buys": 21445,
            "sells": 12494,
            "buyers": 5020,
            "sellers": 3701
          }
        },
        "volume_usd": {
          "m5": "554.129729164",
          "m15": "3626.5453690443",
          "m30": "15731.3196989047",
          "h1": "29210.9368602941",
          "h6": "294246.945073296",
          "h24": "2102567.8273569"
        },
        "reserve_in_usd": "86249.3687"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CowyrEtbMX5oT211m3u9ayaBcTknsP2wh2zMWghbpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x7dfc9dd51638573a812b39d33eded20df468e7bc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00615452944506399",
        "base_token_price_native_currency": "0.00000272145463607721",
        "quote_token_price_usd": "2259.68593751561",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002721454636",
        "quote_token_price_base_token": "367450.548961357",
        "address": "0x7dfc9dd51638573a812b39d33eded20df468e7bc",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2024-09-10T10:05:35Z",
        "fdv_usd": "6154520.44079514",
        "market_cap_usd": "6154529.445",
        "price_change_percentage": {
          "m5": "0",
          "m15": "2.569",
          "m30": "1.921",
          "h1": "1.603",
          "h6": "2.954",
          "h24": "-18.318"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m30": {
            "buys": 5,
            "sells": 9,
            "buyers": 5,
            "sellers": 9
          },
          "h1": {
            "buys": 19,
            "sells": 13,
            "buyers": 15,
            "sellers": 13
          },
          "h6": {
            "buys": 147,
            "sells": 95,
            "buyers": 99,
            "sellers": 68
          },
          "h24": {
            "buys": 673,
            "sells": 494,
            "buyers": 338,
            "sellers": 296
          }
        },
        "volume_usd": {
          "m5": "451.9371875031",
          "m15": "6222.8433063137",
          "m30": "7048.7338526805",
          "h1": "14828.8861855976",
          "h6": "107478.817972054",
          "h24": "582183.528931057"
        },
        "reserve_in_usd": "409709.5325"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xaff2565091e7207191dbe340b8528d02fa78d044",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00224992784152960703949491383723410852832628356769943676148534631",
        "base_token_price_native_currency": "0.0000244069056337974",
        "quote_token_price_usd": "90.941207528285602621590318579871250133106620097",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002440690563",
        "quote_token_price_base_token": "40972.0107499106",
        "address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
        "name": "WORLDCUP / SOL",
        "pool_created_at": "2026-05-11T20:38:31Z",
        "fdv_usd": "2248496.739",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.109",
          "m15": "-1.619",
          "m30": "-7.068",
          "h1": "4.752",
          "h6": "-16.688",
          "h24": "-35.141"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 8,
            "buyers": 7,
            "sellers": 8
          },
          "m15": {
            "buys": 36,
            "sells": 49,
            "buyers": 25,
            "sellers": 42
          },
          "m30": {
            "buys": 118,
            "sells": 119,
            "buyers": 80,
            "sellers": 93
          },
          "h1": {
            "buys": 350,
            "sells": 419,
            "buyers": 170,
            "sellers": 275
          },
          "h6": {
            "buys": 2567,
            "sells": 2252,
            "buyers": 1179,
            "sellers": 1201
          },
          "h24": {
            "buys": 17965,
            "sells": 14536,
            "buyers": 5190,
            "sellers": 4924
          }
        },
        "volume_usd": {
          "m5": "1723.2269177111",
          "m15": "9039.1057659641",
          "m30": "28384.9179616763",
          "h1": "84155.0746256743",
          "h6": "566484.951492305",
          "h24": "3930266.08887458"
        },
        "reserve_in_usd": "146759.593"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_33eum82LaAhtv5YkUq1BdwEviSErH5CnFxqVNLT5pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000179931132095236",
        "base_token_price_native_currency": "0.0000000798840222092251",
        "quote_token_price_usd": "2258.04",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000007988402221",
        "quote_token_price_base_token": "12518147.8391372",
        "address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
        "name": "GITLAWB / WETH",
        "pool_created_at": "2026-03-11T02:00:07Z",
        "fdv_usd": "18016979.39",
        "market_cap_usd": "18016979.39",
        "price_change_percentage": {
          "m5": "-0.096",
          "m15": "-2.997",
          "m30": "0.258",
          "h1": "6.851",
          "h6": "6.939",
          "h24": "18.91"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 1,
            "sells": 5,
            "buyers": 1,
            "sellers": 4
          },
          "m30": {
            "buys": 14,
            "sells": 12,
            "buyers": 12,
            "sellers": 10
          },
          "h1": {
            "buys": 68,
            "sells": 21,
            "buyers": 51,
            "sellers": 16
          },
          "h6": {
            "buys": 289,
            "sells": 101,
            "buyers": 179,
            "sellers": 75
          },
          "h24": {
            "buys": 1337,
            "sells": 788,
            "buyers": 646,
            "sellers": 409
          }
        },
        "volume_usd": {
          "m5": "698.9056189971",
          "m15": "2509.0400136021",
          "m30": "39860.1260243251",
          "h1": "112102.74993369",
          "h6": "306676.293905389",
          "h24": "2046824.31544672"
        },
        "reserve_in_usd": "4437390.7915"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x5f980dcfc4c0fa3911554cf5ab288ed0eb13dba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_FzbYhPcoCuA2qSrV1s3j38RcQhP6c943p3KHYb6C5rCq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00379364496971865996439903094315024912129236894042104505213074158",
        "base_token_price_native_currency": "0.000042077430472234",
        "quote_token_price_usd": "90.894293117658457900633398477297537902369987413",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00004207743047",
        "quote_token_price_base_token": "23765.709758819",
        "address": "FzbYhPcoCuA2qSrV1s3j38RcQhP6c943p3KHYb6C5rCq",
        "name": "RKC / SOL",
        "pool_created_at": "2026-05-11T21:13:06Z",
        "fdv_usd": "3804833.18575896",
        "market_cap_usd": "3806709.23885937",
        "price_change_percentage": {
          "m5": "-0.005",
          "m15": "-0.969",
          "m30": "-0.32",
          "h1": "9.091",
          "h6": "-8.105",
          "h24": "-39.678"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 22,
            "buyers": 5,
            "sellers": 21
          },
          "m15": {
            "buys": 44,
            "sells": 64,
            "buyers": 40,
            "sellers": 61
          },
          "m30": {
            "buys": 80,
            "sells": 126,
            "buyers": 64,
            "sellers": 113
          },
          "h1": {
            "buys": 166,
            "sells": 379,
            "buyers": 123,
            "sellers": 252
          },
          "h6": {
            "buys": 2310,
            "sells": 1886,
            "buyers": 1024,
            "sellers": 1066
          },
          "h24": {
            "buys": 20217,
            "sells": 17140,
            "buyers": 4431,
            "sellers": 4978
          }
        },
        "volume_usd": {
          "m5": "2248.3916312393",
          "m15": "9603.7427642773",
          "m30": "19555.749186827",
          "h1": "58308.2951367553",
          "h6": "502748.971730224",
          "h24": "5316970.21899793"
        },
        "reserve_in_usd": "269283.7725"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_7HgfXftRBBqsYtAEYcqjGLQrNJLL6Tww9ek4rE3Apump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_AmfZq4hiLCrouHyfhveb9mn3v7E2oFQ7U4utmGbXnqFD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000558917872447847187458599388883856410248534047390399943884487358",
        "base_token_price_native_currency": "0.000000612627239535032",
        "quote_token_price_usd": "90.894291430093995937981100870346458775672162417",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000006126272395",
        "quote_token_price_base_token": "1632313.96755876",
        "address": "AmfZq4hiLCrouHyfhveb9mn3v7E2oFQ7U4utmGbXnqFD",
        "name": "CHINA / SOL",
        "pool_created_at": "2026-05-13T09:59:11Z",
        "fdv_usd": "54922.3224",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-12.575",
          "m15": "-11.603",
          "m30": "-37.1",
          "h1": "-45.221",
          "h6": "-57.509",
          "h24": "3.265"
        },
        "transactions": {
          "m5": {
            "buys": 30,
            "sells": 15,
            "buyers": 25,
            "sellers": 8
          },
          "m15": {
            "buys": 63,
            "sells": 66,
            "buyers": 47,
            "sellers": 57
          },
          "m30": {
            "buys": 260,
            "sells": 186,
            "buyers": 155,
            "sellers": 161
          },
          "h1": {
            "buys": 356,
            "sells": 240,
            "buyers": 196,
            "sellers": 209
          },
          "h6": {
            "buys": 1444,
            "sells": 1148,
            "buyers": 619,
            "sellers": 707
          },
          "h24": {
            "buys": 30341,
            "sells": 22908,
            "buyers": 7148,
            "sellers": 6277
          }
        },
        "volume_usd": {
          "m5": "1375.3503984585",
          "m15": "4224.2450362192",
          "m30": "14596.9477032117",
          "h1": "19812.3951335632",
          "h6": "93656.8221011801",
          "h24": "2811186.52901758"
        },
        "reserve_in_usd": "21519.0642"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FHfYY6sViy7G21a33JLtUPpvYj6oEwMBFNyeVkbbpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.1270168783743177424257898682785683404236138258094295980415745",
        "base_token_price_native_currency": "0.00139700100792762",
        "quote_token_price_usd": "90.941207528285602621590318579871250133106620097",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.001397001008",
        "quote_token_price_base_token": "715.819096998",
        "address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
        "name": "TROLL / SOL",
        "pool_created_at": "2025-04-20T18:30:26Z",
        "fdv_usd": "126874714.969653",
        "market_cap_usd": "126874714.985432",
        "price_change_percentage": {
          "m5": "-0.533",
          "m15": "-1.836",
          "m30": "-2.13",
          "h1": "0.116",
          "h6": "9.633",
          "h24": "23.663"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 13,
            "buyers": 4,
            "sellers": 6
          },
          "m15": {
            "buys": 57,
            "sells": 19,
            "buyers": 28,
            "sellers": 12
          },
          "m30": {
            "buys": 72,
            "sells": 49,
            "buyers": 39,
            "sellers": 32
          },
          "h1": {
            "buys": 178,
            "sells": 209,
            "buyers": 96,
            "sellers": 111
          },
          "h6": {
            "buys": 1363,
            "sells": 1641,
            "buyers": 460,
            "sellers": 472
          },
          "h24": {
            "buys": 11325,
            "sells": 10245,
            "buyers": 2284,
            "sellers": 2019
          }
        },
        "volume_usd": {
          "m5": "4835.9940712484",
          "m15": "26903.4187363812",
          "m30": "37636.0475955563",
          "h1": "182450.267462008",
          "h6": "1301765.68637224",
          "h24": "11359059.1174003"
        },
        "reserve_in_usd": "4357529.2783"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5UUH9RTDiSpq6HKS6bp4NdU9PNJpXRXuiw6ShBTBhgH2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00334556713117778774548309476666642332988812866145880329867789404",
        "base_token_price_native_currency": "0.000037122955284978",
        "quote_token_price_usd": "90.941207528285602621590318579871250133106620097",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003712295528",
        "quote_token_price_base_token": "26937.510559798",
        "address": "4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
        "name": "HANTA / SOL",
        "pool_created_at": "2026-05-03T21:27:40Z",
        "fdv_usd": "3345086.07744021",
        "market_cap_usd": "3345086.21349269",
        "price_change_percentage": {
          "m5": "-0.66",
          "m15": "-0.667",
          "m30": "-0.651",
          "h1": "1.256",
          "h6": "-3.009",
          "h24": "-33.686"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 3,
            "buyers": 5,
            "sellers": 3
          },
          "m15": {
            "buys": 26,
            "sells": 35,
            "buyers": 23,
            "sellers": 32
          },
          "m30": {
            "buys": 86,
            "sells": 75,
            "buyers": 57,
            "sellers": 48
          },
          "h1": {
            "buys": 149,
            "sells": 141,
            "buyers": 85,
            "sellers": 85
          },
          "h6": {
            "buys": 819,
            "sells": 731,
            "buyers": 427,
            "sellers": 457
          },
          "h24": {
            "buys": 9240,
            "sells": 6898,
            "buyers": 2544,
            "sellers": 2576
          }
        },
        "volume_usd": {
          "m5": "329.4642684807",
          "m15": "12971.4346562231",
          "m30": "21133.0858118708",
          "h1": "39609.196238774",
          "h6": "204469.417410794",
          "h24": "2091344.6590881"
        },
        "reserve_in_usd": "262360.6912"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2tXpgu2DLTsPUf9zFmuZmA4xrYxXKBTpVq9wAM7hzs9y",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x10a0b8eba9d4e0f772c8c47968ee819bb4609ef4454409157961570cdce9a735",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000291309381416788",
        "base_token_price_native_currency": "0.00000000128623555812908",
        "quote_token_price_usd": "2257.9",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001286235558",
        "quote_token_price_base_token": "777462567.940953",
        "address": "0x10a0b8eba9d4e0f772c8c47968ee819bb4609ef4454409157961570cdce9a735",
        "name": "AXIOM / WETH",
        "pool_created_at": "2026-01-29T23:33:43Z",
        "fdv_usd": "276170.888692683",
        "market_cap_usd": "284272.2686",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.325",
          "m30": "-1.415",
          "h1": "3.259",
          "h6": "1.416",
          "h24": "440.205"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m30": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "h1": {
            "buys": 14,
            "sells": 6,
            "buyers": 14,
            "sellers": 6
          },
          "h6": {
            "buys": 61,
            "sells": 87,
            "buyers": 52,
            "sellers": 52
          },
          "h24": {
            "buys": 574,
            "sells": 1024,
            "buyers": 318,
            "sellers": 322
          }
        },
        "volume_usd": {
          "m5": "68.8956637579",
          "m15": "171.160638956",
          "m30": "390.4765692323",
          "h1": "1535.7557847261",
          "h6": "17531.1620418576",
          "h24": "243368.432810472"
        },
        "reserve_in_usd": "206905.3422"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xf3ce5ddaab6c133f9875a4a46c55cf0b58111b07",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xb04b187062efbf94cf9b4b6f42bf688258d3c88b7c9283bbc74dbbfb1af40d54",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00004220730361858",
        "base_token_price_native_currency": "0.0000000187194301727052",
        "quote_token_price_usd": "2254.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001871943017",
        "quote_token_price_base_token": "53420429.5095531",
        "address": "0xb04b187062efbf94cf9b4b6f42bf688258d3c88b7c9283bbc74dbbfb1af40d54",
        "name": "ClawBank / WETH",
        "pool_created_at": "2026-02-09T16:39:29Z",
        "fdv_usd": "4312062.036",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "-2.272",
          "h1": "-2.342",
          "h6": "-0.29",
          "h24": "-14.293"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m30": {
            "buys": 7,
            "sells": 20,
            "buyers": 7,
            "sellers": 13
          },
          "h1": {
            "buys": 16,
            "sells": 41,
            "buyers": 15,
            "sellers": 21
          },
          "h6": {
            "buys": 75,
            "sells": 237,
            "buyers": 57,
            "sellers": 99
          },
          "h24": {
            "buys": 719,
            "sells": 1948,
            "buyers": 374,
            "sellers": 557
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "575.5210837257",
          "m30": "16168.6633104",
          "h1": "20181.4794046198",
          "h6": "62268.586312749",
          "h24": "1102639.42062609"
        },
        "reserve_in_usd": "4065606.328"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x16332535e2c27da578bc2e82beb09ce9d3c8eb07",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000203118390788594",
        "base_token_price_native_currency": "0.0000000904544345089366",
        "quote_token_price_usd": "2257.9",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000009045443451",
        "quote_token_price_base_token": "11055289.9416026",
        "address": "0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
        "name": "LFI / WETH",
        "pool_created_at": "2026-05-01T16:42:23Z",
        "fdv_usd": "20311839.08",
        "market_cap_usd": "12796429.8711853",
        "price_change_percentage": {
          "m5": "-0.566",
          "m15": "0.591",
          "m30": "-1.319",
          "h1": "-4.365",
          "h6": "-11.164",
          "h24": "-19.22"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 4
          },
          "m15": {
            "buys": 14,
            "sells": 16,
            "buyers": 13,
            "sellers": 15
          },
          "m30": {
            "buys": 21,
            "sells": 27,
            "buyers": 19,
            "sellers": 22
          },
          "h1": {
            "buys": 46,
            "sells": 51,
            "buyers": 38,
            "sellers": 43
          },
          "h6": {
            "buys": 120,
            "sells": 159,
            "buyers": 68,
            "sellers": 107
          },
          "h24": {
            "buys": 726,
            "sells": 1087,
            "buyers": 308,
            "sellers": 483
          }
        },
        "volume_usd": {
          "m5": "1839.1588364662",
          "m15": "10788.1869342546",
          "m30": "17900.9046129946",
          "h1": "37052.2602319295",
          "h6": "79770.7254401996",
          "h24": "528752.320422391"
        },
        "reserve_in_usd": "1156128.4476"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x3722264ab15a1dfce5a5af89e6547f7949a8aba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000410963334019889",
        "base_token_price_native_currency": "0.000000181766584451958",
        "quote_token_price_usd": "2255.85",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001817665845",
        "quote_token_price_base_token": "5501561.26339221",
        "address": "0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
        "name": "BNKR / WETH 1%",
        "pool_created_at": "2024-12-03T04:44:53Z",
        "fdv_usd": "39847994.8717525",
        "market_cap_usd": "41096333.4",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.317",
          "m30": "0.325",
          "h1": "3.482",
          "h6": "1.143",
          "h24": "-4.912"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m30": {
            "buys": 5,
            "sells": 0,
            "buyers": 5,
            "sellers": 0
          },
          "h1": {
            "buys": 20,
            "sells": 11,
            "buyers": 8,
            "sellers": 1
          },
          "h6": {
            "buys": 158,
            "sells": 82,
            "buyers": 73,
            "sellers": 9
          },
          "h24": {
            "buys": 1119,
            "sells": 1115,
            "buyers": 223,
            "sellers": 195
          }
        },
        "volume_usd": {
          "m5": "3677.0355",
          "m15": "4401.9682939832",
          "m30": "4431.7243084155",
          "h1": "17169.0405629655",
          "h6": "90355.0572845334",
          "h24": "930456.220441714"
        },
        "reserve_in_usd": "2333671.411"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",
            "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_0x0aed2bd5abdffcde57c0bcf30e75cd594b8876a9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0723247579476397",
        "base_token_price_native_currency": "0.00003192730843905308429005475513623",
        "quote_token_price_usd": "1.00243821096224",
        "quote_token_price_native_currency": "0.000443969268329969",
        "base_token_price_quote_token": "0.07191332986",
        "quote_token_price_base_token": "13.9056278163",
        "address": "0x0aed2bd5abdffcde57c0bcf30e75cd594b8876a9",
        "name": "AORA / USDC 0.3%",
        "pool_created_at": "2026-05-09T03:17:28Z",
        "fdv_usd": "14464951.589977",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-0.469",
          "m15": "10.5",
          "m30": "2.999",
          "h1": "16.509",
          "h6": "31.8",
          "h24": "-93.603"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 4,
            "buyers": 5,
            "sellers": 4
          },
          "m15": {
            "buys": 43,
            "sells": 11,
            "buyers": 13,
            "sellers": 11
          },
          "m30": {
            "buys": 81,
            "sells": 29,
            "buyers": 20,
            "sellers": 26
          },
          "h1": {
            "buys": 247,
            "sells": 138,
            "buyers": 50,
            "sellers": 103
          },
          "h6": {
            "buys": 1346,
            "sells": 892,
            "buyers": 417,
            "sellers": 521
          },
          "h24": {
            "buys": 2666,
            "sells": 1972,
            "buyers": 735,
            "sellers": 1061
          }
        },
        "volume_usd": {
          "m5": "3852.041356631",
          "m15": "14923.4827438619",
          "m30": "20122.4372614845",
          "h1": "61738.5047074474",
          "h6": "841518.262810137",
          "h24": "1594518.8375688"
        },
        "reserve_in_usd": "727030.6226"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x6e84030fa86ebf585e3e18fe557e5612f7e93bff",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream-3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xa51b3a0f976c3fe1054ccaa42cc3b807416f02f0db6724b2c72e99c72e572c24",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000281454838037649",
        "base_token_price_native_currency": "0.00000000124872686911571",
        "quote_token_price_usd": "2258.04",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001248726869",
        "quote_token_price_base_token": "800815634.493517",
        "address": "0xa51b3a0f976c3fe1054ccaa42cc3b807416f02f0db6724b2c72e99c72e572c24",
        "name": "CoP / WETH",
        "pool_created_at": "2026-04-21T15:42:47Z",
        "fdv_usd": "281908.8318",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-1.265",
          "m15": "9.504",
          "m30": "15.644",
          "h1": "42.366",
          "h6": "77.426",
          "h24": "157.852"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 7,
            "buyers": 4,
            "sellers": 6
          },
          "m15": {
            "buys": 20,
            "sells": 31,
            "buyers": 17,
            "sellers": 27
          },
          "m30": {
            "buys": 38,
            "sells": 48,
            "buyers": 31,
            "sellers": 41
          },
          "h1": {
            "buys": 64,
            "sells": 88,
            "buyers": 50,
            "sellers": 73
          },
          "h6": {
            "buys": 245,
            "sells": 359,
            "buyers": 155,
            "sellers": 243
          },
          "h24": {
            "buys": 2488,
            "sells": 3626,
            "buyers": 801,
            "sellers": 929
          }
        },
        "volume_usd": {
          "m5": "250.8347137907",
          "m15": "5939.668206587",
          "m30": "10505.2797037969",
          "h1": "26508.7314420109",
          "h6": "112787.73525128",
          "h24": "1228479.62838081"
        },
        "reserve_in_usd": "149754.5684"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xd8db4c337d09da8d7ceb7d87adfe224d17785ba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Cf51Hk5Zm7JtMaqzkR9kj6AD8o1PeuwMeFf4z947XQ55",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000315900544327041617349557719474763706984434779313786662073185896",
        "base_token_price_native_currency": "0.00000352879818331325",
        "quote_token_price_usd": "90.881307520985920311673555875744274170749556924",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003528798183",
        "quote_token_price_base_token": "283382.598848734",
        "address": "Cf51Hk5Zm7JtMaqzkR9kj6AD8o1PeuwMeFf4z947XQ55",
        "name": "PAIN / SOL",
        "pool_created_at": "2026-05-11T16:02:32Z",
        "fdv_usd": "317112.330820596",
        "market_cap_usd": "317113.195116043",
        "price_change_percentage": {
          "m5": "-3.67",
          "m15": "-10.819",
          "m30": "-16.658",
          "h1": "-15.736",
          "h6": "42.732",
          "h24": "-69.587"
        },
        "transactions": {
          "m5": {
            "buys": 17,
            "sells": 15,
            "buyers": 16,
            "sellers": 12
          },
          "m15": {
            "buys": 92,
            "sells": 69,
            "buyers": 75,
            "sellers": 61
          },
          "m30": {
            "buys": 127,
            "sells": 104,
            "buyers": 98,
            "sellers": 90
          },
          "h1": {
            "buys": 214,
            "sells": 192,
            "buyers": 162,
            "sellers": 163
          },
          "h6": {
            "buys": 4315,
            "sells": 4045,
            "buyers": 1552,
            "sellers": 1670
          },
          "h24": {
            "buys": 21325,
            "sells": 17281,
            "buyers": 5177,
            "sellers": 4492
          }
        },
        "volume_usd": {
          "m5": "1670.3065788129",
          "m15": "8856.1274033766",
          "m30": "14442.3207486225",
          "h1": "22760.2794219637",
          "h6": "609347.243105747",
          "h24": "3417634.57849346"
        },
        "reserve_in_usd": "54630.5932"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2N9BXbRtyZM4YHzj9wvteW1Nuq6B5DzDwh57dDmZpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x673dbd89b4de73f139ccca01f515536d386bc993c35efb3abf0a4d4b02b6dd20",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.175608238583902",
        "base_token_price_native_currency": "0.00026166844536361",
        "quote_token_price_usd": "1.00363710725011",
        "quote_token_price_native_currency": "0.00149638011547481",
        "base_token_price_quote_token": "0.1748676307",
        "quote_token_price_base_token": "5.7186112502",
        "address": "0x673dbd89b4de73f139ccca01f515536d386bc993c35efb3abf0a4d4b02b6dd20",
        "name": "BILL / USDT 0.007%",
        "pool_created_at": "2026-05-03T11:42:10Z",
        "fdv_usd": "31189443.054707",
        "market_cap_usd": "426122845.204",
        "price_change_percentage": {
          "m5": "0.884",
          "m15": "1.528",
          "m30": "5.347",
          "h1": "3.101",
          "h6": "-1.709",
          "h24": "-15.885"
        },
        "transactions": {
          "m5": {
            "buys": 211,
            "sells": 222,
            "buyers": 98,
            "sellers": 95
          },
          "m15": {
            "buys": 947,
            "sells": 1114,
            "buyers": 353,
            "sellers": 380
          },
          "m30": {
            "buys": 2855,
            "sells": 3207,
            "buyers": 716,
            "sellers": 684
          },
          "h1": {
            "buys": 5644,
            "sells": 5977,
            "buyers": 1004,
            "sellers": 1020
          },
          "h6": {
            "buys": 33499,
            "sells": 34132,
            "buyers": 2215,
            "sellers": 2400
          },
          "h24": {
            "buys": 143618,
            "sells": 148039,
            "buyers": 4753,
            "sellers": 5690
          }
        },
        "volume_usd": {
          "m5": "34804.0220724462",
          "m15": "175274.459891817",
          "m30": "589386.399825636",
          "h1": "1057440.31138393",
          "h6": "6141797.61028669",
          "h24": "56617081.5865731"
        },
        "reserve_in_usd": "2008053.2234"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xdf24f8c21cb404b3031a450d8e049d6e39fc1fa5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_34UtPx3zyYfC5GVqDXWJqLf77BU5Ebb6o3C2XynpKtzL",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000641310724083064824480162144681289344105852190754342539185369078",
        "base_token_price_native_currency": "0.00000705972055370554",
        "quote_token_price_usd": "90.894291430093995937981100870346458775672162417",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000007059720554",
        "quote_token_price_base_token": "141648.666174912",
        "address": "34UtPx3zyYfC5GVqDXWJqLf77BU5Ebb6o3C2XynpKtzL",
        "name": "BABYTROLL / SOL",
        "pool_created_at": "2026-05-10T19:34:49Z",
        "fdv_usd": "629956.006557908",
        "market_cap_usd": "629956.006557909",
        "price_change_percentage": {
          "m5": "-5.09",
          "m15": "-7.77",
          "m30": "-8.231",
          "h1": "-11.521",
          "h6": "-12.437",
          "h24": "58.9"
        },
        "transactions": {
          "m5": {
            "buys": 17,
            "sells": 6,
            "buyers": 17,
            "sellers": 6
          },
          "m15": {
            "buys": 31,
            "sells": 24,
            "buyers": 27,
            "sellers": 21
          },
          "m30": {
            "buys": 62,
            "sells": 66,
            "buyers": 50,
            "sellers": 58
          },
          "h1": {
            "buys": 195,
            "sells": 144,
            "buyers": 136,
            "sellers": 118
          },
          "h6": {
            "buys": 1159,
            "sells": 940,
            "buyers": 558,
            "sellers": 555
          },
          "h24": {
            "buys": 6385,
            "sells": 5384,
            "buyers": 2008,
            "sellers": 1997
          }
        },
        "volume_usd": {
          "m5": "2349.7590480308",
          "m15": "4128.503079177",
          "m30": "9500.6271778774",
          "h1": "29434.9419813546",
          "h6": "144938.240108329",
          "h24": "942786.35480535"
        },
        "reserve_in_usd": "79284.68"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6qdzMx4c9rL2X3Ns3SwZ8uEo4zReDPjdXpAEmpo7pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x916f992df86795f24de6c268cfb9031fbb1155da",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.210595931630145",
        "base_token_price_native_currency": "0.0003148407642638467930910379657",
        "quote_token_price_usd": "0.999647629253115",
        "quote_token_price_native_currency": "0.00149056090726971",
        "base_token_price_quote_token": "0.2112230119",
        "quote_token_price_base_token": "4.7343326419",
        "address": "0x916f992df86795f24de6c268cfb9031fbb1155da",
        "name": "UB / USDC 0.01%",
        "pool_created_at": "2025-09-10T10:19:46Z",
        "fdv_usd": "422612854.522389",
        "market_cap_usd": "528295042.25",
        "price_change_percentage": {
          "m5": "0.544",
          "m15": "0.061",
          "m30": "0.067",
          "h1": "2.547",
          "h6": "7.24",
          "h24": "7.317"
        },
        "transactions": {
          "m5": {
            "buys": 90,
            "sells": 69,
            "buyers": 66,
            "sellers": 56
          },
          "m15": {
            "buys": 252,
            "sells": 250,
            "buyers": 158,
            "sellers": 156
          },
          "m30": {
            "buys": 517,
            "sells": 544,
            "buyers": 253,
            "sellers": 272
          },
          "h1": {
            "buys": 1057,
            "sells": 1146,
            "buyers": 387,
            "sellers": 378
          },
          "h6": {
            "buys": 9983,
            "sells": 10242,
            "buyers": 820,
            "sellers": 971
          },
          "h24": {
            "buys": 58040,
            "sells": 57261,
            "buyers": 1516,
            "sellers": 1624
          }
        },
        "volume_usd": {
          "m5": "50563.5358314551",
          "m15": "161762.444650152",
          "m30": "343956.192307831",
          "h1": "727128.062151266",
          "h6": "5688856.2245747",
          "h24": "36984385.3624134"
        },
        "reserve_in_usd": "4945518.5496"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x40b8129b786d766267a7a118cf8c07e31cdb6fde",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.311964885962648",
        "base_token_price_native_currency": "0.000138617329596186",
        "quote_token_price_usd": "2258.04",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001386173296",
        "quote_token_price_base_token": "7214.105212625",
        "address": "0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
        "name": "POD / ETH 1%",
        "pool_created_at": "2026-03-02T17:54:15Z",
        "fdv_usd": "156490648.049976",
        "market_cap_usd": "17482409.7759405",
        "price_change_percentage": {
          "m5": "-2.254",
          "m15": "-3.049",
          "m30": "-4.281",
          "h1": "-5.49",
          "h6": "-0.915",
          "h24": "-1.904"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 18,
            "sells": 11,
            "buyers": 11,
            "sellers": 11
          },
          "m30": {
            "buys": 34,
            "sells": 20,
            "buyers": 15,
            "sellers": 18
          },
          "h1": {
            "buys": 75,
            "sells": 37,
            "buyers": 19,
            "sellers": 31
          },
          "h6": {
            "buys": 1037,
            "sells": 263,
            "buyers": 104,
            "sellers": 116
          },
          "h24": {
            "buys": 3501,
            "sells": 756,
            "buyers": 347,
            "sellers": 308
          }
        },
        "volume_usd": {
          "m5": "8427.2262049666",
          "m15": "20005.3313217105",
          "m30": "34335.2385426686",
          "h1": "48062.7410141112",
          "h6": "315267.994321255",
          "h24": "1801208.4533017"
        },
        "reserve_in_usd": "3927504.8324"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xed664536023d8e4b1640c394777d34abaff1df8f",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Obsługiwane sieci

Obszerne wsparcie dla wielu łańcuchów

Pobierz kursy kryptowalut i dane rynkowe z wielu sieci, 200+ od głównych blockchainów po nowe wprowadzenia..

Dlaczego projekty Web3 korzystają z CoinGecko

„API DEX CoinGecko zapewnia nam szybkie, bardzo dokładne i rzetelne źródło danych cenowych DEX. Ma szeroki zakres danych, jest łatwe w użyciu i wysoce niezawodne. API DEX CoinGecko stało się dla nas jednym z wielu kluczowych źródeł cen DEX, które Supra wykorzystuje do agregowania danych ze zdecentralizowanych giełd”.
„API DEX CoinGecko stało się integralną częścią naszego procesu rozwoju, sprawnie obsługując wiele drobnych zadań, którymi po prostu nie jesteśmy w stanie zarządzać. To znacznie usprawniło nasz przepływ pracy, pozwalając nam skupić się na głównym rozwoju”.
„API DEX CoinGecko ma szerokie pokrycie, obsługuje największą liczbę łańcuchów i cechuje się wysoką dostępnością”.

Często zadawane pytania

Doładuj swój projekt za pomocą CoinGecko API

Odblokuj więcej możliwości dzięki wiarygodnym, dokładnym i kompleksowym danym o kursach kryptowalut.
Nigdy nie przegap aktualizacji!
Subskrybuj nasz newsletter API, aby otrzymywać najnowsze informacje o produktach, aktualizacje punktów końcowych i inspirujące treści społeczności.
Nowy portfel
Ikona i nazwa
Wybierz walutę
Sugerowane waluty
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
Waluty fiducjarne
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
Kryptowaluty
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
SOL
Solana
Jednostki Bitcoin
BITS
Bits
SATS
Satoshi
Towary
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Wybierz język
Popularne języki
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
Wszystke języki
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
繁體中文
Witamy w CoinGecko
Witaj z powrotem!
Zaloguj się lub zarejestruj się w ciągu kilku sekund.
lub
Zaloguj się za pomocą . Nie Ty?
Zapomniałeś swojego hasła?
Nie otrzymałeś instrukcji aktywacji konta?
Wyślij ponownie instrukcje aktywacji
Hasło musi zawierać co najmniej 8 znaków, w tym 1 wielką literę, 1 małą literę, 1 cyfrę i 1 znak specjalny
Kontynuując, potwierdzasz, że przeczytałeś i w pełni akceptujesz nasze Warunki korzystania i Polityka prywatności.
Otrzymuj alerty kursowe od aplikacji CoinGecko
Zapomniałeś swojego hasła?
Instrukcja zmiany hasła zostanie niezwłocznie wysłana na podany adres e-mail.
Wyślij ponownie instrukcje aktywacji
Instrukcja jak aktywować konto zostanie niezwłocznie wysłana na podany adres e-mail.
Oceń aplikację CoinGecko.
Zeskanuj ten kod QR, aby pobrać aplikację już teraz App QR Code Lub sprawdź ją w sklepach z aplikacjami
Dodaj NFT
Śledź adres portfela
Wklej
Wyświetlamy tylko aktywa z obsługiwanych sieci.
Ethereum Mainnet
Base Mainnet
BNB Smart Chain
Arbitrum
Avalanche
Fantom
Flare
Gnosis
Linea
Optimism
Polygon
Polygon zkEVM
Scroll
Stellar
Story
Syscoin
Telos
X Layer
Xai
Dostęp tylko do odczytu
Pobieramy tylko dane publiczne. Brak kluczy prywatnych, brak podpisywania i nie możemy wprowadzić żadnych zmian w Twoim portfelu.
Utwórz portfel
Wybierz ikonę
💎
🔥
👀
🚀
💰
🦍
🌱
💩
🌙
🪂
💚
CoinGecko
Lepiej w aplikacji
Alerty dotyczące kursów w czasie rzeczywistym oraz szybsze, bardziej płynne doświadczenie.
Osiągnięto limit.
Portfele gości są ograniczone do 10 walut. Zarejestruj się lub zaloguj, aby zachować waluty wymienione poniżej.