Monete: 17.413
Exchange: 1.468
Cap. di mercato: 2,784T $ 0.2%
Volume in 24 ore: 89,752B $
Gas: 0.131 GWEI
Rimuovi annunci

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ù importante 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": "0.997094002417053",
      "base_token_price_native_currency": "0.000435880274579512",
      "quote_token_price_usd": "2287.50523217388",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0004358802746",
      "quote_token_price_base_token": "2294.207970215",
      "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": "4382996406.86167",
      "market_cap_usd": "4386553486.87191",
      "price_change_percentage": {
        "m5": "-0.026",
        "m15": "-0.022",
        "m30": "-0.168",
        "h1": "-0.182",
        "h6": "-0.172",
        "h24": "-0.083"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 2,
          "buyers": 0,
          "sellers": 2
        },
        "m15": {
          "buys": 3,
          "sells": 5,
          "buyers": 3,
          "sellers": 4
        },
        "m30": {
          "buys": 14,
          "sells": 9,
          "buyers": 12,
          "sellers": 7
        },
        "h1": {
          "buys": 26,
          "sells": 22,
          "buyers": 19,
          "sellers": 14
        },
        "h6": {
          "buys": 87,
          "sells": 86,
          "buyers": 52,
          "sellers": 55
        },
        "h24": {
          "buys": 369,
          "sells": 487,
          "buyers": 200,
          "sellers": 237
        }
      },
      "volume_usd": {
        "m5": "961.0178264737",
        "m15": "2738.6280395268",
        "m30": "9280.9083426531",
        "h1": "22683.875495341",
        "h6": "67707.5821807017",
        "h24": "456390.809398775"
      },
      "reserve_in_usd": "2080383.7488",
      "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": "solana_FzbYhPcoCuA2qSrV1s3j38RcQhP6c943p3KHYb6C5rCq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00658430013571772698728350907669942615689762149631100401915814577",
        "base_token_price_native_currency": "0.0000695832263673333",
        "quote_token_price_usd": "95.241759379696678418113413795758701149855507571",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006958322637",
        "quote_token_price_base_token": "14371.2795770772",
        "address": "FzbYhPcoCuA2qSrV1s3j38RcQhP6c943p3KHYb6C5rCq",
        "name": "RKC / SOL",
        "pool_created_at": "2026-05-11T21:13:06Z",
        "fdv_usd": "6600509.532",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.286",
          "m15": "-2.813",
          "m30": "2.651",
          "h1": "-10.112",
          "h6": "-29.476",
          "h24": "28.712"
        },
        "transactions": {
          "m5": {
            "buys": 23,
            "sells": 18,
            "buyers": 20,
            "sellers": 17
          },
          "m15": {
            "buys": 77,
            "sells": 75,
            "buyers": 59,
            "sellers": 64
          },
          "m30": {
            "buys": 241,
            "sells": 270,
            "buyers": 150,
            "sellers": 178
          },
          "h1": {
            "buys": 935,
            "sells": 576,
            "buyers": 357,
            "sellers": 377
          },
          "h6": {
            "buys": 9580,
            "sells": 8300,
            "buyers": 2675,
            "sellers": 2938
          },
          "h24": {
            "buys": 61077,
            "sells": 53575,
            "buyers": 11948,
            "sellers": 12058
          }
        },
        "volume_usd": {
          "m5": "5627.97547619",
          "m15": "18893.8775277343",
          "m30": "61050.4364176957",
          "h1": "157153.586779618",
          "h6": "2558507.60424486",
          "h24": "17659724.6801621"
        },
        "reserve_in_usd": "350307.0035"
      },
      "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_69vfYvsbZcgfbKiqQwSXmUHaqT2A1zuXYvWZAvzpQHVM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000360994155774235477830827862494575266076774621948280764464665822",
        "base_token_price_native_currency": "0.00000379979193466706",
        "quote_token_price_usd": "95.255501317936004385683354664769337697345207097",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003799791935",
        "quote_token_price_base_token": "263172.304482409",
        "address": "69vfYvsbZcgfbKiqQwSXmUHaqT2A1zuXYvWZAvzpQHVM",
        "name": "GAYTES / SOL",
        "pool_created_at": "2026-05-08T12:02:11Z",
        "fdv_usd": "366954.103620842",
        "market_cap_usd": "366954.103620842",
        "price_change_percentage": {
          "m5": "-3.023",
          "m15": "-6.532",
          "m30": "-7.15",
          "h1": "-14.241",
          "h6": "-24.438",
          "h24": "-5.566"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 6,
            "buyers": 8,
            "sellers": 5
          },
          "m15": {
            "buys": 40,
            "sells": 12,
            "buyers": 30,
            "sellers": 10
          },
          "m30": {
            "buys": 53,
            "sells": 20,
            "buyers": 37,
            "sellers": 16
          },
          "h1": {
            "buys": 103,
            "sells": 54,
            "buyers": 61,
            "sellers": 45
          },
          "h6": {
            "buys": 3813,
            "sells": 1542,
            "buyers": 1912,
            "sellers": 1136
          },
          "h24": {
            "buys": 18548,
            "sells": 9605,
            "buyers": 3583,
            "sellers": 3363
          }
        },
        "volume_usd": {
          "m5": "1148.0157612139",
          "m15": "3236.9181591661",
          "m30": "3929.7471236735",
          "h1": "9471.2514543466",
          "h6": "110104.811226523",
          "h24": "1083076.71536905"
        },
        "reserve_in_usd": "74162.8593"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HSznAnNhSFgyRWiZh4m7pBmtjHsSLi4Dbmjp18zppump",
            "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.000144473227859672",
        "base_token_price_native_currency": "0.0000000652348527992355",
        "quote_token_price_usd": "2291.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000652348528",
        "quote_token_price_base_token": "15329229.0407639",
        "address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
        "name": "GITLAWB / WETH",
        "pool_created_at": "2026-03-11T02:00:07Z",
        "fdv_usd": "14447322.79",
        "market_cap_usd": "14447322.79",
        "price_change_percentage": {
          "m5": "-2.64",
          "m15": "-2.362",
          "m30": "-3.947",
          "h1": "-1.38",
          "h6": "19.04",
          "h24": "96.665"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 20,
            "sells": 4,
            "buyers": 16,
            "sellers": 4
          },
          "m30": {
            "buys": 33,
            "sells": 15,
            "buyers": 29,
            "sellers": 12
          },
          "h1": {
            "buys": 65,
            "sells": 29,
            "buyers": 52,
            "sellers": 23
          },
          "h6": {
            "buys": 365,
            "sells": 519,
            "buyers": 224,
            "sellers": 330
          },
          "h24": {
            "buys": 1179,
            "sells": 1113,
            "buyers": 614,
            "sellers": 592
          }
        },
        "volume_usd": {
          "m5": "7975.3540505437",
          "m15": "20354.1268026219",
          "m30": "28465.4330412272",
          "h1": "62155.4210800729",
          "h6": "857798.35162827",
          "h24": "2035937.25636684"
        },
        "reserve_in_usd": "3781328.9699"
      },
      "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_4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.09930009101677821194487514636072591128803889735462663309087996",
        "base_token_price_native_currency": "0.00104143144262832",
        "quote_token_price_usd": "95.319460717303778336974999160796981009707462232",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.001041431443",
        "quote_token_price_base_token": "960.216831438",
        "address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
        "name": "TROLL / SOL",
        "pool_created_at": "2025-04-20T18:30:26Z",
        "fdv_usd": "99188973.1305543",
        "market_cap_usd": "99188973.226226",
        "price_change_percentage": {
          "m5": "-0.207",
          "m15": "-3.052",
          "m30": "-2.326",
          "h1": "2.323",
          "h6": "4.411",
          "h24": "-8.081"
        },
        "transactions": {
          "m5": {
            "buys": 39,
            "sells": 10,
            "buyers": 24,
            "sellers": 5
          },
          "m15": {
            "buys": 141,
            "sells": 39,
            "buyers": 72,
            "sellers": 28
          },
          "m30": {
            "buys": 167,
            "sells": 56,
            "buyers": 93,
            "sellers": 41
          },
          "h1": {
            "buys": 269,
            "sells": 156,
            "buyers": 152,
            "sellers": 94
          },
          "h6": {
            "buys": 1393,
            "sells": 1322,
            "buyers": 562,
            "sellers": 521
          },
          "h24": {
            "buys": 10655,
            "sells": 8994,
            "buyers": 2294,
            "sellers": 2305
          }
        },
        "volume_usd": {
          "m5": "18392.4388068969",
          "m15": "99218.2735567303",
          "m30": "121015.405365035",
          "h1": "219263.028476",
          "h6": "1525611.39656584",
          "h24": "10452794.5236697"
        },
        "reserve_in_usd": "3914512.3649"
      },
      "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.00525857552313129738038956733256216786909468102624238464512031837",
        "base_token_price_native_currency": "0.000055161102475485",
        "quote_token_price_usd": "95.255500804917456230797051330147781607357326177",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005516110248",
        "quote_token_price_base_token": "18128.716706567",
        "address": "4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
        "name": "HANTA / SOL",
        "pool_created_at": "2026-05-03T21:27:40Z",
        "fdv_usd": "5257836.79326276",
        "market_cap_usd": "5257836.79326276",
        "price_change_percentage": {
          "m5": "-0.737",
          "m15": "-3.254",
          "m30": "-8.199",
          "h1": "-12.823",
          "h6": "54.412",
          "h24": "47.606"
        },
        "transactions": {
          "m5": {
            "buys": 35,
            "sells": 10,
            "buyers": 29,
            "sellers": 9
          },
          "m15": {
            "buys": 64,
            "sells": 78,
            "buyers": 55,
            "sellers": 67
          },
          "m30": {
            "buys": 304,
            "sells": 193,
            "buyers": 204,
            "sellers": 156
          },
          "h1": {
            "buys": 661,
            "sells": 391,
            "buyers": 331,
            "sellers": 280
          },
          "h6": {
            "buys": 9752,
            "sells": 9236,
            "buyers": 2646,
            "sellers": 2773
          },
          "h24": {
            "buys": 14468,
            "sells": 13608,
            "buyers": 3897,
            "sellers": 4067
          }
        },
        "volume_usd": {
          "m5": "3054.110850455",
          "m15": "10745.6136492265",
          "m30": "46671.4769947675",
          "h1": "105541.763509191",
          "h6": "2900657.22188443",
          "h24": "4005437.55609002"
        },
        "reserve_in_usd": "329199.8364"
      },
      "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": "eth_0x7dfc9dd51638573a812b39d33eded20df468e7bc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00753336383237256",
        "base_token_price_native_currency": "0.00000330285956166735",
        "quote_token_price_usd": "2287.67392134824",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003302859562",
        "quote_token_price_base_token": "302767.944361273",
        "address": "0x7dfc9dd51638573a812b39d33eded20df468e7bc",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2024-09-10T10:05:35Z",
        "fdv_usd": "7533352.81053169",
        "market_cap_usd": "7533363.832",
        "price_change_percentage": {
          "m5": "-0.944",
          "m15": "1.618",
          "m30": "1.508",
          "h1": "13.775",
          "h6": "16.175",
          "h24": "27.565"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 4
          },
          "m15": {
            "buys": 5,
            "sells": 18,
            "buyers": 5,
            "sellers": 13
          },
          "m30": {
            "buys": 13,
            "sells": 27,
            "buyers": 11,
            "sellers": 19
          },
          "h1": {
            "buys": 40,
            "sells": 69,
            "buyers": 37,
            "sellers": 37
          },
          "h6": {
            "buys": 113,
            "sells": 133,
            "buyers": 93,
            "sellers": 81
          },
          "h24": {
            "buys": 899,
            "sells": 734,
            "buyers": 514,
            "sellers": 400
          }
        },
        "volume_usd": {
          "m5": "1100.3529482854",
          "m15": "9366.7406513853",
          "m30": "19313.8095372581",
          "h1": "49321.6697894545",
          "h6": "100763.732242338",
          "h24": "1026115.23491758"
        },
        "reserve_in_usd": "454800.0989"
      },
      "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": "base_0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000206477658916185",
        "base_token_price_native_currency": "0.0000000900573709787308",
        "quote_token_price_usd": "2291.41",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000009005737098",
        "quote_token_price_base_token": "11104032.7863465",
        "address": "0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
        "name": "LFI / WETH",
        "pool_created_at": "2026-05-01T16:42:23Z",
        "fdv_usd": "21069407.11",
        "market_cap_usd": "13273700.9198487",
        "price_change_percentage": {
          "m5": "0.157",
          "m15": "1.093",
          "m30": "-0.878",
          "h1": "-2.305",
          "h6": "10.443",
          "h24": "-9.295"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 5,
            "sells": 9,
            "buyers": 5,
            "sellers": 9
          },
          "m30": {
            "buys": 5,
            "sells": 16,
            "buyers": 5,
            "sellers": 15
          },
          "h1": {
            "buys": 6,
            "sells": 26,
            "buyers": 6,
            "sellers": 22
          },
          "h6": {
            "buys": 248,
            "sells": 400,
            "buyers": 115,
            "sellers": 196
          },
          "h24": {
            "buys": 1328,
            "sells": 1843,
            "buyers": 475,
            "sellers": 717
          }
        },
        "volume_usd": {
          "m5": "463.1376293783",
          "m15": "3832.122783032",
          "m30": "7570.3019083105",
          "h1": "10651.7920783937",
          "h6": "160414.819030099",
          "h24": "787294.482133657"
        },
        "reserve_in_usd": "1162030.669"
      },
      "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_0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000155797078318945",
        "base_token_price_native_currency": "0.00000000665322939940131",
        "quote_token_price_usd": "2291.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000006653229399",
        "quote_token_price_base_token": "150302949.134744",
        "address": "0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
        "name": "aeon / WETH",
        "pool_created_at": "2026-03-10T22:01:31Z",
        "fdv_usd": "1557970.783",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.249",
          "m15": "1.528",
          "m30": "-3.004",
          "h1": "-2.227",
          "h6": "13.479",
          "h24": "106.945"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 5,
            "sells": 6,
            "buyers": 4,
            "sellers": 6
          },
          "m30": {
            "buys": 11,
            "sells": 17,
            "buyers": 9,
            "sellers": 16
          },
          "h1": {
            "buys": 40,
            "sells": 26,
            "buyers": 31,
            "sellers": 25
          },
          "h6": {
            "buys": 311,
            "sells": 186,
            "buyers": 182,
            "sellers": 130
          },
          "h24": {
            "buys": 2897,
            "sells": 1964,
            "buyers": 1132,
            "sellers": 916
          }
        },
        "volume_usd": {
          "m5": "1214.7183569563",
          "m15": "2103.2551782261",
          "m30": "11121.9365723081",
          "h1": "34668.6530382908",
          "h6": "181570.397739289",
          "h24": "2215736.16374261"
        },
        "reserve_in_usd": "682361.7345"
      },
      "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": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00154667265476234417669922721102316576898430334502886597890450182",
        "base_token_price_native_currency": "0.0000161472321764893",
        "quote_token_price_usd": "95.255648162909483781801157441333743935629453894",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001614723218",
        "quote_token_price_base_token": "61930.1183676556",
        "address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
        "name": "WORLDCUP / SOL",
        "pool_created_at": "2026-05-11T20:38:31Z",
        "fdv_usd": "1546672.655",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.938",
          "m15": "-4.31",
          "m30": "-1.633",
          "h1": "-1.746",
          "h6": "16.945",
          "h24": "3502.01"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 6,
            "buyers": 7,
            "sellers": 5
          },
          "m15": {
            "buys": 50,
            "sells": 32,
            "buyers": 33,
            "sellers": 29
          },
          "m30": {
            "buys": 133,
            "sells": 92,
            "buyers": 79,
            "sellers": 74
          },
          "h1": {
            "buys": 362,
            "sells": 251,
            "buyers": 194,
            "sellers": 182
          },
          "h6": {
            "buys": 3253,
            "sells": 2756,
            "buyers": 1413,
            "sellers": 1446
          },
          "h24": {
            "buys": 24421,
            "sells": 18701,
            "buyers": 7925,
            "sellers": 5995
          }
        },
        "volume_usd": {
          "m5": "1223.2700326333",
          "m15": "4764.3735056048",
          "m30": "14944.8666087624",
          "h1": "45116.5015244673",
          "h6": "663596.159609713",
          "h24": "4689735.60105946"
        },
        "reserve_in_usd": "113428.7257"
      },
      "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_0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.316502646232692",
        "base_token_price_native_currency": "0.000138078063370373",
        "quote_token_price_usd": "2292.08",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001380780634",
        "quote_token_price_base_token": "7242.280023277",
        "address": "0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
        "name": "POD / ETH 1%",
        "pool_created_at": "2026-03-02T17:54:15Z",
        "fdv_usd": "158240912.549975",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "3.824",
          "m15": "6.605",
          "m30": "9.071",
          "h1": "10.959",
          "h6": "20.729",
          "h24": "19.355"
        },
        "transactions": {
          "m5": {
            "buys": 22,
            "sells": 5,
            "buyers": 16,
            "sellers": 5
          },
          "m15": {
            "buys": 90,
            "sells": 11,
            "buyers": 39,
            "sellers": 11
          },
          "m30": {
            "buys": 168,
            "sells": 23,
            "buyers": 54,
            "sellers": 21
          },
          "h1": {
            "buys": 225,
            "sells": 49,
            "buyers": 68,
            "sellers": 40
          },
          "h6": {
            "buys": 910,
            "sells": 210,
            "buyers": 196,
            "sellers": 115
          },
          "h24": {
            "buys": 4499,
            "sells": 1113,
            "buyers": 552,
            "sellers": 378
          }
        },
        "volume_usd": {
          "m5": "29817.1753898892",
          "m15": "72482.89145755",
          "m30": "137135.0948292",
          "h1": "174718.996822102",
          "h6": "892243.82350781",
          "h24": "3876483.59330237"
        },
        "reserve_in_usd": "3849759.9563"
      },
      "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": "base_0x336ad40640593281d9c519fa0994986817fce079a0c493ea08f7ed9cac55ff19",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000144542296848776",
        "base_token_price_native_currency": "0.00000000645472021424448",
        "quote_token_price_usd": "2292.08",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000006454720214",
        "quote_token_price_base_token": "154925382.790902",
        "address": "0x336ad40640593281d9c519fa0994986817fce079a0c493ea08f7ed9cac55ff19",
        "name": "HermesOS / WETH",
        "pool_created_at": "2026-04-13T20:49:25Z",
        "fdv_usd": "1441607.835",
        "market_cap_usd": "1441607.835",
        "price_change_percentage": {
          "m5": "-0.894",
          "m15": "0.072",
          "m30": "-6.696",
          "h1": "-12.134",
          "h6": "11.632",
          "h24": "56.01"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 5,
            "sells": 7,
            "buyers": 5,
            "sellers": 7
          },
          "m30": {
            "buys": 7,
            "sells": 27,
            "buyers": 7,
            "sellers": 22
          },
          "h1": {
            "buys": 26,
            "sells": 73,
            "buyers": 24,
            "sellers": 56
          },
          "h6": {
            "buys": 163,
            "sells": 329,
            "buyers": 98,
            "sellers": 190
          },
          "h24": {
            "buys": 769,
            "sells": 1191,
            "buyers": 397,
            "sellers": 565
          }
        },
        "volume_usd": {
          "m5": "8087.8520973214",
          "m15": "10379.6913592334",
          "m30": "17973.8373557206",
          "h1": "32648.5985963217",
          "h6": "162755.667541166",
          "h24": "571236.693236352"
        },
        "reserve_in_usd": "493670.0241"
      },
      "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": "solana_VCRvsrGNycLHKspffE2dNw1vpFPwA8xQPKbgJeiftVV",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00041397729004920796634189501444116170584436692497070826508432356",
        "base_token_price_native_currency": "0.00000433537765305942",
        "quote_token_price_usd": "95.24176125278410199193356867469055545664585986",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004335377653",
        "quote_token_price_base_token": "230660.413007922",
        "address": "VCRvsrGNycLHKspffE2dNw1vpFPwA8xQPKbgJeiftVV",
        "name": "RoyalPop / SOL",
        "pool_created_at": "2026-05-11T00:23:08Z",
        "fdv_usd": "412986.8273",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.896",
          "m15": "8.974",
          "m30": "3.317",
          "h1": "8.498",
          "h6": "-29.099",
          "h24": "135.093"
        },
        "transactions": {
          "m5": {
            "buys": 23,
            "sells": 11,
            "buyers": 20,
            "sellers": 11
          },
          "m15": {
            "buys": 97,
            "sells": 95,
            "buyers": 67,
            "sellers": 70
          },
          "m30": {
            "buys": 173,
            "sells": 150,
            "buyers": 114,
            "sellers": 105
          },
          "h1": {
            "buys": 276,
            "sells": 275,
            "buyers": 168,
            "sellers": 188
          },
          "h6": {
            "buys": 3914,
            "sells": 3296,
            "buyers": 1421,
            "sellers": 1509
          },
          "h24": {
            "buys": 28377,
            "sells": 24376,
            "buyers": 6949,
            "sellers": 6096
          }
        },
        "volume_usd": {
          "m5": "1781.2804689393",
          "m15": "13371.4137214058",
          "m30": "24109.9392732899",
          "h1": "41595.4697877732",
          "h6": "539082.854149587",
          "h24": "6266496.59207266"
        },
        "reserve_in_usd": "63566.0943"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8TbnsLM72WoHKmVyDqRqEkEuNRGFgA4zbRXQYv6Gpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x83a29b6619907f80e5a47d40f53d4af239a69980f22a08b10f43d357a9f06209",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000122987327320597",
        "base_token_price_native_currency": "0.00000000536540954072575",
        "quote_token_price_usd": "2292.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000005365409541",
        "quote_token_price_base_token": "186379062.475953",
        "address": "0x83a29b6619907f80e5a47d40f53d4af239a69980f22a08b10f43d357a9f06209",
        "name": "MiroShark / WETH",
        "pool_created_at": "2026-03-24T16:48:01Z",
        "fdv_usd": "1229873.273",
        "market_cap_usd": "1229873.273",
        "price_change_percentage": {
          "m5": "0.652",
          "m15": "3.682",
          "m30": "1.371",
          "h1": "0.553",
          "h6": "8.699",
          "h24": "50.457"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m15": {
            "buys": 5,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m30": {
            "buys": 10,
            "sells": 6,
            "buyers": 9,
            "sellers": 6
          },
          "h1": {
            "buys": 46,
            "sells": 18,
            "buyers": 37,
            "sellers": 18
          },
          "h6": {
            "buys": 356,
            "sells": 155,
            "buyers": 269,
            "sellers": 125
          },
          "h24": {
            "buys": 1417,
            "sells": 807,
            "buyers": 733,
            "sellers": 496
          }
        },
        "volume_usd": {
          "m5": "570.1150067619",
          "m15": "986.5701219602",
          "m30": "1351.5328638048",
          "h1": "11472.2898093158",
          "h6": "149594.489285753",
          "h24": "914171.425538829"
        },
        "reserve_in_usd": "519661.2944"
      },
      "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": "solana_4xxM4cdb6MEsCxM52xvYqkNbzvdeWWsPDZrBcTqVGUar",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00446543788273083432471870246207695558723996882",
        "base_token_price_native_currency": "0.0000468559123466272",
        "quote_token_price_usd": "95.299646841507401675243654098",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00004685591235",
        "quote_token_price_base_token": "21342.0238752855",
        "address": "4xxM4cdb6MEsCxM52xvYqkNbzvdeWWsPDZrBcTqVGUar",
        "name": "GIGA / SOL",
        "pool_created_at": "2024-01-04T22:40:41Z",
        "fdv_usd": "43121078.1466754",
        "market_cap_usd": "43122523.5783349",
        "price_change_percentage": {
          "m5": "-0.038",
          "m15": "0.256",
          "m30": "-3.848",
          "h1": "-3.689",
          "h6": "-21.542",
          "h24": "-16.684"
        },
        "transactions": {
          "m5": {
            "buys": 21,
            "sells": 14,
            "buyers": 16,
            "sellers": 6
          },
          "m15": {
            "buys": 104,
            "sells": 62,
            "buyers": 48,
            "sellers": 23
          },
          "m30": {
            "buys": 645,
            "sells": 170,
            "buyers": 142,
            "sellers": 56
          },
          "h1": {
            "buys": 817,
            "sells": 299,
            "buyers": 181,
            "sellers": 116
          },
          "h6": {
            "buys": 4802,
            "sells": 2819,
            "buyers": 616,
            "sellers": 529
          },
          "h24": {
            "buys": 22930,
            "sells": 19301,
            "buyers": 2786,
            "sellers": 1920
          }
        },
        "volume_usd": {
          "m5": "8984.1303490491",
          "m15": "35811.3369308441",
          "m30": "127850.755291254",
          "h1": "181888.178390771",
          "h6": "1487649.34166592",
          "h24": "8037377.44056284"
        },
        "reserve_in_usd": "2135053.3897"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_63LfDmNb3MQ8mw9MtZ2To9bEA2M71kZUUGq5tiJxcqj9",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Q2sPHPdUWFMg7M7wwrQKLrn619cAucfRsmhVJffodSp",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.079931421114827760406921448518289026368286065805821856529900115",
        "base_token_price_native_currency": "0.000843261128678658",
        "quote_token_price_usd": "95.255501317936004385683354664769337697345207097",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0008432611287",
        "quote_token_price_base_token": "1185.8722832",
        "address": "Q2sPHPdUWFMg7M7wwrQKLrn619cAucfRsmhVJffodSp",
        "name": "USELESS / SOL",
        "pool_created_at": "2025-05-10T14:23:18Z",
        "fdv_usd": "79864025.495149",
        "market_cap_usd": "79932321.8534766",
        "price_change_percentage": {
          "m5": "0.772",
          "m15": "0.913",
          "m30": "2.516",
          "h1": "1.839",
          "h6": "3.675",
          "h24": "14.024"
        },
        "transactions": {
          "m5": {
            "buys": 32,
            "sells": 6,
            "buyers": 29,
            "sellers": 5
          },
          "m15": {
            "buys": 46,
            "sells": 32,
            "buyers": 39,
            "sellers": 18
          },
          "m30": {
            "buys": 107,
            "sells": 63,
            "buyers": 58,
            "sellers": 36
          },
          "h1": {
            "buys": 182,
            "sells": 127,
            "buyers": 71,
            "sellers": 53
          },
          "h6": {
            "buys": 935,
            "sells": 875,
            "buyers": 135,
            "sellers": 158
          },
          "h24": {
            "buys": 8912,
            "sells": 7970,
            "buyers": 741,
            "sellers": 723
          }
        },
        "volume_usd": {
          "m5": "5118.2306806734",
          "m15": "13044.3666224076",
          "m30": "22858.8514957612",
          "h1": "41654.3533856644",
          "h6": "220506.388193156",
          "h24": "2327921.45263367"
        },
        "reserve_in_usd": "2378052.3085"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Dz9mQ9NzkBcCsuGPFJ3r1bS4wgqKMHBPiVuniW8Mbonk",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DnAG61iCsCEfsqBeiR9Fcdkq92LayZMYewiSzw3ASWmN",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000129329437415218557220824724972143479799456686018650577101434564",
        "base_token_price_native_currency": "0.0000013498935499781",
        "quote_token_price_usd": "95.348923970472724562917539852815315654032814878",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000134989355",
        "quote_token_price_base_token": "740799.154137912",
        "address": "DnAG61iCsCEfsqBeiR9Fcdkq92LayZMYewiSzw3ASWmN",
        "name": "IDLE / SOL",
        "pool_created_at": "2026-05-11T23:24:49Z",
        "fdv_usd": "129187.447255091",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-2.735",
          "m15": "3.729",
          "m30": "6.542",
          "h1": "0.803",
          "h6": "0.664",
          "h24": "131.836"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 7,
            "buyers": 8,
            "sellers": 6
          },
          "m15": {
            "buys": 18,
            "sells": 11,
            "buyers": 15,
            "sellers": 9
          },
          "m30": {
            "buys": 35,
            "sells": 15,
            "buyers": 25,
            "sellers": 12
          },
          "h1": {
            "buys": 63,
            "sells": 30,
            "buyers": 40,
            "sellers": 23
          },
          "h6": {
            "buys": 473,
            "sells": 335,
            "buyers": 236,
            "sellers": 223
          },
          "h24": {
            "buys": 3124,
            "sells": 2218,
            "buyers": 1076,
            "sellers": 941
          }
        },
        "volume_usd": {
          "m5": "591.0131477819",
          "m15": "957.0705928038",
          "m30": "1394.2046882923",
          "h1": "2660.0519539094",
          "h6": "50751.007817021",
          "h24": "364334.405384849"
        },
        "reserve_in_usd": "30532.0514"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_AjLhrxN2yrCe45Y2KGPMZCkBm6NpN43jWqPkdZq6pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCO9NDT4Il25_4ZpHIOgMAUbRJvpsI9pLzqhD8X7eTVB7X_",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0373720151865389",
        "base_token_price_native_currency": "0.0164084979662379",
        "quote_token_price_usd": "2.3",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01640849797",
        "quote_token_price_base_token": "60.944030469",
        "address": "EQCO9NDT4Il25_4ZpHIOgMAUbRJvpsI9pLzqhD8X7eTVB7X_",
        "name": "UTYA / TON",
        "pool_created_at": "2024-04-11T17:23:13Z",
        "fdv_usd": "36998281.9304254",
        "market_cap_usd": "37372015.19",
        "price_change_percentage": {
          "m5": "-1.961",
          "m15": "-2.18",
          "m30": "1.213",
          "h1": "23.147",
          "h6": "9.223",
          "h24": "2.119"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 6,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "m30": {
            "buys": 7,
            "sells": 8,
            "buyers": 6,
            "sellers": 5
          },
          "h1": {
            "buys": 36,
            "sells": 44,
            "buyers": 23,
            "sellers": 22
          },
          "h6": {
            "buys": 102,
            "sells": 102,
            "buyers": 64,
            "sellers": 55
          },
          "h24": {
            "buys": 286,
            "sells": 183,
            "buyers": 139,
            "sellers": 102
          }
        },
        "volume_usd": {
          "m5": "282.7289918191",
          "m15": "3539.646668196",
          "m30": "8431.5458741727",
          "h1": "75848.3712276014",
          "h6": "189868.590174446",
          "h24": "468130.446134925"
        },
        "reserve_in_usd": "1113188.6817"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBaCgUwOoc6gHCNln_oJzb0mVs79YG7wYoavh-o1ItaneLA",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x99d9b916f55883a88713287677b05a31e436e086",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0434150304938403",
        "base_token_price_native_currency": "0.000019139930365676414576527595181869961765198",
        "quote_token_price_usd": "0.99858047229591",
        "quote_token_price_native_currency": "0.000435789211233121",
        "base_token_price_quote_token": "0.04392015652",
        "quote_token_price_base_token": "22.7685891697",
        "address": "0x99d9b916f55883a88713287677b05a31e436e086",
        "name": "MRDN / USDC 1%",
        "pool_created_at": "2025-09-16T19:33:31Z",
        "fdv_usd": "43415030.49",
        "market_cap_usd": "1167436.94262086",
        "price_change_percentage": {
          "m5": "-1.989",
          "m15": "-7.302",
          "m30": "8.12",
          "h1": "0.516",
          "h6": "7.038",
          "h24": "160.443"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 6,
            "buyers": 4,
            "sellers": 6
          },
          "m30": {
            "buys": 17,
            "sells": 24,
            "buyers": 11,
            "sellers": 22
          },
          "h1": {
            "buys": 23,
            "sells": 46,
            "buyers": 16,
            "sellers": 42
          },
          "h6": {
            "buys": 415,
            "sells": 409,
            "buyers": 229,
            "sellers": 268
          },
          "h24": {
            "buys": 1120,
            "sells": 1037,
            "buyers": 425,
            "sellers": 499
          }
        },
        "volume_usd": {
          "m5": "23.1893742934",
          "m15": "6389.795418564",
          "m30": "20137.2662900994",
          "h1": "31598.6450036458",
          "h6": "460362.035220403",
          "h24": "1119819.32008112"
        },
        "reserve_in_usd": "465351.2442"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xe57e601c06689d3e2bf7db7bebb14b4ff28400c6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x2e6d071f01bc78676088cd022c9a73413c7273b2123a8564f0f69289356fef91",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000442164454533957",
        "base_token_price_native_currency": "0.00000000190263083695316",
        "quote_token_price_usd": "2291.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001902630837",
        "quote_token_price_base_token": "525588033.462856",
        "address": "0x2e6d071f01bc78676088cd022c9a73413c7273b2123a8564f0f69289356fef91",
        "name": "Delu / WETH",
        "pool_created_at": "2026-04-15T20:16:13Z",
        "fdv_usd": "442164.4545",
        "market_cap_usd": "442164.454491157",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "4.749",
          "h1": "4.322",
          "h6": "18.288",
          "h24": "53.651"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m30": {
            "buys": 4,
            "sells": 6,
            "buyers": 4,
            "sellers": 6
          },
          "h1": {
            "buys": 8,
            "sells": 15,
            "buyers": 8,
            "sellers": 14
          },
          "h6": {
            "buys": 129,
            "sells": 200,
            "buyers": 81,
            "sellers": 115
          },
          "h24": {
            "buys": 816,
            "sells": 1202,
            "buyers": 432,
            "sellers": 509
          }
        },
        "volume_usd": {
          "m5": "15.4137336367",
          "m15": "15.4137336367",
          "m30": "1972.3064926855",
          "h1": "2865.3411041758",
          "h6": "52726.8529376384",
          "h24": "329943.472457518"
        },
        "reserve_in_usd": "203540.4792"
      },
      "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_6fNWjfFN6kDKybWK5PFLWqZnpTmoBAswUWvxiG3g5D2D",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.001153100678593366935172939487614527054025504923736024144659174",
        "base_token_price_native_currency": "0.0000120721095707952",
        "quote_token_price_usd": "95.24176125278410199193356867469055545664585986",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001207210957",
        "quote_token_price_base_token": "82835.5635885874",
        "address": "6fNWjfFN6kDKybWK5PFLWqZnpTmoBAswUWvxiG3g5D2D",
        "name": "CATCOIN / SOL",
        "pool_created_at": "2026-04-24T03:45:30Z",
        "fdv_usd": "1152855.9671726",
        "market_cap_usd": "1152855.9671726",
        "price_change_percentage": {
          "m5": "-0.115",
          "m15": "2.499",
          "m30": "16.159",
          "h1": "11.705",
          "h6": "-4.527",
          "h24": "63.785"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 9,
            "buyers": 5,
            "sellers": 8
          },
          "m15": {
            "buys": 23,
            "sells": 42,
            "buyers": 19,
            "sellers": 39
          },
          "m30": {
            "buys": 59,
            "sells": 91,
            "buyers": 30,
            "sellers": 73
          },
          "h1": {
            "buys": 83,
            "sells": 111,
            "buyers": 46,
            "sellers": 87
          },
          "h6": {
            "buys": 869,
            "sells": 829,
            "buyers": 491,
            "sellers": 522
          },
          "h24": {
            "buys": 3593,
            "sells": 3325,
            "buyers": 1256,
            "sellers": 1402
          }
        },
        "volume_usd": {
          "m5": "1670.1334426359",
          "m15": "6425.9469841024",
          "m30": "13683.5462609491",
          "h1": "17996.9872550338",
          "h6": "183933.868387377",
          "h24": "925981.997408161"
        },
        "reserve_in_usd": "117289.7695"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5gTPspC2ricuGWiYQ4Ghausg8fsq7uCrGgSVACatcoin",
            "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.