Monete: 18.025
Exchange: 1.481
Cap. di mercato: 2,504T $ 3.8%
Volume in 24 ore: 130,737B $
Gas: 0.127 GWEI
Premium

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.
35M+
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.00170031010469",
      "base_token_price_native_currency": "0.000463916399978891",
      "quote_token_price_usd": "2149.10825519965",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0004639164",
      "quote_token_price_base_token": "2155.560786481",
      "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": "4317663582.10938",
      "market_cap_usd": "4309664490.94291",
      "price_change_percentage": {
        "m5": "0.162",
        "m15": "0.421",
        "m30": "0.118",
        "h1": "-0.123",
        "h6": "0.195",
        "h24": "0.076"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 1,
          "buyers": 1,
          "sellers": 1
        },
        "m15": {
          "buys": 7,
          "sells": 3,
          "buyers": 7,
          "sellers": 3
        },
        "m30": {
          "buys": 9,
          "sells": 6,
          "buyers": 8,
          "sellers": 3
        },
        "h1": {
          "buys": 19,
          "sells": 20,
          "buyers": 14,
          "sellers": 13
        },
        "h6": {
          "buys": 141,
          "sells": 111,
          "buyers": 58,
          "sellers": 51
        },
        "h24": {
          "buys": 885,
          "sells": 841,
          "buyers": 258,
          "sellers": 223
        }
      },
      "volume_usd": {
        "m5": "691.1515955435",
        "m15": "2538.2610196266",
        "m30": "4321.9048665671",
        "h1": "7810.1602000504",
        "h6": "65458.0060271373",
        "h24": "573268.127180083"
      },
      "reserve_in_usd": "1119394.6284",
      "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_Dx5wFoszXvND6XYYAjAjUQrGLqDAUrTVH2JmHz6eJDNt",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00191926762309143444293968723483089214950742809667101708427243072",
        "base_token_price_native_currency": "0.0000212608189185475",
        "quote_token_price_usd": "91.251065107490404486295827077274369427281249696",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002126081892",
        "quote_token_price_base_token": "47034.8768705057",
        "address": "Dx5wFoszXvND6XYYAjAjUQrGLqDAUrTVH2JmHz6eJDNt",
        "name": "LOL / SOL",
        "pool_created_at": "2026-03-18T23:57:45Z",
        "fdv_usd": "1926809.24017548",
        "market_cap_usd": "1926809.24114395",
        "price_change_percentage": {
          "m5": "1.871",
          "m15": "-6.475",
          "m30": "-6.468",
          "h1": "-4.483",
          "h6": "9.139",
          "h24": "-28.015"
        },
        "transactions": {
          "m5": {
            "buys": 34,
            "sells": 22,
            "buyers": 32,
            "sellers": 22
          },
          "m15": {
            "buys": 66,
            "sells": 45,
            "buyers": 58,
            "sellers": 44
          },
          "m30": {
            "buys": 159,
            "sells": 125,
            "buyers": 138,
            "sellers": 108
          },
          "h1": {
            "buys": 369,
            "sells": 282,
            "buyers": 316,
            "sellers": 229
          },
          "h6": {
            "buys": 2138,
            "sells": 1926,
            "buyers": 1648,
            "sellers": 1276
          },
          "h24": {
            "buys": 10032,
            "sells": 9282,
            "buyers": 5654,
            "sellers": 4981
          }
        },
        "volume_usd": {
          "m5": "10314.6730362737",
          "m15": "19176.5774454736",
          "m30": "44239.5987248415",
          "h1": "99215.767712306",
          "h6": "650263.723022977",
          "h24": "2663533.07607306"
        },
        "reserve_in_usd": "131306.9432"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_34q2KmCvapecJgR6ZrtbCTrzZVtkt3a5mHEA3TuEsWYb",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9oi7WqyBR7sycw5zSVFisej9S5HaZd7KxQt6mPErhroQ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000023913055614831375498118179853739367177046741078283176787061969",
        "base_token_price_native_currency": "0.0000000262434239701497",
        "quote_token_price_usd": "91.39093216466456595362559005426438001847224177",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000002624342397",
        "quote_token_price_base_token": "38104783.931298",
        "address": "9oi7WqyBR7sycw5zSVFisej9S5HaZd7KxQt6mPErhroQ",
        "name": "PISSER / SOL",
        "pool_created_at": "2026-03-23T06:50:51Z",
        "fdv_usd": "2391.305561",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "-1.469",
          "h1": "-1.469",
          "h6": "-3.802",
          "h24": "-93.29"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m30": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "h1": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "h6": {
            "buys": 4,
            "sells": 12,
            "buyers": 4,
            "sellers": 12
          },
          "h24": {
            "buys": 28162,
            "sells": 28154,
            "buyers": 17852,
            "sellers": 15828
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.1602699016",
          "m30": "10.0300526871",
          "h1": "10.0300526871",
          "h6": "65.2582861147",
          "h24": "794760.553853375"
        },
        "reserve_in_usd": "4162.9008"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5xiAT4osdQ6aLvNcPw4sQA4VQbbtETVvDkDiK6zWpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_A6KHMiFzn9AM7VKBtVP4fZNY9bCo2jP63R9dphaW1vrq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.013106676758714372189465747114546638440472130110198150821164274",
        "base_token_price_native_currency": "0.00014431364766788",
        "quote_token_price_usd": "91.262766177616635088741845952512761271572334652",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001443136477",
        "quote_token_price_base_token": "6929.351562795",
        "address": "A6KHMiFzn9AM7VKBtVP4fZNY9bCo2jP63R9dphaW1vrq",
        "name": "Punch / SOL",
        "pool_created_at": "2026-02-05T09:01:05Z",
        "fdv_usd": "13104707.8272836",
        "market_cap_usd": "13104707.8272837",
        "price_change_percentage": {
          "m5": "0.204",
          "m15": "15.26",
          "m30": "15.25",
          "h1": "17.906",
          "h6": "25.428",
          "h24": "44.809"
        },
        "transactions": {
          "m5": {
            "buys": 163,
            "sells": 180,
            "buyers": 93,
            "sellers": 90
          },
          "m15": {
            "buys": 1466,
            "sells": 1540,
            "buyers": 440,
            "sellers": 442
          },
          "m30": {
            "buys": 1505,
            "sells": 1592,
            "buyers": 460,
            "sellers": 468
          },
          "h1": {
            "buys": 1564,
            "sells": 1640,
            "buyers": 486,
            "sellers": 490
          },
          "h6": {
            "buys": 3677,
            "sells": 4019,
            "buyers": 1079,
            "sellers": 1049
          },
          "h24": {
            "buys": 9784,
            "sells": 10274,
            "buyers": 2710,
            "sellers": 2395
          }
        },
        "volume_usd": {
          "m5": "60744.2090170265",
          "m15": "562848.347708588",
          "m30": "574158.547280581",
          "h1": "596737.460590192",
          "h6": "1342058.59785093",
          "h24": "3507050.04778629"
        },
        "reserve_in_usd": "722426.0531"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_NV2RYH954cTJ3ckFUpvfqaQXU4ARqqDH3562nFSpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_46Y1ioz65PjY3hgbX95pDdQPZrwuTbpJRSEhEQVJcrsL",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000491867909243259491427311130776541338810033125599320647631666745",
        "base_token_price_native_currency": "0.00000539027609407119",
        "quote_token_price_usd": "91.250967605215917776387992876275320441338318377",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005390276094",
        "quote_token_price_base_token": "185519.254032258",
        "address": "46Y1ioz65PjY3hgbX95pDdQPZrwuTbpJRSEhEQVJcrsL",
        "name": "FML / SOL",
        "pool_created_at": "2026-03-17T07:01:41Z",
        "fdv_usd": "486746.891081285",
        "market_cap_usd": "486746.891081285",
        "price_change_percentage": {
          "m5": "-1.029",
          "m15": "-9.027",
          "m30": "-13.853",
          "h1": "-4.877",
          "h6": "9.966",
          "h24": "-11.435"
        },
        "transactions": {
          "m5": {
            "buys": 3279,
            "sells": 23,
            "buyers": 3277,
            "sellers": 12
          },
          "m15": {
            "buys": 9358,
            "sells": 83,
            "buyers": 9336,
            "sellers": 42
          },
          "m30": {
            "buys": 9683,
            "sells": 136,
            "buyers": 9633,
            "sellers": 65
          },
          "h1": {
            "buys": 9954,
            "sells": 360,
            "buyers": 9731,
            "sellers": 152
          },
          "h6": {
            "buys": 11466,
            "sells": 1731,
            "buyers": 10101,
            "sellers": 533
          },
          "h24": {
            "buys": 28102,
            "sells": 6357,
            "buyers": 22549,
            "sellers": 1736
          }
        },
        "volume_usd": {
          "m5": "2473.4952677188",
          "m15": "10674.7708979429",
          "m30": "16230.6393960228",
          "h1": "46050.4303468003",
          "h6": "241969.821679452",
          "h24": "875579.874183672"
        },
        "reserve_in_usd": "65726.2668"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3BHhMXMyyGGzLcTk6u5iJwTcV7eEGG9bWJrTKUttpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_EgpJVVi6pBFhbmso2vu93EA7HmW74Tjs3E1cjPtMsUUc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00213540936710993982304896971148751924545859451544409192986067737",
        "base_token_price_native_currency": "0.0000229641632327295",
        "quote_token_price_usd": "91.250967605215917776387992876275320441338318377",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002296416323",
        "quote_token_price_base_token": "43546.1109497235",
        "address": "EgpJVVi6pBFhbmso2vu93EA7HmW74Tjs3E1cjPtMsUUc",
        "name": "7 / SOL",
        "pool_created_at": "2026-03-23T14:54:37Z",
        "fdv_usd": "2125077.604",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.921",
          "m15": "3.793",
          "m30": "-12.792",
          "h1": "-9.813",
          "h6": "-19.456",
          "h24": "5563.962"
        },
        "transactions": {
          "m5": {
            "buys": 118,
            "sells": 141,
            "buyers": 88,
            "sellers": 79
          },
          "m15": {
            "buys": 659,
            "sells": 611,
            "buyers": 288,
            "sellers": 234
          },
          "m30": {
            "buys": 1210,
            "sells": 876,
            "buyers": 451,
            "sellers": 390
          },
          "h1": {
            "buys": 2289,
            "sells": 1607,
            "buyers": 708,
            "sellers": 657
          },
          "h6": {
            "buys": 25742,
            "sells": 22314,
            "buyers": 5771,
            "sellers": 5240
          },
          "h24": {
            "buys": 50469,
            "sells": 47383,
            "buyers": 10683,
            "sellers": 8497
          }
        },
        "volume_usd": {
          "m5": "35586.0590707689",
          "m15": "128530.981272314",
          "m30": "201886.917221716",
          "h1": "386848.155382371",
          "h6": "5908825.39859417",
          "h24": "10631660.0730336"
        },
        "reserve_in_usd": "142132.6669"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_84cAEWqiDsV5xXh6CB69Hi3HcnumBbdjH4THfyorpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HJAqvquMLHxcx7BYwDixukJM4zYBaTDG69uDWbo18zv",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0017693785272609059878768423930441696430294481935752172780543248",
        "base_token_price_native_currency": "0.000019320347123066",
        "quote_token_price_usd": "91.335429610755258885632828367506126814557578652",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001932034712",
        "quote_token_price_base_token": "51758.904414617",
        "address": "HJAqvquMLHxcx7BYwDixukJM4zYBaTDG69uDWbo18zv",
        "name": "CHIBI / SOL",
        "pool_created_at": "2026-03-19T09:42:39Z",
        "fdv_usd": "1769297.72324431",
        "market_cap_usd": "1769297.72324436",
        "price_change_percentage": {
          "m5": "0.705",
          "m15": "-3.741",
          "m30": "-2.614",
          "h1": "3.34",
          "h6": "-12.789",
          "h24": "-46.694"
        },
        "transactions": {
          "m5": {
            "buys": 19,
            "sells": 4,
            "buyers": 14,
            "sellers": 3
          },
          "m15": {
            "buys": 65,
            "sells": 36,
            "buyers": 44,
            "sellers": 32
          },
          "m30": {
            "buys": 126,
            "sells": 75,
            "buyers": 76,
            "sellers": 57
          },
          "h1": {
            "buys": 221,
            "sells": 220,
            "buyers": 128,
            "sellers": 160
          },
          "h6": {
            "buys": 2312,
            "sells": 1395,
            "buyers": 849,
            "sellers": 749
          },
          "h24": {
            "buys": 9242,
            "sells": 6252,
            "buyers": 2532,
            "sellers": 2523
          }
        },
        "volume_usd": {
          "m5": "1140.0813234525",
          "m15": "7352.7410965125",
          "m30": "13597.5176889086",
          "h1": "33626.9429098387",
          "h6": "368656.713700466",
          "h24": "1674439.99251797"
        },
        "reserve_in_usd": "145891.742"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2TpMjYXnrgxoeVCq2i6EAR8vNWqe5MNvHCz3bENNpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HPYfjtFeVNRTmLmihSrnS4ibEXSUiqduMQCzAo2iGgth",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000058973660899724608120897146632341154824298188726278937142923709",
        "base_token_price_native_currency": "0.000000634342219467063",
        "quote_token_price_usd": "91.263051523738273994701922446075822430861953138",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000006343422195",
        "quote_token_price_base_token": "1576436.14016444",
        "address": "HPYfjtFeVNRTmLmihSrnS4ibEXSUiqduMQCzAo2iGgth",
        "name": "one / SOL",
        "pool_created_at": "2026-03-22T14:44:41Z",
        "fdv_usd": "58796.7405285917",
        "market_cap_usd": "58796.7405285917",
        "price_change_percentage": {
          "m5": "-2.108",
          "m15": "-18.433",
          "m30": "-25.983",
          "h1": "-19.115",
          "h6": "-69.046",
          "h24": "-88.956"
        },
        "transactions": {
          "m5": {
            "buys": 21,
            "sells": 15,
            "buyers": 13,
            "sellers": 15
          },
          "m15": {
            "buys": 86,
            "sells": 61,
            "buyers": 62,
            "sellers": 52
          },
          "m30": {
            "buys": 123,
            "sells": 97,
            "buyers": 87,
            "sellers": 80
          },
          "h1": {
            "buys": 220,
            "sells": 196,
            "buyers": 128,
            "sellers": 152
          },
          "h6": {
            "buys": 1901,
            "sells": 1531,
            "buyers": 569,
            "sellers": 733
          },
          "h24": {
            "buys": 20974,
            "sells": 14938,
            "buyers": 4242,
            "sellers": 4677
          }
        },
        "volume_usd": {
          "m5": "1131.3486200043",
          "m15": "6343.2477346637",
          "m30": "9973.6303424602",
          "h1": "16599.3782573318",
          "h6": "132201.759752461",
          "h24": "2013231.45056581"
        },
        "reserve_in_usd": "24382.2661"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3mecmcGqs4q9RMzFKZFZTBEcbtA7SPFKPKb9kDvxpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6qz7THwQvcjF3HyDGLuKaLBUk6EyJKeZXZMWLAeiwfjd",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.238574946628798087072827017378630915084054288371571350355627128",
        "base_token_price_native_currency": "0.0026131079761297",
        "quote_token_price_usd": "1.0001642556984757507134822451996032407145612103454129555715212",
        "quote_token_price_native_currency": "0.0109591709476781",
        "base_token_price_quote_token": "0.238440297",
        "quote_token_price_base_token": "4.1939219687",
        "address": "6qz7THwQvcjF3HyDGLuKaLBUk6EyJKeZXZMWLAeiwfjd",
        "name": "BP / USDC",
        "pool_created_at": "2026-03-23T12:39:55Z",
        "fdv_usd": "238574946.414968",
        "market_cap_usd": "59643736.65",
        "price_change_percentage": {
          "m5": "3.173",
          "m15": "4.664",
          "m30": "7.299",
          "h1": "9.994",
          "h6": "-0.92",
          "h24": "-7.003"
        },
        "transactions": {
          "m5": {
            "buys": 44,
            "sells": 6,
            "buyers": 17,
            "sellers": 5
          },
          "m15": {
            "buys": 100,
            "sells": 20,
            "buyers": 29,
            "sellers": 16
          },
          "m30": {
            "buys": 184,
            "sells": 30,
            "buyers": 42,
            "sellers": 23
          },
          "h1": {
            "buys": 247,
            "sells": 138,
            "buyers": 63,
            "sellers": 47
          },
          "h6": {
            "buys": 901,
            "sells": 841,
            "buyers": 178,
            "sellers": 155
          },
          "h24": {
            "buys": 2425,
            "sells": 2643,
            "buyers": 517,
            "sellers": 428
          }
        },
        "volume_usd": {
          "m5": "11637.705937516",
          "m15": "27611.4112313536",
          "m30": "54173.6355755427",
          "h1": "106908.715461978",
          "h6": "507563.295363208",
          "h24": "1915517.26458719"
        },
        "reserve_in_usd": "520363.2874"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BPxxfRCXkUVhig4HS1Lh7kZqV6SPJhzfEk4x6fVBjPCy",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9nyEdXGwdwQCP2M88kiMbMa83xz72i9CrV7co8B4qZz9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000850456612231827737179340899983099486889873040221708904455786581",
        "base_token_price_native_currency": "0.000000933778030572927",
        "quote_token_price_usd": "91.251043452167810099839287757992646693715509377",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000009337780306",
        "quote_token_price_base_token": "1070918.32026337",
        "address": "9nyEdXGwdwQCP2M88kiMbMa83xz72i9CrV7co8B4qZz9",
        "name": "PIXEL / SOL",
        "pool_created_at": "2026-03-23T01:07:35Z",
        "fdv_usd": "85781.65028",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-8.126",
          "m15": "11.028",
          "m30": "1.796",
          "h1": "8.078",
          "h6": "-34.236",
          "h24": "188.98"
        },
        "transactions": {
          "m5": {
            "buys": 19,
            "sells": 16,
            "buyers": 16,
            "sellers": 16
          },
          "m15": {
            "buys": 49,
            "sells": 41,
            "buyers": 40,
            "sellers": 35
          },
          "m30": {
            "buys": 99,
            "sells": 79,
            "buyers": 71,
            "sellers": 64
          },
          "h1": {
            "buys": 266,
            "sells": 187,
            "buyers": 178,
            "sellers": 131
          },
          "h6": {
            "buys": 1239,
            "sells": 1110,
            "buyers": 584,
            "sellers": 563
          },
          "h24": {
            "buys": 21086,
            "sells": 18286,
            "buyers": 5520,
            "sellers": 4947
          }
        },
        "volume_usd": {
          "m5": "1100.4920373131",
          "m15": "4285.5378251491",
          "m30": "7355.1813238691",
          "h1": "24942.3670901543",
          "h6": "123245.037772872",
          "h24": "2685965.36184969"
        },
        "reserve_in_usd": "52716.1717"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4ybr1NZzY4AfXwFFi7SPbNEjVP6eMbxqGPazgqmZbonk",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xcece56fd6eb8fcbc6c45af8181bfe71ea6057770630490cac36dbbc4aa27a4a6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000140728330587738",
        "base_token_price_native_currency": "0.0000000066627936727785",
        "quote_token_price_usd": "2148.49",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000006662793673",
        "quote_token_price_base_token": "150087193.017187",
        "address": "0xcece56fd6eb8fcbc6c45af8181bfe71ea6057770630490cac36dbbc4aa27a4a6",
        "name": "ROBOTMONEY / WETH",
        "pool_created_at": "2026-03-12T18:27:37Z",
        "fdv_usd": "1407283.30094466",
        "market_cap_usd": "1407283.306",
        "price_change_percentage": {
          "m5": "-1.693",
          "m15": "-1.693",
          "m30": "-0.951",
          "h1": "-1.797",
          "h6": "-4.494",
          "h24": "19.84"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m30": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "h1": {
            "buys": 8,
            "sells": 6,
            "buyers": 8,
            "sellers": 6
          },
          "h6": {
            "buys": 72,
            "sells": 71,
            "buyers": 51,
            "sellers": 53
          },
          "h24": {
            "buys": 509,
            "sells": 318,
            "buyers": 217,
            "sellers": 218
          }
        },
        "volume_usd": {
          "m5": "1904.7302625188",
          "m15": "1904.7302625188",
          "m30": "1926.0244695188",
          "h1": "3230.7500454176",
          "h6": "32478.1590111837",
          "h24": "219832.653351024"
        },
        "reserve_in_usd": "492132.7272"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x65021a79aeef22b17cdc1b768f5e79a8618beba3",
            "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_F7xLfRezvqitRySqnEiZ1QUAf55chqhJmW22dJ7PModv",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000746153956702342531711111412104850603748273127699323395240183197",
        "base_token_price_native_currency": "0.00000817119844983418",
        "quote_token_price_usd": "91.346068314497954829302117289134858892306212849",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000817119845",
        "quote_token_price_base_token": "122381.068840678",
        "address": "F7xLfRezvqitRySqnEiZ1QUAf55chqhJmW22dJ7PModv",
        "name": "PERP / SOL",
        "pool_created_at": "2026-03-16T21:52:05Z",
        "fdv_usd": "746137.522085666",
        "market_cap_usd": "746137.522085666",
        "price_change_percentage": {
          "m5": "-1.288",
          "m15": "4.085",
          "m30": "14.28",
          "h1": "4.976",
          "h6": "11.745",
          "h24": "596.104"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 10,
            "buyers": 6,
            "sellers": 8
          },
          "m15": {
            "buys": 15,
            "sells": 59,
            "buyers": 13,
            "sellers": 57
          },
          "m30": {
            "buys": 34,
            "sells": 94,
            "buyers": 28,
            "sellers": 80
          },
          "h1": {
            "buys": 138,
            "sells": 142,
            "buyers": 107,
            "sellers": 113
          },
          "h6": {
            "buys": 1264,
            "sells": 1177,
            "buyers": 509,
            "sellers": 573
          },
          "h24": {
            "buys": 9277,
            "sells": 7120,
            "buyers": 2080,
            "sellers": 2010
          }
        },
        "volume_usd": {
          "m5": "1014.7981038655",
          "m15": "5739.6233305433",
          "m30": "11960.632536855",
          "h1": "24520.9604376154",
          "h6": "213523.248083634",
          "h24": "1512762.49204545"
        },
        "reserve_in_usd": "79753.2386"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5UCNsNY2oHDB7i2m8bW7nKJXxRoh5WS4N4xKmUB2pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x933477eba23726ca95a957cb85dbb1957267ef85",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000105435531389603",
        "base_token_price_native_currency": "0.000000000164732826320132",
        "quote_token_price_usd": "638.44",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000001647328263",
        "quote_token_price_base_token": "6070435518.76333",
        "address": "0x933477eba23726ca95a957cb85dbb1957267ef85",
        "name": "WKC / WBNB",
        "pool_created_at": "2022-03-20T15:33:50Z",
        "fdv_usd": "56905256.41143",
        "market_cap_usd": "56905441.3645049",
        "price_change_percentage": {
          "m5": "-0.153",
          "m15": "0.327",
          "m30": "-0.758",
          "h1": "-1.742",
          "h6": "0.73",
          "h24": "7.557"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m15": {
            "buys": 15,
            "sells": 6,
            "buyers": 13,
            "sellers": 4
          },
          "m30": {
            "buys": 30,
            "sells": 12,
            "buyers": 22,
            "sellers": 8
          },
          "h1": {
            "buys": 89,
            "sells": 32,
            "buyers": 47,
            "sellers": 21
          },
          "h6": {
            "buys": 389,
            "sells": 212,
            "buyers": 217,
            "sellers": 134
          },
          "h24": {
            "buys": 1383,
            "sells": 1026,
            "buyers": 795,
            "sellers": 514
          }
        },
        "volume_usd": {
          "m5": "89.8311224789",
          "m15": "399.044150272",
          "m30": "3681.5624892596",
          "h1": "9133.109350078",
          "h6": "45490.3598028369",
          "h24": "169436.407104795"
        },
        "reserve_in_usd": "1264845.9363"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x6ec90334d89dbdc89e08a133271be3d104128edb",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xba9d9445e0abdb6764ad6923feb04f12e863a616",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00250972177330432",
        "base_token_price_native_currency": "0.00000116465281107629",
        "quote_token_price_usd": "2149.35",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001164652811",
        "quote_token_price_base_token": "858624.982904451",
        "address": "0xba9d9445e0abdb6764ad6923feb04f12e863a616",
        "name": "DEAD / WETH 1%",
        "pool_created_at": "2025-11-16T10:28:45Z",
        "fdv_usd": "226176.488980446",
        "market_cap_usd": "229470.469306861",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.222",
          "m30": "0.222",
          "h1": "0.222",
          "h6": "-0.063",
          "h24": "-16.947"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 2,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "h1": {
            "buys": 2,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "h6": {
            "buys": 27,
            "sells": 39,
            "buyers": 22,
            "sellers": 30
          },
          "h24": {
            "buys": 268,
            "sells": 265,
            "buyers": 192,
            "sellers": 197
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "58.9028865325",
          "m30": "58.9028865325",
          "h1": "58.9028865325",
          "h6": "4555.7630195367",
          "h24": "28534.9383533402"
        },
        "reserve_in_usd": "45381.7195"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xf0197f10ea542a67914ecc0ec5304dc9df1faf6f",
            "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_8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.073333033143581142112194466810071157060948676",
        "base_token_price_native_currency": "0.000803017948103579",
        "quote_token_price_usd": "91.326349469848128681297667406",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0008030179481",
        "quote_token_price_base_token": "1245.302178316",
        "address": "8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
        "name": "pippin / SOL",
        "pool_created_at": "2024-11-09T20:27:41Z",
        "fdv_usd": "73328414.0226201",
        "market_cap_usd": "73328414.0263142",
        "price_change_percentage": {
          "m5": "1.364",
          "m15": "2.274",
          "m30": "-0.07",
          "h1": "1.526",
          "h6": "-17.025",
          "h24": "-18.845"
        },
        "transactions": {
          "m5": {
            "buys": 118,
            "sells": 69,
            "buyers": 37,
            "sellers": 25
          },
          "m15": {
            "buys": 330,
            "sells": 189,
            "buyers": 77,
            "sellers": 46
          },
          "m30": {
            "buys": 540,
            "sells": 562,
            "buyers": 109,
            "sellers": 80
          },
          "h1": {
            "buys": 1066,
            "sells": 1032,
            "buyers": 161,
            "sellers": 107
          },
          "h6": {
            "buys": 5331,
            "sells": 4436,
            "buyers": 478,
            "sellers": 349
          },
          "h24": {
            "buys": 13263,
            "sells": 11760,
            "buyers": 1004,
            "sellers": 875
          }
        },
        "volume_usd": {
          "m5": "46796.7741693878",
          "m15": "135862.720998962",
          "m30": "294550.753664805",
          "h1": "579260.623580741",
          "h6": "2826348.43657442",
          "h24": "6929541.43458402"
        },
        "reserve_in_usd": "6194635.7851"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_CSRJSQ5daTA9sehZAboPQYAJqbptJgzQ2e7aGduWzQ8U",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000728021004542004605697129619424910288814434604204462997863615048",
        "base_token_price_native_currency": "0.00000807681436894411",
        "quote_token_price_usd": "91.335429610755258885632828367506126814557578652",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000008076814369",
        "quote_token_price_base_token": "123811.190194623",
        "address": "CSRJSQ5daTA9sehZAboPQYAJqbptJgzQ2e7aGduWzQ8U",
        "name": "Optimistic / SOL",
        "pool_created_at": "2026-03-19T05:08:49Z",
        "fdv_usd": "736563.0983",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.574",
          "m15": "0.247",
          "m30": "-0.612",
          "h1": "-6.481",
          "h6": "-23.817",
          "h24": "-34.075"
        },
        "transactions": {
          "m5": {
            "buys": 29,
            "sells": 47,
            "buyers": 15,
            "sellers": 23
          },
          "m15": {
            "buys": 114,
            "sells": 98,
            "buyers": 55,
            "sellers": 53
          },
          "m30": {
            "buys": 178,
            "sells": 141,
            "buyers": 76,
            "sellers": 78
          },
          "h1": {
            "buys": 351,
            "sells": 227,
            "buyers": 146,
            "sellers": 121
          },
          "h6": {
            "buys": 2691,
            "sells": 2034,
            "buyers": 683,
            "sellers": 775
          },
          "h24": {
            "buys": 12208,
            "sells": 10958,
            "buyers": 2385,
            "sellers": 2743
          }
        },
        "volume_usd": {
          "m5": "5797.7854410156",
          "m15": "16936.6786501028",
          "m30": "23697.0063902888",
          "h1": "39118.6364073428",
          "h6": "298817.534139953",
          "h24": "1600871.1052982"
        },
        "reserve_in_usd": "89148.4987"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2pjcq9k2X5oSArNKiVeQ2ENB63eJt8pwCabciGQGpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_D9X9LrXBKwknT9vsp4CGCrHwmb1cAcFyT2esb46dchDJ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000175908264356000364400872313160289603822659990322212071380714819",
        "base_token_price_native_currency": "0.000000191169749941379",
        "quote_token_price_usd": "91.267267244500890925945836581238989935341288871",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001911697499",
        "quote_token_price_base_token": "5230953.12049445",
        "address": "D9X9LrXBKwknT9vsp4CGCrHwmb1cAcFyT2esb46dchDJ",
        "name": "ChibiBeast / SOL",
        "pool_created_at": "2026-03-23T05:06:54Z",
        "fdv_usd": "17590.82644",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "6.795",
          "m15": "0.389",
          "m30": "45.614",
          "h1": "-90.84",
          "h6": "-95.178",
          "h24": "-59.276"
        },
        "transactions": {
          "m5": {
            "buys": 17,
            "sells": 13,
            "buyers": 11,
            "sellers": 12
          },
          "m15": {
            "buys": 64,
            "sells": 52,
            "buyers": 38,
            "sellers": 38
          },
          "m30": {
            "buys": 172,
            "sells": 115,
            "buyers": 92,
            "sellers": 77
          },
          "h1": {
            "buys": 2165,
            "sells": 1922,
            "buyers": 522,
            "sellers": 1005
          },
          "h6": {
            "buys": 10956,
            "sells": 7916,
            "buyers": 2615,
            "sellers": 2145
          },
          "h24": {
            "buys": 61935,
            "sells": 37190,
            "buyers": 11516,
            "sellers": 8594
          }
        },
        "volume_usd": {
          "m5": "413.0676813595",
          "m15": "1569.9829315427",
          "m30": "4344.065448984",
          "h1": "295934.251851706",
          "h6": "1561222.29631552",
          "h24": "9882627.38654561"
        },
        "reserve_in_usd": "13711.0473"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Eeu8L2XkkJM9RtNtg8KTvgBNEu2UGctd2WYhRYX2pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000401483270777966",
        "base_token_price_native_currency": "0.00000019093460739969",
        "quote_token_price_usd": "2147.44",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001909346074",
        "quote_token_price_base_token": "5237395.21933112",
        "address": "0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
        "name": "BNKR / WETH 1%",
        "pool_created_at": "2024-12-03T04:44:53Z",
        "fdv_usd": "38928785.1237896",
        "market_cap_usd": "40148327.08",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.975",
          "m30": "-1.975",
          "h1": "0.148",
          "h6": "-2.799",
          "h24": "0.599"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 13,
            "sells": 5,
            "buyers": 3,
            "sellers": 2
          },
          "m30": {
            "buys": 13,
            "sells": 5,
            "buyers": 3,
            "sellers": 2
          },
          "h1": {
            "buys": 13,
            "sells": 7,
            "buyers": 3,
            "sellers": 4
          },
          "h6": {
            "buys": 32,
            "sells": 39,
            "buyers": 5,
            "sellers": 6
          },
          "h24": {
            "buys": 215,
            "sells": 253,
            "buyers": 45,
            "sellers": 53
          }
        },
        "volume_usd": {
          "m5": "1715.9182147191",
          "m15": "7225.8916580847",
          "m30": "7225.8916580847",
          "h1": "7226.4376617494",
          "h6": "10086.6882103643",
          "h24": "96478.7675379544"
        },
        "reserve_in_usd": "2469464.3903"
      },
      "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": "solana_DpLwcLqh24iERYFhZpacLjzjm4bobisucg3msQViaFnj",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000327819475408702719802641615567704650303954900765906060212302818",
        "base_token_price_native_currency": "0.00000354972986044124",
        "quote_token_price_usd": "91.251147311175449227354550626694953235125371134",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000354972986",
        "quote_token_price_base_token": "281711.577870801",
        "address": "DpLwcLqh24iERYFhZpacLjzjm4bobisucg3msQViaFnj",
        "name": "TERAFAB / SOL",
        "pool_created_at": "2026-03-14T13:42:53Z",
        "fdv_usd": "324382.3341",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.006",
          "m15": "-0.478",
          "m30": "2.701",
          "h1": "2.262",
          "h6": "19.521",
          "h24": "-18.599"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 6,
            "buyers": 3,
            "sellers": 6
          },
          "m15": {
            "buys": 10,
            "sells": 10,
            "buyers": 8,
            "sellers": 10
          },
          "m30": {
            "buys": 18,
            "sells": 18,
            "buyers": 16,
            "sellers": 18
          },
          "h1": {
            "buys": 48,
            "sells": 46,
            "buyers": 39,
            "sellers": 46
          },
          "h6": {
            "buys": 471,
            "sells": 617,
            "buyers": 285,
            "sellers": 424
          },
          "h24": {
            "buys": 5585,
            "sells": 5063,
            "buyers": 1960,
            "sellers": 2289
          }
        },
        "volume_usd": {
          "m5": "348.3432625059",
          "m15": "792.3779325208",
          "m30": "1572.8021052834",
          "h1": "6618.3167075437",
          "h6": "69322.3804358223",
          "h24": "826896.080413381"
        },
        "reserve_in_usd": "62726.724"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_EncFm8nRh1VBwcRmGugTUzoGsC1n2srWesKDkiMAYWLt",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x7f51bbf34156ba802deb0e38b7671dc4fa32041d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0153034293580634",
        "base_token_price_native_currency": "0.0000239791247813478",
        "quote_token_price_usd": "638.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002397912478",
        "quote_token_price_base_token": "41702.9399162163",
        "address": "0x7f51bbf34156ba802deb0e38b7671dc4fa32041d",
        "name": "$BANANA / WBNB 0.01%",
        "pool_created_at": "2024-11-18T09:00:01Z",
        "fdv_usd": "152365163.285348",
        "market_cap_usd": "153206018.8",
        "price_change_percentage": {
          "m5": "0.869",
          "m15": "0.568",
          "m30": "0.118",
          "h1": "0.26",
          "h6": "2.521",
          "h24": "10.299"
        },
        "transactions": {
          "m5": {
            "buys": 110,
            "sells": 110,
            "buyers": 54,
            "sellers": 50
          },
          "m15": {
            "buys": 348,
            "sells": 336,
            "buyers": 118,
            "sellers": 111
          },
          "m30": {
            "buys": 542,
            "sells": 533,
            "buyers": 148,
            "sellers": 134
          },
          "h1": {
            "buys": 1029,
            "sells": 1066,
            "buyers": 196,
            "sellers": 191
          },
          "h6": {
            "buys": 5428,
            "sells": 5821,
            "buyers": 433,
            "sellers": 456
          },
          "h24": {
            "buys": 35048,
            "sells": 37742,
            "buyers": 1445,
            "sellers": 1463
          }
        },
        "volume_usd": {
          "m5": "76951.7180961116",
          "m15": "302020.769960307",
          "m30": "472234.239084389",
          "h1": "853255.624857169",
          "h6": "4192801.32284007",
          "h24": "27866327.2304707"
        },
        "reserve_in_usd": "5241602.7382"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x3d4f0513e8a29669b960f9dbca61861548a9a760",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DqAfrGV2GBxpGRsq6Xk1z9ojRncqgLeeVPaKg5bCc24Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000000375622799784211875135980710820150731444078950633946854489704924",
        "base_token_price_native_currency": "0.0000000000413388994444934",
        "quote_token_price_usd": "91.251064332696390280930191666816667426258694647",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000000004133889944",
        "quote_token_price_base_token": "24190290826.2645",
        "address": "DqAfrGV2GBxpGRsq6Xk1z9ojRncqgLeeVPaKg5bCc24Z",
        "name": "$HACHI / SOL",
        "pool_created_at": "2025-11-27T15:01:04Z",
        "fdv_usd": "3678894.87239256",
        "market_cap_usd": "3678894.87239256",
        "price_change_percentage": {
          "m5": "1.083",
          "m15": "-0.171",
          "m30": "0.541",
          "h1": "-1.746",
          "h6": "-7.443",
          "h24": "65.299"
        },
        "transactions": {
          "m5": {
            "buys": 15,
            "sells": 2,
            "buyers": 12,
            "sellers": 2
          },
          "m15": {
            "buys": 37,
            "sells": 20,
            "buyers": 27,
            "sellers": 13
          },
          "m30": {
            "buys": 53,
            "sells": 48,
            "buyers": 35,
            "sellers": 24
          },
          "h1": {
            "buys": 114,
            "sells": 128,
            "buyers": 76,
            "sellers": 53
          },
          "h6": {
            "buys": 1310,
            "sells": 1094,
            "buyers": 436,
            "sellers": 294
          },
          "h24": {
            "buys": 5246,
            "sells": 5288,
            "buyers": 1450,
            "sellers": 1028
          }
        },
        "volume_usd": {
          "m5": "302.3436298363",
          "m15": "944.4226399124",
          "m30": "1608.1142107775",
          "h1": "5503.2391739549",
          "h6": "48579.3990952433",
          "h24": "295420.63209342"
        },
        "reserve_in_usd": "88859.0113"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_x95HN3DWvbfCBtTjGm587z8suK3ec6cwQwgZNLbWKyp",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "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.
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
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.