Monete: 17.396
Exchange: 1.471
Cap. di mercato: 2,651T $ 1.4%
Volume in 24 ore: 81,872B $
Gas: 0.458 GWEI
Naviga senza pubblicità

Token DEX e API su dati di mercato on-chain per progetti e sviluppatori DeFi

Sfrutta la copertura completa del mercato delle criptovalute fornita dall'API CoinGecko, la più grande autorità indipendente al mondo per i dati sulle criptovalute dal 2014.
Dati forniti da
Attendibile dai principali progetti Web3

API di dati DEX on-chain ampia e affidabile

Accedi ai dati del mercato on-chain di vari DEX come Uniswap, PancakeSwap, Orca, Curve e molti altri attraverso le principali reti, con la nostra API di dati DEX affidabile ed estesa.
38M+
Valute e token
200+
Reti
1,500+
DEX

Scala il tuo progetto DeFi in modo efficiente

Un'unica API unificata per i dati su criptovalute, NFT e DEX

Semplifica il processo di integrazione con un'API unificata per i dati sulle cripto, fornendo una copertura completa
Categoria Endpoint Decrizione
/onchain/simple/*/token_price/* Il modo più semplice per ottenere l'ultimo prezzo in USD dei token su una rete, con indirizzi di token
/onchain/networks Ricevi l'elenco completo delle reti supportate
/onchain/network/*dexes Ricevi l'elenco completo dei dex supportati su una rete
/onchains/network/*/pools/* Ricevi dati sui pool di liquidità come: pool di tendenza, nuovi pool e dati di mercato come prezzo, riserva, market cap, transazioni e volume. È disponibile anche un endpoint di ricerca per cercare i pool in una rete.
/onchains/network/*/tokens/* Ottieni dati relativi ai token come pool principali, prezzo, fdv, riserva, volume, market cap, punteggio geckoterminal, ID API di coingecko. Sono disponibili anche metadati, tra cui immagine, sito web, descrizione e link ai social media.
/onchains/network/*/ohlcvs/* Ottieni i dati storici del grafico OHLCV di un pool di liquidità
/onchains/network/*/trades Ottieni le ultime 300 operazioni da un pool di liquidità
// Ottieni i prezzi e i dati di mercato di un pool di liquidità
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.00229660903134",
      "base_token_price_native_currency": "0.00046663468677055",
      "quote_token_price_usd": "2149.71466909662",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0004666346868",
      "quote_token_price_base_token": "2143.003999383",
      "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": "4390599794.53425",
      "market_cap_usd": "4390411768.90253",
      "price_change_percentage": {
        "m5": "0.045",
        "m15": "0.149",
        "m30": "0.358",
        "h1": "0.398",
        "h6": "0.588",
        "h24": "0.328"
      },
      "transactions": {
        "m5": {
          "buys": 2,
          "sells": 0,
          "buyers": 2,
          "sellers": 0
        },
        "m15": {
          "buys": 5,
          "sells": 1,
          "buyers": 4,
          "sellers": 1
        },
        "m30": {
          "buys": 10,
          "sells": 4,
          "buyers": 9,
          "sellers": 4
        },
        "h1": {
          "buys": 25,
          "sells": 20,
          "buyers": 20,
          "sellers": 14
        },
        "h6": {
          "buys": 106,
          "sells": 135,
          "buyers": 66,
          "sellers": 82
        },
        "h24": {
          "buys": 427,
          "sells": 691,
          "buyers": 166,
          "sellers": 269
        }
      },
      "volume_usd": {
        "m5": "1580.5188361528",
        "m15": "3624.3776815837",
        "m30": "10842.4908123301",
        "h1": "33076.1520174371",
        "h6": "179439.618759762",
        "h24": "719426.251000118"
      },
      "reserve_in_usd": "2009851.0193",
      "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"
        }
      }
    }
  }
}
// Scopri i pool di tendenza
{
  "data": [
    {
      "id": "base_0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000119393627847235",
        "base_token_price_native_currency": "0.000000053725647397485",
        "quote_token_price_usd": "2144.42",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000537256474",
        "quote_token_price_base_token": "18613084.2240314",
        "address": "0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
        "name": "aeon / WETH",
        "pool_created_at": "2026-03-10T22:01:31Z",
        "fdv_usd": "11939362.78",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "3.435",
          "m15": "-6.744",
          "m30": "6.902",
          "h1": "-0.971",
          "h6": "34.064",
          "h24": "100.373"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 51,
            "sells": 34,
            "buyers": 46,
            "sellers": 30
          },
          "m30": {
            "buys": 146,
            "sells": 168,
            "buyers": 106,
            "sellers": 135
          },
          "h1": {
            "buys": 233,
            "sells": 246,
            "buyers": 165,
            "sellers": 197
          },
          "h6": {
            "buys": 1378,
            "sells": 954,
            "buyers": 718,
            "sellers": 608
          },
          "h24": {
            "buys": 3337,
            "sells": 2306,
            "buyers": 1402,
            "sellers": 1136
          }
        },
        "volume_usd": {
          "m5": "7006.1725984667",
          "m15": "96827.5900215901",
          "m30": "382994.964310114",
          "h1": "512025.708067653",
          "h6": "1892264.33942086",
          "h24": "4089588.72156812"
        },
        "reserve_in_usd": "3395023.139"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xbf8e8f0e8866a7052f948c16508644347c57aba3",
            "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_0xf398631aaecded97003cba4e9ed2a1b30885c863fd328e56029c9da757f2c1f0",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000003080904701771",
        "base_token_price_native_currency": "0.00000000144382029736324",
        "quote_token_price_usd": "2144.55",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001443820297",
        "quote_token_price_base_token": "692606969.043335",
        "address": "0xf398631aaecded97003cba4e9ed2a1b30885c863fd328e56029c9da757f2c1f0",
        "name": "VT / WETH",
        "pool_created_at": "2026-05-17T14:07:45Z",
        "fdv_usd": "308090.4702",
        "market_cap_usd": "308090.4702",
        "price_change_percentage": {
          "m5": "-0.508",
          "m15": "2.019",
          "m30": "-7.291",
          "h1": "-9.749",
          "h6": "22.733",
          "h24": "1403.347"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 34,
            "sells": 49,
            "buyers": 33,
            "sellers": 43
          },
          "m30": {
            "buys": 73,
            "sells": 109,
            "buyers": 68,
            "sellers": 90
          },
          "h1": {
            "buys": 151,
            "sells": 232,
            "buyers": 123,
            "sellers": 173
          },
          "h6": {
            "buys": 821,
            "sells": 1224,
            "buyers": 444,
            "sellers": 592
          },
          "h24": {
            "buys": 4364,
            "sells": 6453,
            "buyers": 1634,
            "sellers": 1697
          }
        },
        "volume_usd": {
          "m5": "391.1251851287",
          "m15": "10249.9264666",
          "m30": "18476.4824158138",
          "h1": "35137.2996761339",
          "h6": "318260.124085711",
          "h24": "1299824.26133972"
        },
        "reserve_in_usd": "152858.7609"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x2c684d666998436634ecede1527eda7975427ba3",
            "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_0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00030498527265909",
        "base_token_price_native_currency": "0.000000142604118746068",
        "quote_token_price_usd": "2144.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001426041187",
        "quote_token_price_base_token": "7012420.17967712",
        "address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
        "name": "GITLAWB / WETH",
        "pool_created_at": "2026-03-11T02:00:07Z",
        "fdv_usd": "30582166.29",
        "market_cap_usd": "30582166.29",
        "price_change_percentage": {
          "m5": "-0.539",
          "m15": "-1.424",
          "m30": "4.58",
          "h1": "9.44",
          "h6": "-6.093",
          "h24": "8.52"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 6,
            "buyers": 0,
            "sellers": 5
          },
          "m15": {
            "buys": 29,
            "sells": 8,
            "buyers": 22,
            "sellers": 7
          },
          "m30": {
            "buys": 40,
            "sells": 14,
            "buyers": 28,
            "sellers": 11
          },
          "h1": {
            "buys": 66,
            "sells": 26,
            "buyers": 47,
            "sellers": 19
          },
          "h6": {
            "buys": 233,
            "sells": 155,
            "buyers": 159,
            "sellers": 80
          },
          "h24": {
            "buys": 1435,
            "sells": 802,
            "buyers": 727,
            "sellers": 391
          }
        },
        "volume_usd": {
          "m5": "2302.2016463377",
          "m15": "15089.9598493713",
          "m30": "46005.3213079201",
          "h1": "76521.3427736505",
          "h6": "375059.18785448",
          "h24": "2109187.99621394"
        },
        "reserve_in_usd": "7286383.4007"
      },
      "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": "base_0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000553278766995389",
        "base_token_price_native_currency": "0.000000258140004598041",
        "quote_token_price_usd": "2144.72",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002581400046",
        "quote_token_price_base_token": "3873866.82493144",
        "address": "0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
        "name": "BNKR / WETH 1%",
        "pool_created_at": "2024-12-03T04:44:53Z",
        "fdv_usd": "53647242.0920781",
        "market_cap_usd": "55327876.7",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.451",
          "m30": "-0.736",
          "h1": "-4.161",
          "h6": "-0.833",
          "h24": "-15.228"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 8,
            "buyers": 0,
            "sellers": 4
          },
          "m30": {
            "buys": 10,
            "sells": 21,
            "buyers": 1,
            "sellers": 6
          },
          "h1": {
            "buys": 17,
            "sells": 25,
            "buyers": 8,
            "sellers": 9
          },
          "h6": {
            "buys": 203,
            "sells": 162,
            "buyers": 74,
            "sellers": 29
          },
          "h24": {
            "buys": 972,
            "sells": 978,
            "buyers": 238,
            "sellers": 214
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "6032.5676044652",
          "m30": "6151.1146354291",
          "h1": "28592.7031356322",
          "h6": "303083.185362214",
          "h24": "1522019.71358115"
        },
        "reserve_in_usd": "2679821.4559"
      },
      "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_0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000255680285975141",
        "base_token_price_native_currency": "0.000000119593066252428",
        "quote_token_price_usd": "2144.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001195930663",
        "quote_token_price_base_token": "8361688.77792025",
        "address": "0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
        "name": "LFI / WETH",
        "pool_created_at": "2026-05-01T16:42:23Z",
        "fdv_usd": "25647331.02",
        "market_cap_usd": "16157775.0661691",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-2.608",
          "m30": "-4.295",
          "h1": "-4.827",
          "h6": "-2.597",
          "h24": "21.447"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m30": {
            "buys": 14,
            "sells": 17,
            "buyers": 12,
            "sellers": 15
          },
          "h1": {
            "buys": 28,
            "sells": 45,
            "buyers": 25,
            "sellers": 40
          },
          "h6": {
            "buys": 144,
            "sells": 290,
            "buyers": 108,
            "sellers": 173
          },
          "h24": {
            "buys": 676,
            "sells": 1219,
            "buyers": 370,
            "sellers": 597
          }
        },
        "volume_usd": {
          "m5": "1026.4411941448",
          "m15": "2103.7426999858",
          "m30": "15889.3620782893",
          "h1": "44876.8467714442",
          "h6": "158404.222945241",
          "h24": "661718.681949468"
        },
        "reserve_in_usd": "1367649.5311"
      },
      "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_0x83a29b6619907f80e5a47d40f53d4af239a69980f22a08b10f43d357a9f06209",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000399178710280413",
        "base_token_price_native_currency": "0.0000000190737424562798",
        "quote_token_price_usd": "2144.42",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001907374246",
        "quote_token_price_base_token": "52428095.9697431",
        "address": "0x83a29b6619907f80e5a47d40f53d4af239a69980f22a08b10f43d357a9f06209",
        "name": "MiroShark / WETH",
        "pool_created_at": "2026-03-24T16:48:01Z",
        "fdv_usd": "3991787.103",
        "market_cap_usd": "3991787.103",
        "price_change_percentage": {
          "m5": "-2.422",
          "m15": "-4.377",
          "m30": "5.272",
          "h1": "8.021",
          "h6": "23.808",
          "h24": "86.793"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 26,
            "sells": 23,
            "buyers": 23,
            "sellers": 20
          },
          "m30": {
            "buys": 54,
            "sells": 45,
            "buyers": 47,
            "sellers": 37
          },
          "h1": {
            "buys": 103,
            "sells": 71,
            "buyers": 77,
            "sellers": 61
          },
          "h6": {
            "buys": 386,
            "sells": 268,
            "buyers": 237,
            "sellers": 181
          },
          "h24": {
            "buys": 1476,
            "sells": 1022,
            "buyers": 699,
            "sellers": 515
          }
        },
        "volume_usd": {
          "m5": "61.637217365",
          "m15": "21149.8483696416",
          "m30": "55327.6170032089",
          "h1": "86429.7152812102",
          "h6": "317103.268420585",
          "h24": "1273777.06768731"
        },
        "reserve_in_usd": "1236422.1333"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xd7bc6a05a56655fb2052f742b012d1dfd66e1ba3",
            "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_0xacd168b06cfb4ed3a7701d64752e7667f1e6063e05144cec1883b5b5fd91633a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "3.09012433377879",
        "base_token_price_native_currency": "0.00146995518884483",
        "quote_token_price_usd": "2144.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.001469955189",
        "quote_token_price_base_token": "680.29284674",
        "address": "0xacd168b06cfb4ed3a7701d64752e7667f1e6063e05144cec1883b5b5fd91633a",
        "name": "PITCH / ETH 1%",
        "pool_created_at": "2026-05-17T19:57:43Z",
        "fdv_usd": "3018117.97693708",
        "market_cap_usd": "3018249.53756967",
        "price_change_percentage": {
          "m5": "6.21",
          "m15": "1.488",
          "m30": "-6.051",
          "h1": "-10.479",
          "h6": "-5.715",
          "h24": "1288.708"
        },
        "transactions": {
          "m5": {
            "buys": 32,
            "sells": 9,
            "buyers": 29,
            "sellers": 9
          },
          "m15": {
            "buys": 55,
            "sells": 49,
            "buyers": 50,
            "sellers": 45
          },
          "m30": {
            "buys": 136,
            "sells": 128,
            "buyers": 113,
            "sellers": 115
          },
          "h1": {
            "buys": 219,
            "sells": 159,
            "buyers": 169,
            "sellers": 142
          },
          "h6": {
            "buys": 1362,
            "sells": 952,
            "buyers": 723,
            "sellers": 605
          },
          "h24": {
            "buys": 8586,
            "sells": 5424,
            "buyers": 2995,
            "sellers": 1836
          }
        },
        "volume_usd": {
          "m5": "17581.100755268",
          "m15": "38366.1511778853",
          "m30": "148384.468780086",
          "h1": "226618.760635217",
          "h6": "1381835.22412538",
          "h24": "7328583.78837369"
        },
        "reserve_in_usd": "1403891.0869"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xeae13ea73bec936664a51734c8c01ec7c3b0699c",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x9e99cc529d2516b09e18428b285dc16a8125a6ebc844733658e43a1596e0e957",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000485760779531423",
        "base_token_price_native_currency": "0.00000000220893693143253",
        "quote_token_price_usd": "2144.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000002208936931",
        "quote_token_price_base_token": "452706451.583244",
        "address": "0x9e99cc529d2516b09e18428b285dc16a8125a6ebc844733658e43a1596e0e957",
        "name": "SYNTH / WETH",
        "pool_created_at": "2026-02-26T17:43:27Z",
        "fdv_usd": "485760.7795",
        "market_cap_usd": "485760.7795",
        "price_change_percentage": {
          "m5": "2.548",
          "m15": "0.779",
          "m30": "10.99",
          "h1": "6.162",
          "h6": "29.866",
          "h24": "25.711"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 7,
            "sells": 7,
            "buyers": 6,
            "sellers": 7
          },
          "m30": {
            "buys": 25,
            "sells": 19,
            "buyers": 18,
            "sellers": 19
          },
          "h1": {
            "buys": 45,
            "sells": 29,
            "buyers": 35,
            "sellers": 28
          },
          "h6": {
            "buys": 201,
            "sells": 176,
            "buyers": 130,
            "sellers": 134
          },
          "h24": {
            "buys": 982,
            "sells": 690,
            "buyers": 464,
            "sellers": 414
          }
        },
        "volume_usd": {
          "m5": "545.2243246452",
          "m15": "3631.1394910093",
          "m30": "11868.5422179865",
          "h1": "24758.037002742",
          "h6": "113829.198921883",
          "h24": "463377.982317646"
        },
        "reserve_in_usd": "226656.0719"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x0347d104f089225683f1a4998451cdcf72335ba3",
            "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_0x47006dcfc5aa14b577d3d2a0e39f72046bf4c054",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00404602401906617",
        "base_token_price_native_currency": "0.00000189223795000346",
        "quote_token_price_usd": "0.711891940342921",
        "quote_token_price_native_currency": "0.000331989600592692",
        "base_token_price_quote_token": "0.005699690432",
        "quote_token_price_base_token": "175.4481251114",
        "address": "0x47006dcfc5aa14b577d3d2a0e39f72046bf4c054",
        "name": "ETHY / VIRTUAL",
        "pool_created_at": "2025-01-17T08:04:43Z",
        "fdv_usd": "3994603.3928893",
        "market_cap_usd": "3681881.85729",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-2.079",
          "m30": "2.545",
          "h1": "3.25",
          "h6": "-4.189",
          "h24": "13.186"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m30": {
            "buys": 11,
            "sells": 7,
            "buyers": 11,
            "sellers": 5
          },
          "h1": {
            "buys": 15,
            "sells": 15,
            "buyers": 15,
            "sellers": 13
          },
          "h6": {
            "buys": 79,
            "sells": 112,
            "buyers": 68,
            "sellers": 90
          },
          "h24": {
            "buys": 715,
            "sells": 856,
            "buyers": 437,
            "sellers": 477
          }
        },
        "volume_usd": {
          "m5": "32.3126087839",
          "m15": "3928.6733376465",
          "m30": "13280.394726416",
          "h1": "14098.7835067719",
          "h6": "62397.8427388664",
          "h24": "668533.618636518"
        },
        "reserve_in_usd": "414232.018"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xc44141a684f6aa4e36cd9264ab55550b03c88643",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xe93071444b085fe0b83b0e138c2f0e47d510c1f6fa604a83dd10c0c7f8a0bb97",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000542923542077737",
        "base_token_price_native_currency": "0.0000000260277291743788",
        "quote_token_price_usd": "2144.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000002602772917",
        "quote_token_price_base_token": "38420562.6737649",
        "address": "0xe93071444b085fe0b83b0e138c2f0e47d510c1f6fa604a83dd10c0c7f8a0bb97",
        "name": "NOOK / WETH",
        "pool_created_at": "2026-02-25T03:12:07Z",
        "fdv_usd": "5581178.022",
        "market_cap_usd": "5266734.69171217",
        "price_change_percentage": {
          "m5": "0.341",
          "m15": "19.551",
          "m30": "19.344",
          "h1": "24.824",
          "h6": "12.796",
          "h24": "41.866"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 8,
            "buyers": 10,
            "sellers": 7
          },
          "m15": {
            "buys": 32,
            "sells": 30,
            "buyers": 28,
            "sellers": 27
          },
          "m30": {
            "buys": 37,
            "sells": 32,
            "buyers": 33,
            "sellers": 29
          },
          "h1": {
            "buys": 74,
            "sells": 60,
            "buyers": 60,
            "sellers": 52
          },
          "h6": {
            "buys": 196,
            "sells": 157,
            "buyers": 126,
            "sellers": 124
          },
          "h24": {
            "buys": 1564,
            "sells": 1114,
            "buyers": 693,
            "sellers": 604
          }
        },
        "volume_usd": {
          "m5": "2168.0448895304",
          "m15": "38733.9097350994",
          "m30": "39244.3391827552",
          "h1": "79125.607470172",
          "h6": "203462.975165707",
          "h24": "1638731.6821783"
        },
        "reserve_in_usd": "1431028.0668"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xb233bdffd437e60fa451f62c6c09d3804d285ba3",
            "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_0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.389077965318217",
        "base_token_price_native_currency": "0.000185076637436947",
        "quote_token_price_usd": "2144.76",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001850766374",
        "quote_token_price_base_token": "5403.167108764",
        "address": "0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
        "name": "POD / ETH 1%",
        "pool_created_at": "2026-03-02T17:54:15Z",
        "fdv_usd": "194538982.645516",
        "market_cap_usd": "21924402.8667192",
        "price_change_percentage": {
          "m5": "-1.993",
          "m15": "-2.971",
          "m30": "-3.986",
          "h1": "-3.337",
          "h6": "0.07",
          "h24": "14.262"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 8,
            "buyers": 3,
            "sellers": 6
          },
          "m30": {
            "buys": 10,
            "sells": 19,
            "buyers": 8,
            "sellers": 15
          },
          "h1": {
            "buys": 35,
            "sells": 27,
            "buyers": 30,
            "sellers": 23
          },
          "h6": {
            "buys": 183,
            "sells": 162,
            "buyers": 107,
            "sellers": 110
          },
          "h24": {
            "buys": 1831,
            "sells": 1198,
            "buyers": 574,
            "sellers": 467
          }
        },
        "volume_usd": {
          "m5": "1116.9058908149",
          "m15": "15121.0698757118",
          "m30": "35030.9004568401",
          "h1": "56927.2047683728",
          "h6": "455745.844986617",
          "h24": "3874549.67547767"
        },
        "reserve_in_usd": "4418401.3532"
      },
      "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"
          }
        }
      }
    },
    {
      "id": "solana_Gm1nLERgq3Djw8tNHURPtCm6ijHAnyM4aVTX3CW3P9NZ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000012381181043340703891378283607490477081672618891941421646810288",
        "base_token_price_native_currency": "0.000000144724744894552",
        "quote_token_price_usd": "85.313228271046311199646554628395715267707368755",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001447247449",
        "quote_token_price_base_token": "6909668.42421184",
        "address": "Gm1nLERgq3Djw8tNHURPtCm6ijHAnyM4aVTX3CW3P9NZ",
        "name": "SPCTROLL / SOL",
        "pool_created_at": "2026-05-17T03:54:00Z",
        "fdv_usd": "12380.0199354309",
        "market_cap_usd": "12380.0212506345",
        "price_change_percentage": {
          "m5": "0.25",
          "m15": "0.351",
          "m30": "-2.685",
          "h1": "5.256",
          "h6": "-29.771",
          "h24": "-99.147"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 7,
            "sells": 6,
            "buyers": 6,
            "sellers": 6
          },
          "m30": {
            "buys": 12,
            "sells": 13,
            "buyers": 10,
            "sellers": 13
          },
          "h1": {
            "buys": 25,
            "sells": 22,
            "buyers": 19,
            "sellers": 21
          },
          "h6": {
            "buys": 112,
            "sells": 132,
            "buyers": 80,
            "sellers": 106
          },
          "h24": {
            "buys": 49273,
            "sells": 18349,
            "buyers": 10447,
            "sellers": 9810
          }
        },
        "volume_usd": {
          "m5": "117.1227497436",
          "m15": "130.8484594667",
          "m30": "259.4308031592",
          "h1": "582.1888694032",
          "h6": "4141.5703148391",
          "h24": "4800115.58421688"
        },
        "reserve_in_usd": "9759.2424"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FoePfchN3A6LeJ2jvN8uVe4No9pK7zHYhhgD3Qidpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x336ad40640593281d9c519fa0994986817fce079a0c493ea08f7ed9cac55ff19",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000299475587454837",
        "base_token_price_native_currency": "0.0000000142308500094759",
        "quote_token_price_usd": "2144.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001423085001",
        "quote_token_price_base_token": "70269871.3944796",
        "address": "0x336ad40640593281d9c519fa0994986817fce079a0c493ea08f7ed9cac55ff19",
        "name": "HermesOS / WETH",
        "pool_created_at": "2026-04-13T20:49:25Z",
        "fdv_usd": "3010786.107",
        "market_cap_usd": "3010786.107",
        "price_change_percentage": {
          "m5": "-0.283",
          "m15": "5.494",
          "m30": "4.009",
          "h1": "2.108",
          "h6": "11.362",
          "h24": "121.574"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 19,
            "buyers": 10,
            "sellers": 16
          },
          "m15": {
            "buys": 23,
            "sells": 31,
            "buyers": 21,
            "sellers": 27
          },
          "m30": {
            "buys": 28,
            "sells": 39,
            "buyers": 26,
            "sellers": 34
          },
          "h1": {
            "buys": 42,
            "sells": 60,
            "buyers": 37,
            "sellers": 51
          },
          "h6": {
            "buys": 219,
            "sells": 344,
            "buyers": 153,
            "sellers": 220
          },
          "h24": {
            "buys": 1394,
            "sells": 2216,
            "buyers": 545,
            "sellers": 816
          }
        },
        "volume_usd": {
          "m5": "3975.2294259044",
          "m15": "12110.2534479655",
          "m30": "15254.887290218",
          "h1": "25910.9604801985",
          "h6": "168246.438647356",
          "h24": "1304721.41230867"
        },
        "reserve_in_usd": "798765.3122"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x95ccfd2b81a9667b0cc979992632f98fc853eba3",
            "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_0x2e6d071f01bc78676088cd022c9a73413c7273b2123a8564f0f69289356fef91",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000128181471433005",
        "base_token_price_native_currency": "0.0000000059773977436591",
        "quote_token_price_usd": "2144.76",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000005977397744",
        "quote_token_price_base_token": "167296881.165523",
        "address": "0x2e6d071f01bc78676088cd022c9a73413c7273b2123a8564f0f69289356fef91",
        "name": "Delu / WETH",
        "pool_created_at": "2026-04-15T20:16:13Z",
        "fdv_usd": "1281814.714",
        "market_cap_usd": "1281814.71397436",
        "price_change_percentage": {
          "m5": "0.734",
          "m15": "2.53",
          "m30": "2.392",
          "h1": "-1.399",
          "h6": "-2.311",
          "h24": "-13.8"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 8,
            "buyers": 3,
            "sellers": 8
          },
          "m15": {
            "buys": 4,
            "sells": 19,
            "buyers": 4,
            "sellers": 19
          },
          "m30": {
            "buys": 6,
            "sells": 30,
            "buyers": 6,
            "sellers": 30
          },
          "h1": {
            "buys": 11,
            "sells": 46,
            "buyers": 11,
            "sellers": 44
          },
          "h6": {
            "buys": 81,
            "sells": 179,
            "buyers": 56,
            "sellers": 145
          },
          "h24": {
            "buys": 971,
            "sells": 1550,
            "buyers": 473,
            "sellers": 662
          }
        },
        "volume_usd": {
          "m5": "675.4054445224",
          "m15": "3679.4939469202",
          "m30": "4265.463776373",
          "h1": "8495.53808592",
          "h6": "44951.4220521318",
          "h24": "647464.290507611"
        },
        "reserve_in_usd": "410652.3736"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x7b0ee9dcb5c1d4d7cd630c652959951936512ba3",
            "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_GAitmexbTrGKytUPJrSGFFCG9J963pNyUbPTaeWSeT5w",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00016828770330548652992836867046251563080492199114167361471",
        "base_token_price_native_currency": "0.00000197678836473748",
        "quote_token_price_usd": "85.225551827779567935229697271110692894368362169",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001976788365",
        "quote_token_price_base_token": "505871.047117784",
        "address": "GAitmexbTrGKytUPJrSGFFCG9J963pNyUbPTaeWSeT5w",
        "name": "memecoins / SOL",
        "pool_created_at": "2026-05-17T17:39:53Z",
        "fdv_usd": "168287.7033",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.887",
          "m15": "-8.368",
          "m30": "7.802",
          "h1": "35.038",
          "h6": "14.464",
          "h24": "372.836"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 11,
            "buyers": 10,
            "sellers": 11
          },
          "m15": {
            "buys": 68,
            "sells": 64,
            "buyers": 52,
            "sellers": 58
          },
          "m30": {
            "buys": 146,
            "sells": 165,
            "buyers": 96,
            "sellers": 111
          },
          "h1": {
            "buys": 351,
            "sells": 382,
            "buyers": 187,
            "sellers": 201
          },
          "h6": {
            "buys": 2071,
            "sells": 1859,
            "buyers": 700,
            "sellers": 730
          },
          "h24": {
            "buys": 38475,
            "sells": 32954,
            "buyers": 7117,
            "sellers": 6609
          }
        },
        "volume_usd": {
          "m5": "1246.7053965217",
          "m15": "8051.8617055567",
          "m30": "20085.5912881126",
          "h1": "52827.5340278272",
          "h6": "247604.367869287",
          "h24": "4093424.2003601"
        },
        "reserve_in_usd": "39724.0558"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_69FVkZNRA3KQK8NeQCWevC7eNfnSeo3rAYtwZkMVpump",
            "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.108641246714220901954686566294919581439006173104076689546794921",
        "base_token_price_native_currency": "0.00127440458617308",
        "quote_token_price_usd": "85.208681571843560153630170549858704813535709901",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.001274404586",
        "quote_token_price_base_token": "784.680164251",
        "address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
        "name": "TROLL / SOL",
        "pool_created_at": "2025-04-20T18:30:26Z",
        "fdv_usd": "108518669.713915",
        "market_cap_usd": "108518669.725768",
        "price_change_percentage": {
          "m5": "-2.017",
          "m15": "-2.683",
          "m30": "-4.635",
          "h1": "-5.895",
          "h6": "-2.165",
          "h24": "-11.201"
        },
        "transactions": {
          "m5": {
            "buys": 51,
            "sells": 9,
            "buyers": 29,
            "sellers": 8
          },
          "m15": {
            "buys": 63,
            "sells": 26,
            "buyers": 35,
            "sellers": 20
          },
          "m30": {
            "buys": 75,
            "sells": 45,
            "buyers": 37,
            "sellers": 32
          },
          "h1": {
            "buys": 99,
            "sells": 105,
            "buyers": 56,
            "sellers": 64
          },
          "h6": {
            "buys": 1000,
            "sells": 638,
            "buyers": 331,
            "sellers": 283
          },
          "h24": {
            "buys": 3901,
            "sells": 2574,
            "buyers": 785,
            "sellers": 786
          }
        },
        "volume_usd": {
          "m5": "39472.7446396072",
          "m15": "46164.9547312338",
          "m30": "72944.7117279498",
          "h1": "110407.485241592",
          "h6": "727857.603420242",
          "h24": "2289345.34152767"
        },
        "reserve_in_usd": "3932571.2392"
      },
      "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": "base_0x92c1a28f375de11f392cdb4148a2c524552f31c9a73eb36619a9032410a5b2cc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000588150323086145",
        "base_token_price_native_currency": "0.00000000275640453987314",
        "quote_token_price_usd": "2144.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000000275640454",
        "quote_token_price_base_token": "362791450.069961",
        "address": "0x92c1a28f375de11f392cdb4148a2c524552f31c9a73eb36619a9032410a5b2cc",
        "name": "CAPACITR / WETH",
        "pool_created_at": "2026-05-17T21:12:13Z",
        "fdv_usd": "591124.7356",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "3.602",
          "m15": "-0.125",
          "m30": "-3.15",
          "h1": "-4.295",
          "h6": "-23.952",
          "h24": "2725.692"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 22,
            "buyers": 7,
            "sellers": 21
          },
          "m15": {
            "buys": 20,
            "sells": 49,
            "buyers": 14,
            "sellers": 39
          },
          "m30": {
            "buys": 42,
            "sells": 91,
            "buyers": 32,
            "sellers": 70
          },
          "h1": {
            "buys": 108,
            "sells": 204,
            "buyers": 80,
            "sellers": 143
          },
          "h6": {
            "buys": 787,
            "sells": 1187,
            "buyers": 410,
            "sellers": 606
          },
          "h24": {
            "buys": 5424,
            "sells": 8205,
            "buyers": 1915,
            "sellers": 1959
          }
        },
        "volume_usd": {
          "m5": "4047.3719648866",
          "m15": "9062.1825075134",
          "m30": "15227.5979248156",
          "h1": "41393.5590263338",
          "h6": "328869.772250556",
          "h24": "2995645.98155752"
        },
        "reserve_in_usd": "226058.9456"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x65f8152809dd1fc0d5d8a345c9008d37b95f9ba3",
            "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_0x84771828f44fcfbaae08e271ff74e272cc2934a3348ec724a475941185ce4eb9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000210024257790829",
        "base_token_price_native_currency": "0.00000000979398894763288",
        "quote_token_price_usd": "1547.16242567797",
        "quote_token_price_native_currency": "0.721482930432456",
        "base_token_price_quote_token": "0.00000001357480341",
        "quote_token_price_base_token": "73665891.8332588",
        "address": "0x84771828f44fcfbaae08e271ff74e272cc2934a3348ec724a475941185ce4eb9",
        "name": "AUTONO / DIEM",
        "pool_created_at": "2026-05-14T03:54:55Z",
        "fdv_usd": "2100242.578",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-0.046",
          "m15": "-2.367",
          "m30": "-6.596",
          "h1": "-6.15",
          "h6": "-17.789",
          "h24": "11.06"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 0,
            "sells": 14,
            "buyers": 0,
            "sellers": 7
          },
          "m30": {
            "buys": 2,
            "sells": 30,
            "buyers": 2,
            "sellers": 19
          },
          "h1": {
            "buys": 8,
            "sells": 42,
            "buyers": 7,
            "sellers": 27
          },
          "h6": {
            "buys": 79,
            "sells": 232,
            "buyers": 58,
            "sellers": 123
          },
          "h24": {
            "buys": 848,
            "sells": 1463,
            "buyers": 349,
            "sellers": 483
          }
        },
        "volume_usd": {
          "m5": "67.4175461123",
          "m15": "1718.9652634711",
          "m30": "9298.3289059533",
          "h1": "16353.1907563571",
          "h6": "110991.093192093",
          "h24": "780994.567843736"
        },
        "reserve_in_usd": "1223031.1298"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xb3d7e0c3c39a1d3f1b304663065a2f83ddf56d8e",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0xf4d97f2da56e8c3098f3a8d538db630a2606a024",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x5116773e18a9c7bb03ebb961b38678e45e238923",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000538989794486147",
        "base_token_price_native_currency": "0.0000000251390711361862",
        "quote_token_price_usd": "2144.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000002513907114",
        "quote_token_price_base_token": "39778717.1444278",
        "address": "0x5116773e18a9c7bb03ebb961b38678e45e238923",
        "name": "DRB / WETH 1%",
        "pool_created_at": "2025-03-07T09:58:57Z",
        "fdv_usd": "5320290.01048583",
        "market_cap_usd": "5391199.501",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "-0.496",
          "h1": "-0.204",
          "h6": "-8.12",
          "h24": "-8.05"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m30": {
            "buys": 6,
            "sells": 5,
            "buyers": 5,
            "sellers": 5
          },
          "h1": {
            "buys": 11,
            "sells": 11,
            "buyers": 10,
            "sellers": 10
          },
          "h6": {
            "buys": 53,
            "sells": 83,
            "buyers": 44,
            "sellers": 55
          },
          "h24": {
            "buys": 348,
            "sells": 388,
            "buyers": 217,
            "sellers": 195
          }
        },
        "volume_usd": {
          "m5": "1.2312642895",
          "m15": "1.2312642895",
          "m30": "518.7712087332",
          "h1": "1709.1551994882",
          "h6": "38063.6346026226",
          "h24": "242057.378046221"
        },
        "reserve_in_usd": "766492.0494"
      },
      "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": "solana_DZxWcyPpTyr2NTfmEN2xAUSCb77t1ZLpkg63PbpbKmbC",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00209782246329109041646743620111601088446085430504873749858737035",
        "base_token_price_native_currency": "0.0000246155634208166",
        "quote_token_price_usd": "85.225499267557290982662625784122358864034093055",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002461556342",
        "quote_token_price_base_token": "40624.7049033349",
        "address": "DZxWcyPpTyr2NTfmEN2xAUSCb77t1ZLpkg63PbpbKmbC",
        "name": "SPCX / SOL",
        "pool_created_at": "2026-04-01T17:58:50Z",
        "fdv_usd": "2097874.94898176",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.499",
          "m15": "5.495",
          "m30": "13.867",
          "h1": "11.751",
          "h6": "-11.039",
          "h24": "23.043"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 6,
            "buyers": 3,
            "sellers": 5
          },
          "m15": {
            "buys": 45,
            "sells": 78,
            "buyers": 34,
            "sellers": 67
          },
          "m30": {
            "buys": 82,
            "sells": 120,
            "buyers": 59,
            "sellers": 101
          },
          "h1": {
            "buys": 150,
            "sells": 186,
            "buyers": 110,
            "sellers": 156
          },
          "h6": {
            "buys": 1265,
            "sells": 987,
            "buyers": 675,
            "sellers": 653
          },
          "h24": {
            "buys": 6902,
            "sells": 6492,
            "buyers": 2172,
            "sellers": 2187
          }
        },
        "volume_usd": {
          "m5": "1360.7747410561",
          "m15": "10921.2557603681",
          "m30": "21391.1073719206",
          "h1": "36361.3560465045",
          "h6": "213219.564729707",
          "h24": "1399849.38495745"
        },
        "reserve_in_usd": "154993.1468"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_E6ifp2mJy8cYQehUGUtFvrXriRKxRuonLmrvTFypump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Reti supportate

Ampia copertura su più blockchain

Ricevi i prezzi delle criptovalute e i dati di mercato da oltre 200+ reti, dalle principali blockchain a nuovi lanci.icevi

Perché i progetti Web3 utilizzano CoinGecko

"L'API DEX di CoinGecko ci fornisce una fonte veloce, altamente accurata e robusta di dati sui prezzi DEX. Offre un'ampia copertura di dati, è facile da usare e altamente affidabile. L'API DEX di CoinGecko è diventata uno dei nostri numerosi feed fondamentali per i prezzi DEX utilizzata da Supra per aggregare i dati degli exchange decentralizzati (DEX)."
"L'API DEX di CoinGecko è diventata parte integrante del nostro processo di sviluppo, e gestisce abilmente numerose attività minori che semplicemente non siamo in grado di gestire. Questo ha snellito in modo significativo il nostro flusso di lavoro, permettendoci di concentrarci sullo sviluppo core"
"L'API DEX di CoinGecko ha un'ampia copertura, supporta il maggior numero di blockchain ed èaltamente disponibile"

Domande frequenti

Potenzia il tuo progetto con l'API CoinGecko

Sblocca più possibilità con dati affidabili, accurati e completi sui prezzi delle criptovalute.
Non perdere neanche un aggiornamento!
Iscriviti alla nostra newsletter API per ricevere le ultime notizie sui prodotti, gli aggiornamenti sugli endpoint e i contenuti stimolanti della community.
Nuovo portafoglio
Icona e nome
Seleziona valuta
Valute suggerite
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
Valute fiat
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
Criptovalute
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
Unità in Bitcoin
BITS
Bits
SATS
Satoshi
Beni indifferenziati
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Seleziona lingua
Lingue popolari
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
Tutte le lingue
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
繁體中文
Ti diamo il benvenuto su CoinGecko
Bentornato.
Accedi o registrati in pochi secondi
o
Accedi con . Non sei tu?
Password dimenticata?
Non hai ricevuto le istruzioni per la conferma?
Invia di nuovo le istruzioni per la conferma
La password deve contenere almeno 8 caratteri, compresa una maiuscola, 1 minuscola, 1 numero e 1 carattere speciale
Continuando, confermi di avere letto e di accettare integralmente Termini del servizio e Politica sulla privacy.
Ricevi avvisi sui prezzi con l'app CoinGecko
Password dimenticata?
Riceverai un messaggio email con le istruzioni per reimpostare la tua password entro qualche minuto.
Invia di nuovo le istruzioni per la conferma
Riceverai un messaggio email con le istruzioni per confermare il tuo account entro qualche minuto.
Scarica l'app CoinGecko.
Scansiona questo codice QR per scaricare l'app ora App QR Code Oppure dai un'occhiata nell'app store
Aggiungi NFT
Segui l'indirizzo del wallet
Incolla
Visualizziamo solo le risorse dalle reti supportate.
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
Accesso di sola lettura
Recuperiamo solo dati pubblici. Nessuna chiave privata, nessuna firma, non apportiamo nessuna modifica al tuo wallet.
Crea portafoglio
Seleziona icona
💎
🔥
👀
🚀
💰
🦍
🌱
💩
🌙
🪂
💚
CoinGecko
Meglio sull'app
Avvisi sui prezzi in tempo reale e un'esperienza più veloce e fluida.
Hai raggiunto il limite.
I portafogli ospiti sono limitati a 10 valute. Registrati o accedi per mantenere le valute elencate di seguito.