Monete: 17.336
Exchange: 1.484
Cap. di mercato: 2,224T $ 1.3%
Volume in 24 ore: 104,214B $
Gas: 0.571 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ù grande autorità indipendente al mondo per i dati sulle criptovalute dal 2014.
Dati forniti da
Attendibile dai principali progetti Web3

API di dati DEX on-chain ampia e affidabile

Accedi ai dati del mercato on-chain di vari DEX come Uniswap, PancakeSwap, Orca, Curve e molti altri attraverso le principali reti, con la nostra API di dati DEX affidabile ed estesa.
39M+
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.999069282902759",
      "base_token_price_native_currency": "0.000606050086241657",
      "quote_token_price_usd": "1647.27322989025",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0006060500862",
      "quote_token_price_base_token": "1650.028640704",
      "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": "4211020610.7444",
      "market_cap_usd": "4209874166.73835",
      "price_change_percentage": {
        "m5": "0",
        "m15": "-0.078",
        "m30": "-0.333",
        "h1": "-0.207",
        "h6": "-0.004",
        "h24": "-0.233"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 1,
          "buyers": 0,
          "sellers": 1
        },
        "m15": {
          "buys": 3,
          "sells": 4,
          "buyers": 1,
          "sellers": 4
        },
        "m30": {
          "buys": 5,
          "sells": 10,
          "buyers": 2,
          "sellers": 9
        },
        "h1": {
          "buys": 23,
          "sells": 30,
          "buyers": 11,
          "sellers": 17
        },
        "h6": {
          "buys": 187,
          "sells": 214,
          "buyers": 77,
          "sellers": 88
        },
        "h24": {
          "buys": 644,
          "sells": 774,
          "buyers": 245,
          "sellers": 260
        }
      },
      "volume_usd": {
        "m5": "99.3494529809",
        "m15": "2316.5412604007",
        "m30": "6890.9895621526",
        "h1": "24073.7503024517",
        "h6": "115570.368962331",
        "h24": "375949.745775229"
      },
      "reserve_in_usd": "1207292.6451",
      "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": "eth_0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00226942895267895",
        "base_token_price_native_currency": "0.00000134017796848187",
        "quote_token_price_usd": "1646.6879905771",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001340177968",
        "quote_token_price_base_token": "746169.556221538",
        "address": "0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
        "name": "SPCX / WETH",
        "pool_created_at": "2026-05-25T00:54:11Z",
        "fdv_usd": "2269428.953",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "-6.079",
          "h6": "-2.063",
          "h24": "-56.119"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m30": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "h1": {
            "buys": 26,
            "sells": 8,
            "buyers": 21,
            "sellers": 8
          },
          "h6": {
            "buys": 562,
            "sells": 163,
            "buyers": 326,
            "sellers": 90
          },
          "h24": {
            "buys": 2199,
            "sells": 1054,
            "buyers": 1261,
            "sellers": 406
          }
        },
        "volume_usd": {
          "m5": "2162.9057330174",
          "m15": "2162.9057330174",
          "m30": "2162.9057330174",
          "h1": "20112.0088965397",
          "h6": "368503.049166704",
          "h24": "1350113.0583524"
        },
        "reserve_in_usd": "137965.1186"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xcb891c8f1e3a4d04229e4d871dc27124411d8952",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_AKQyQgEifBBhQmANuKzrRuRGoKSkKBv8NVdccc87FrR8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0079013302570522823992198703080617419492462723441139784206228198",
        "base_token_price_native_currency": "0.00012316562218587",
        "quote_token_price_usd": "1.0010696686648938779824791651577216614779237000570270568427914",
        "quote_token_price_native_currency": "0.0153258748904758",
        "base_token_price_quote_token": "0.008036449669",
        "quote_token_price_base_token": "124.4330570372",
        "address": "AKQyQgEifBBhQmANuKzrRuRGoKSkKBv8NVdccc87FrR8",
        "name": "Jotchua / USDC",
        "pool_created_at": "2026-06-07T05:15:25Z",
        "fdv_usd": "7972481.97948315",
        "market_cap_usd": "7972482.62357628",
        "price_change_percentage": {
          "m5": "-0.02",
          "m15": "5.862",
          "m30": "3.164",
          "h1": "35.57",
          "h6": "39.055",
          "h24": "85.654"
        },
        "transactions": {
          "m5": {
            "buys": 74,
            "sells": 56,
            "buyers": 65,
            "sellers": 52
          },
          "m15": {
            "buys": 361,
            "sells": 314,
            "buyers": 210,
            "sellers": 223
          },
          "m30": {
            "buys": 566,
            "sells": 463,
            "buyers": 292,
            "sellers": 320
          },
          "h1": {
            "buys": 1304,
            "sells": 1148,
            "buyers": 594,
            "sellers": 625
          },
          "h6": {
            "buys": 3846,
            "sells": 3264,
            "buyers": 1430,
            "sellers": 1493
          },
          "h24": {
            "buys": 17372,
            "sells": 14712,
            "buyers": 5046,
            "sellers": 4837
          }
        },
        "volume_usd": {
          "m5": "22980.3111942192",
          "m15": "103174.264559076",
          "m30": "150705.300545211",
          "h1": "394880.586703518",
          "h6": "1127681.17260479",
          "h24": "5037821.30442881"
        },
        "reserve_in_usd": "340732.9401"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BcHEaaTCvycPwwsJ9yQTXdHP9X2gCLkznDbZ8VySpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00329439600129775815714984085170647511490833305790009611514890736",
        "base_token_price_native_currency": "0.0000504545295382268",
        "quote_token_price_usd": "65.298997782234781054651221697816481142193499046",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005045452954",
        "quote_token_price_base_token": "19819.8260721538",
        "address": "5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
        "name": "three / SOL",
        "pool_created_at": "2026-04-29T07:09:01Z",
        "fdv_usd": "3294156.51559864",
        "market_cap_usd": "3294156.52274126",
        "price_change_percentage": {
          "m5": "-0.525",
          "m15": "-0.411",
          "m30": "2.383",
          "h1": "-9.414",
          "h6": "-21.202",
          "h24": "-3.365"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 33,
            "buyers": 5,
            "sellers": 33
          },
          "m15": {
            "buys": 47,
            "sells": 79,
            "buyers": 39,
            "sellers": 69
          },
          "m30": {
            "buys": 108,
            "sells": 128,
            "buyers": 82,
            "sellers": 103
          },
          "h1": {
            "buys": 548,
            "sells": 325,
            "buyers": 348,
            "sellers": 227
          },
          "h6": {
            "buys": 1738,
            "sells": 1204,
            "buyers": 738,
            "sellers": 630
          },
          "h24": {
            "buys": 21270,
            "sells": 10153,
            "buyers": 3711,
            "sellers": 3637
          }
        },
        "volume_usd": {
          "m5": "751.7624771357",
          "m15": "8482.5019164541",
          "m30": "16819.886754999",
          "h1": "90527.6772301882",
          "h6": "325985.558633382",
          "h24": "1195901.72204043"
        },
        "reserve_in_usd": "225459.5518"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FeMbDoX7R1Psc4GEcvJdsbNbZA3bfztcyDCatJVJpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DkG6tErnFkmEeLmxcvXwobZzZQi7vtPkCo6GQvUkf33c",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00081065818245643305754477158105924471035321286319350760330738024",
        "base_token_price_native_currency": "0.0000122694476582707",
        "quote_token_price_usd": "65.319721559396346520606690818237274014677548042",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001226944766",
        "quote_token_price_base_token": "81503.26142236",
        "address": "DkG6tErnFkmEeLmxcvXwobZzZQi7vtPkCo6GQvUkf33c",
        "name": "清正 / SOL",
        "pool_created_at": "2026-03-22T01:59:01Z",
        "fdv_usd": "794849.40720966",
        "market_cap_usd": "794849.484359702",
        "price_change_percentage": {
          "m5": "-2.291",
          "m15": "-15.286",
          "m30": "-12.527",
          "h1": "-14.551",
          "h6": "-29.092",
          "h24": "201.565"
        },
        "transactions": {
          "m5": {
            "buys": 140,
            "sells": 58,
            "buyers": 110,
            "sellers": 52
          },
          "m15": {
            "buys": 331,
            "sells": 143,
            "buyers": 255,
            "sellers": 127
          },
          "m30": {
            "buys": 393,
            "sells": 210,
            "buyers": 292,
            "sellers": 183
          },
          "h1": {
            "buys": 665,
            "sells": 430,
            "buyers": 396,
            "sellers": 340
          },
          "h6": {
            "buys": 4169,
            "sells": 3774,
            "buyers": 1456,
            "sellers": 1756
          },
          "h24": {
            "buys": 18304,
            "sells": 15868,
            "buyers": 4259,
            "sellers": 4109
          }
        },
        "volume_usd": {
          "m5": "10191.0408774062",
          "m15": "31462.990241058",
          "m30": "39558.7695160564",
          "h1": "66749.1061884268",
          "h6": "545197.344498689",
          "h24": "2865051.35814656"
        },
        "reserve_in_usd": "69512.5434"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_ANP1wJHYWYQPfrZvg8FnjduwfBVJhRV3xqKcs3yapump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "65.086776530673429035189586817",
        "base_token_price_native_currency": "1.0",
        "quote_token_price_usd": "0.99751097232667359347519917079727404181802615",
        "quote_token_price_native_currency": "0.0153278485808699",
        "base_token_price_quote_token": "65.240727994",
        "quote_token_price_base_token": "0.01532784858",
        "address": "3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv",
        "name": "SOL / USDC",
        "pool_created_at": "2024-08-07T13:36:00Z",
        "fdv_usd": "1458480277.76932",
        "market_cap_usd": "1458480277.76932",
        "price_change_percentage": {
          "m5": "-0.191",
          "m15": "0.003",
          "m30": "0.545",
          "h1": "0.343",
          "h6": "2.423",
          "h24": "0.678"
        },
        "transactions": {
          "m5": {
            "buys": 50,
            "sells": 81,
            "buyers": 27,
            "sellers": 34
          },
          "m15": {
            "buys": 254,
            "sells": 307,
            "buyers": 85,
            "sellers": 108
          },
          "m30": {
            "buys": 675,
            "sells": 632,
            "buyers": 203,
            "sellers": 178
          },
          "h1": {
            "buys": 1565,
            "sells": 1628,
            "buyers": 407,
            "sellers": 379
          },
          "h6": {
            "buys": 8105,
            "sells": 8902,
            "buyers": 1171,
            "sellers": 1289
          },
          "h24": {
            "buys": 29173,
            "sells": 31566,
            "buyers": 2613,
            "sellers": 2778
          }
        },
        "volume_usd": {
          "m5": "94038.1231423062",
          "m15": "358805.766904341",
          "m30": "703530.993840932",
          "h1": "1541993.07491449",
          "h6": "7808675.03919335",
          "h24": "20587313.195437"
        },
        "reserve_in_usd": "4624735.5116"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00858265144430598090804450167141318416572004541065376161236816",
        "base_token_price_native_currency": "0.000131277007121045",
        "quote_token_price_usd": "65.249223667672758197603643250321774530972817683",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001312770071",
        "quote_token_price_base_token": "7617.480181262",
        "address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
        "name": "WORLDCUP / SOL",
        "pool_created_at": "2026-05-11T20:38:31Z",
        "fdv_usd": "8619301.707",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.228",
          "m15": "-1.419",
          "m30": "-4.864",
          "h1": "-4.022",
          "h6": "10.899",
          "h24": "-2.402"
        },
        "transactions": {
          "m5": {
            "buys": 22,
            "sells": 7,
            "buyers": 21,
            "sellers": 7
          },
          "m15": {
            "buys": 63,
            "sells": 24,
            "buyers": 57,
            "sellers": 24
          },
          "m30": {
            "buys": 225,
            "sells": 103,
            "buyers": 157,
            "sellers": 92
          },
          "h1": {
            "buys": 371,
            "sells": 272,
            "buyers": 252,
            "sellers": 215
          },
          "h6": {
            "buys": 1386,
            "sells": 1352,
            "buyers": 817,
            "sellers": 804
          },
          "h24": {
            "buys": 6577,
            "sells": 5600,
            "buyers": 2958,
            "sellers": 2752
          }
        },
        "volume_usd": {
          "m5": "2174.9121510932",
          "m15": "6801.8342483661",
          "m30": "29940.1606274735",
          "h1": "58085.7965202516",
          "h6": "271414.519736898",
          "h24": "1215345.29281925"
        },
        "reserve_in_usd": "314658.4607"
      },
      "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_0xd9edc75a3a797ec92ca370f19051babebfb2edee",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.178270295780224",
        "base_token_price_native_currency": "0.000108140037662825",
        "quote_token_price_usd": "1648.4",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001081400377",
        "quote_token_price_base_token": "9247.26883412",
        "address": "0xd9edc75a3a797ec92ca370f19051babebfb2edee",
        "name": "KTA / WETH",
        "pool_created_at": "2025-03-05T18:32:49Z",
        "fdv_usd": "178111432.161877",
        "market_cap_usd": "98054561.2398859",
        "price_change_percentage": {
          "m5": "0.761",
          "m15": "1.463",
          "m30": "2.205",
          "h1": "2.213",
          "h6": "2.622",
          "h24": "-12.234"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 16,
            "sells": 5,
            "buyers": 5,
            "sellers": 4
          },
          "m30": {
            "buys": 21,
            "sells": 41,
            "buyers": 7,
            "sellers": 16
          },
          "h1": {
            "buys": 28,
            "sells": 49,
            "buyers": 10,
            "sellers": 17
          },
          "h6": {
            "buys": 162,
            "sells": 249,
            "buyers": 58,
            "sellers": 49
          },
          "h24": {
            "buys": 1017,
            "sells": 1296,
            "buyers": 329,
            "sellers": 267
          }
        },
        "volume_usd": {
          "m5": "3482.3994713966",
          "m15": "15284.1255048681",
          "m30": "50560.6103945918",
          "h1": "53510.9916807173",
          "h6": "165962.456538895",
          "h24": "1388717.77086504"
        },
        "reserve_in_usd": "5291970.3504"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xc0634090f2fe6c6d75e61be2b949464abb498973",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x3122a3fa830e4918d6a9c09bd4769d0d95bf291548e7c7960cd7ccd9e3ac3627",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0842115116555165",
        "base_token_price_native_currency": "0.000141416650724793",
        "quote_token_price_usd": "1.00146414029606",
        "quote_token_price_native_currency": "0.00167901005325196",
        "base_token_price_quote_token": "0.08422620844",
        "quote_token_price_base_token": "11.8727889866",
        "address": "0x3122a3fa830e4918d6a9c09bd4769d0d95bf291548e7c7960cd7ccd9e3ac3627",
        "name": "BTW / USDT 0.007%",
        "pool_created_at": "2026-02-26T08:10:50Z",
        "fdv_usd": "838355936.155727",
        "market_cap_usd": "184438309.88",
        "price_change_percentage": {
          "m5": "-0.912",
          "m15": "-5.713",
          "m30": "-6.396",
          "h1": "-2.729",
          "h6": "0.832",
          "h24": "23.608"
        },
        "transactions": {
          "m5": {
            "buys": 151,
            "sells": 167,
            "buyers": 77,
            "sellers": 101
          },
          "m15": {
            "buys": 642,
            "sells": 692,
            "buyers": 237,
            "sellers": 267
          },
          "m30": {
            "buys": 1262,
            "sells": 1484,
            "buyers": 390,
            "sellers": 411
          },
          "h1": {
            "buys": 2166,
            "sells": 2527,
            "buyers": 523,
            "sellers": 567
          },
          "h6": {
            "buys": 11819,
            "sells": 13157,
            "buyers": 1134,
            "sellers": 1171
          },
          "h24": {
            "buys": 84058,
            "sells": 92870,
            "buyers": 2247,
            "sellers": 2593
          }
        },
        "volume_usd": {
          "m5": "27069.7626640162",
          "m15": "112857.081109477",
          "m30": "222639.368098153",
          "h1": "367939.821848843",
          "h6": "2079395.05908944",
          "h24": "16439296.0381203"
        },
        "reserve_in_usd": "1304544.2518"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x444045b0ee1ee319a660a5e3d604ca0ffa35acaa",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x81944a45b9ad5001c4eb721bf09b33dc381eb73dc3f5750cb98fe584b5e60e72",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000124133357648409",
        "base_token_price_native_currency": "0.0000000215803506777848",
        "quote_token_price_usd": "0.995931322073136",
        "quote_token_price_native_currency": "0.00167391855399959",
        "base_token_price_quote_token": "0.00001289211511",
        "quote_token_price_base_token": "77566.7911514873",
        "address": "0x81944a45b9ad5001c4eb721bf09b33dc381eb73dc3f5750cb98fe584b5e60e72",
        "name": "H / USDT 4%",
        "pool_created_at": "2026-06-09T01:13:51Z",
        "fdv_usd": "1648629.53708234",
        "market_cap_usd": "22683.432861",
        "price_change_percentage": {
          "m5": "2.463",
          "m15": "28.157",
          "m30": "7.652",
          "h1": "114.124",
          "h6": "152.869",
          "h24": "824.627"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 3,
            "buyers": 8,
            "sellers": 3
          },
          "m15": {
            "buys": 114,
            "sells": 24,
            "buyers": 93,
            "sellers": 24
          },
          "m30": {
            "buys": 284,
            "sells": 119,
            "buyers": 222,
            "sellers": 114
          },
          "h1": {
            "buys": 556,
            "sells": 334,
            "buyers": 402,
            "sellers": 248
          },
          "h6": {
            "buys": 804,
            "sells": 422,
            "buyers": 592,
            "sellers": 315
          },
          "h24": {
            "buys": 5060,
            "sells": 2343,
            "buyers": 2719,
            "sellers": 1209
          }
        },
        "volume_usd": {
          "m5": "330.4784001784",
          "m15": "4368.3676606041",
          "m30": "18373.5420448068",
          "h1": "43231.7408001934",
          "h6": "57419.5518775687",
          "h24": "441543.239294752"
        },
        "reserve_in_usd": "142850.6311"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x44f161ae29361e332dea039dfa2f404e0bc5b5cc",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000095313683662337",
        "base_token_price_native_currency": "0.0000000578146211457973",
        "quote_token_price_usd": "1648.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000005781462115",
        "quote_token_price_base_token": "17296662.681196",
        "address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
        "name": "GITLAWB / WETH",
        "pool_created_at": "2026-03-11T02:00:07Z",
        "fdv_usd": "9519822.07200849",
        "market_cap_usd": "9531368.366",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.004",
          "m30": "0.784",
          "h1": "0.946",
          "h6": "1.058",
          "h24": "3.193"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m30": {
            "buys": 4,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "h1": {
            "buys": 10,
            "sells": 1,
            "buyers": 9,
            "sellers": 1
          },
          "h6": {
            "buys": 26,
            "sells": 34,
            "buyers": 19,
            "sellers": 27
          },
          "h24": {
            "buys": 120,
            "sells": 86,
            "buyers": 90,
            "sellers": 67
          }
        },
        "volume_usd": {
          "m5": "22.2160457316",
          "m15": "64.7779635945",
          "m30": "242.3193098428",
          "h1": "1798.0223172846",
          "h6": "29296.7686355678",
          "h24": "96111.2490614604"
        },
        "reserve_in_usd": "2862152.5212"
      },
      "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_Chop45gMLf9BtY5UwVWHXRtykvFaY4SWfU3qLmyGT79o",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00087679426950521866383951700530981398574835831848014972461677795",
        "base_token_price_native_currency": "0.0000134243409199194",
        "quote_token_price_usd": "65.299021748799824593419950839137933364765501281",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001342434092",
        "quote_token_price_base_token": "74491.5527671212",
        "address": "Chop45gMLf9BtY5UwVWHXRtykvFaY4SWfU3qLmyGT79o",
        "name": "Bountywork / SOL",
        "pool_created_at": "2026-06-04T14:49:54Z",
        "fdv_usd": "876720.160947863",
        "market_cap_usd": "876720.165515883",
        "price_change_percentage": {
          "m5": "0.194",
          "m15": "-1.395",
          "m30": "-8.903",
          "h1": "-7.12",
          "h6": "8.211",
          "h24": "-23.01"
        },
        "transactions": {
          "m5": {
            "buys": 27,
            "sells": 14,
            "buyers": 23,
            "sellers": 13
          },
          "m15": {
            "buys": 65,
            "sells": 39,
            "buyers": 54,
            "sellers": 35
          },
          "m30": {
            "buys": 133,
            "sells": 90,
            "buyers": 101,
            "sellers": 74
          },
          "h1": {
            "buys": 303,
            "sells": 247,
            "buyers": 205,
            "sellers": 187
          },
          "h6": {
            "buys": 1678,
            "sells": 1566,
            "buyers": 745,
            "sellers": 939
          },
          "h24": {
            "buys": 12368,
            "sells": 11010,
            "buyers": 3103,
            "sellers": 3697
          }
        },
        "volume_usd": {
          "m5": "6093.1465505146",
          "m15": "12242.8890508921",
          "m30": "30194.1559518048",
          "h1": "56223.4704762841",
          "h6": "324310.909236134",
          "h24": "2419698.29093383"
        },
        "reserve_in_usd": "106026.8675"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_J4x1EMmQjF6WEzXq2tUtzY89x5aMhYz5CzfevcJEpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_2cz2GC3UkwKaFomL8uHAcSgRW6gLHBDx5viRMPVykics",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000342121822500929713729150157830441945241970121421406141147552634",
        "base_token_price_native_currency": "0.00000517995416809859",
        "quote_token_price_usd": "65.290392932645765139384378118496232326846205278",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005179954168",
        "quote_token_price_base_token": "193051.901145888",
        "address": "2cz2GC3UkwKaFomL8uHAcSgRW6gLHBDx5viRMPVykics",
        "name": "CHANCE / SOL",
        "pool_created_at": "2026-06-10T02:18:33Z",
        "fdv_usd": "337726.6226",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "4.899",
          "m15": "0.596",
          "m30": "6.088",
          "h1": "-8.391",
          "h6": "-18.465",
          "h24": "1145.858"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 11,
            "buyers": 11,
            "sellers": 9
          },
          "m15": {
            "buys": 45,
            "sells": 43,
            "buyers": 37,
            "sellers": 39
          },
          "m30": {
            "buys": 120,
            "sells": 108,
            "buyers": 78,
            "sellers": 90
          },
          "h1": {
            "buys": 291,
            "sells": 279,
            "buyers": 139,
            "sellers": 210
          },
          "h6": {
            "buys": 2292,
            "sells": 2020,
            "buyers": 832,
            "sellers": 1054
          },
          "h24": {
            "buys": 17124,
            "sells": 14764,
            "buyers": 3873,
            "sellers": 3824
          }
        },
        "volume_usd": {
          "m5": "862.0756992234",
          "m15": "2770.8195903963",
          "m30": "11913.7073505197",
          "h1": "31255.050021174",
          "h6": "266383.378245508",
          "h24": "1875970.73596786"
        },
        "reserve_in_usd": "43883.9937"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_JCKwsT8UAbygnFkZ7u3amDUM7BXRtwUhCsHQv2khpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0232250797899991917276649711797359592588093295",
        "base_token_price_native_currency": "0.000358838264993241",
        "quote_token_price_usd": "65.082143422627732483645572997",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000358838265",
        "quote_token_price_base_token": "2786.770803328",
        "address": "8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
        "name": "pippin / SOL",
        "pool_created_at": "2024-11-09T20:27:41Z",
        "fdv_usd": "23223571.5827874",
        "market_cap_usd": "23223571.5827874",
        "price_change_percentage": {
          "m5": "-0.152",
          "m15": "-2.438",
          "m30": "-1.957",
          "h1": "-1.696",
          "h6": "-0.408",
          "h24": "3.147"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 6,
            "buyers": 2,
            "sellers": 5
          },
          "m15": {
            "buys": 11,
            "sells": 67,
            "buyers": 4,
            "sellers": 12
          },
          "m30": {
            "buys": 58,
            "sells": 132,
            "buyers": 10,
            "sellers": 17
          },
          "h1": {
            "buys": 206,
            "sells": 233,
            "buyers": 36,
            "sellers": 25
          },
          "h6": {
            "buys": 1701,
            "sells": 1699,
            "buyers": 125,
            "sellers": 132
          },
          "h24": {
            "buys": 8853,
            "sells": 8141,
            "buyers": 611,
            "sellers": 479
          }
        },
        "volume_usd": {
          "m5": "2992.1058938046",
          "m15": "19506.3433734094",
          "m30": "42987.795896424",
          "h1": "106924.339637974",
          "h6": "848703.832320476",
          "h24": "4020163.31655642"
        },
        "reserve_in_usd": "3417432.5679"
      },
      "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_Eevnp3nVim5vTwpViAsK1jZjmhtewxhG897dKWCR5fhK",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000290765346650117393432247285958322886459323604643106060907852554",
        "base_token_price_native_currency": "0.00000444438869345176",
        "quote_token_price_usd": "1.0010818805000232342158657320517208553749134199598400427383836",
        "quote_token_price_native_currency": "0.0153306961444653",
        "base_token_price_quote_token": "0.0002899012968",
        "quote_token_price_base_token": "3449.4499023124",
        "address": "Eevnp3nVim5vTwpViAsK1jZjmhtewxhG897dKWCR5fhK",
        "name": "Pnut / USDC",
        "pool_created_at": "2026-06-09T20:27:05Z",
        "fdv_usd": "290765.3467",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-13.831",
          "m15": "-17.402",
          "m30": "-9.657",
          "h1": "27.56",
          "h6": "126.297",
          "h24": "390.081"
        },
        "transactions": {
          "m5": {
            "buys": 95,
            "sells": 42,
            "buyers": 46,
            "sellers": 40
          },
          "m15": {
            "buys": 187,
            "sells": 120,
            "buyers": 92,
            "sellers": 92
          },
          "m30": {
            "buys": 448,
            "sells": 341,
            "buyers": 209,
            "sellers": 188
          },
          "h1": {
            "buys": 643,
            "sells": 547,
            "buyers": 276,
            "sellers": 256
          },
          "h6": {
            "buys": 1689,
            "sells": 1490,
            "buyers": 610,
            "sellers": 656
          },
          "h24": {
            "buys": 14269,
            "sells": 9297,
            "buyers": 3295,
            "sellers": 3144
          }
        },
        "volume_usd": {
          "m5": "9197.5566346475",
          "m15": "21111.280712059",
          "m30": "53149.5133476151",
          "h1": "88196.1153363765",
          "h6": "190258.914799531",
          "h24": "1398936.80897732"
        },
        "reserve_in_usd": "57547.2268"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6p3Y3WBXcVwMbYNoVsU4EuVb3gdMmzSKhkEfo8Vcpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9GQQWEY1iAhCaTLKApgSZZUoSF5ev6FKFi39B4yfDStL",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000498279148978344509251721243544650189269562603494161148792661532",
        "base_token_price_native_currency": "0.000000751205946725254",
        "quote_token_price_usd": "65.229295494357658231381002354149993269920076836",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000007512059467",
        "quote_token_price_base_token": "1331192.86975738",
        "address": "9GQQWEY1iAhCaTLKApgSZZUoSF5ev6FKFi39B4yfDStL",
        "name": "GO / SOL",
        "pool_created_at": "2026-06-08T04:01:07Z",
        "fdv_usd": "49827.1389205343",
        "market_cap_usd": "49827.1391952636",
        "price_change_percentage": {
          "m5": "1.267",
          "m15": "-11.882",
          "m30": "-10.648",
          "h1": "-29.989",
          "h6": "-71.62",
          "h24": "-86.351"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 8,
            "buyers": 11,
            "sellers": 8
          },
          "m15": {
            "buys": 60,
            "sells": 43,
            "buyers": 49,
            "sellers": 42
          },
          "m30": {
            "buys": 84,
            "sells": 73,
            "buyers": 68,
            "sellers": 70
          },
          "h1": {
            "buys": 219,
            "sells": 160,
            "buyers": 142,
            "sellers": 134
          },
          "h6": {
            "buys": 1604,
            "sells": 1392,
            "buyers": 612,
            "sellers": 742
          },
          "h24": {
            "buys": 5182,
            "sells": 5047,
            "buyers": 1563,
            "sellers": 2132
          }
        },
        "volume_usd": {
          "m5": "583.0134508061",
          "m15": "3494.5694250354",
          "m30": "4676.1075794051",
          "h1": "14195.6654317642",
          "h6": "141270.987011394",
          "h24": "595940.537479684"
        },
        "reserve_in_usd": "18196.8731"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CujZ5W6GWYb5XYe3hsTJ6kjiaw5MdZjbKQEuGA6jpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xb2842060d68177ff202e81b3bd8588630fe7ede60e1a19f4d327125f73ae92be",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "5.76686572055232",
        "base_token_price_native_currency": "0.00965949959168192",
        "quote_token_price_usd": "1.00146414029606",
        "quote_token_price_native_currency": "0.0016832178770292",
        "base_token_price_quote_token": "5.7387101952",
        "quote_token_price_base_token": "0.1742551838",
        "address": "0xb2842060d68177ff202e81b3bd8588630fe7ede60e1a19f4d327125f73ae92be",
        "name": "Beat / USDT 0.007%",
        "pool_created_at": "2025-11-19T05:50:12Z",
        "fdv_usd": "5685087048.30223",
        "market_cap_usd": "1657879661.44091",
        "price_change_percentage": {
          "m5": "2.191",
          "m15": "-1.183",
          "m30": "-2.286",
          "h1": "-0.007",
          "h6": "7.093",
          "h24": "20.498"
        },
        "transactions": {
          "m5": {
            "buys": 520,
            "sells": 339,
            "buyers": 223,
            "sellers": 163
          },
          "m15": {
            "buys": 1395,
            "sells": 1325,
            "buyers": 365,
            "sellers": 357
          },
          "m30": {
            "buys": 2395,
            "sells": 2447,
            "buyers": 457,
            "sellers": 474
          },
          "h1": {
            "buys": 5269,
            "sells": 5282,
            "buyers": 677,
            "sellers": 670
          },
          "h6": {
            "buys": 18368,
            "sells": 17653,
            "buyers": 946,
            "sellers": 928
          },
          "h24": {
            "buys": 64258,
            "sells": 67867,
            "buyers": 1587,
            "sellers": 1625
          }
        },
        "volume_usd": {
          "m5": "619857.917941116",
          "m15": "1945674.86018371",
          "m30": "3360803.18618961",
          "h1": "8658930.15148616",
          "h6": "25501791.2726831",
          "h24": "56369090.3070226"
        },
        "reserve_in_usd": "5098731.1277"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xcf3232b85b43bca90e51d38cc06cc8bb8c8a3e36",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x76a411f14a704099ba476ce8dffc288a53295218",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000100480707129646",
        "base_token_price_native_currency": "0.0000000608606989427174",
        "quote_token_price_usd": "1646.6879905771",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000006086069894",
        "quote_token_price_base_token": "16430964.7666256",
        "address": "0x76a411f14a704099ba476ce8dffc288a53295218",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2024-09-10T10:18:23Z",
        "fdv_usd": "42006450.6502773",
        "market_cap_usd": "42007586.8282131",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.623",
          "m30": "-2.398",
          "h1": "-3.27",
          "h6": "9.839",
          "h24": "12.093"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 9,
            "sells": 11,
            "buyers": 8,
            "sellers": 10
          },
          "m30": {
            "buys": 40,
            "sells": 20,
            "buyers": 32,
            "sellers": 19
          },
          "h1": {
            "buys": 89,
            "sells": 59,
            "buyers": 56,
            "sellers": 39
          },
          "h6": {
            "buys": 702,
            "sells": 472,
            "buyers": 366,
            "sellers": 221
          },
          "h24": {
            "buys": 1864,
            "sells": 1353,
            "buyers": 792,
            "sellers": 574
          }
        },
        "volume_usd": {
          "m5": "132.2627677765",
          "m15": "19286.6619012356",
          "m30": "70677.1222209904",
          "h1": "213468.258049641",
          "h6": "1202231.16761767",
          "h24": "3194088.83477135"
        },
        "reserve_in_usd": "1845332.7383"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xf280b16ef293d8e534e370794ef26bf312694126",
            "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_0xf6ca0d69c0a93d4dea32af5f1f2115bd5fe4f14cdba6ec35ca45bd8d29d947d1",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000295913870336785",
        "base_token_price_native_currency": "0.0000000018134213468709",
        "quote_token_price_usd": "1646.69",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001813421347",
        "quote_token_price_base_token": "551443822.874106",
        "address": "0xf6ca0d69c0a93d4dea32af5f1f2115bd5fe4f14cdba6ec35ca45bd8d29d947d1",
        "name": "MYTHOS / WETH",
        "pool_created_at": "2026-04-16T18:04:35Z",
        "fdv_usd": "295913.8703",
        "market_cap_usd": "295913.8703",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-2.923",
          "m30": "-6.083",
          "h1": "-8.56",
          "h6": "-7.298",
          "h24": "-53.366"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 4
          },
          "m30": {
            "buys": 6,
            "sells": 12,
            "buyers": 5,
            "sellers": 11
          },
          "h1": {
            "buys": 9,
            "sells": 17,
            "buyers": 8,
            "sellers": 15
          },
          "h6": {
            "buys": 158,
            "sells": 242,
            "buyers": 120,
            "sellers": 158
          },
          "h24": {
            "buys": 479,
            "sells": 624,
            "buyers": 281,
            "sellers": 367
          }
        },
        "volume_usd": {
          "m5": "591.8277406736",
          "m15": "1524.5273952375",
          "m30": "4176.5368392664",
          "h1": "4595.6023075152",
          "h6": "63521.3612079597",
          "h24": "180834.814520552"
        },
        "reserve_in_usd": "152874.1328"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xb942b75a602fa318ac091370d93d9143ba345ba3",
            "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.069457589404165476153020289739568847100474003665787598887777896",
        "base_token_price_native_currency": "0.0010645304763172",
        "quote_token_price_usd": "65.328174638247591110805912553988349127659933741",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.001064530476",
        "quote_token_price_base_token": "939.381278646",
        "address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
        "name": "TROLL / SOL",
        "pool_created_at": "2025-04-20T18:30:26Z",
        "fdv_usd": "69372287.3160274",
        "market_cap_usd": "69372287.3160274",
        "price_change_percentage": {
          "m5": "-0.08",
          "m15": "-0.791",
          "m30": "1.3",
          "h1": "-1.511",
          "h6": "-0.041",
          "h24": "-2.53"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 4
          },
          "m15": {
            "buys": 8,
            "sells": 19,
            "buyers": 8,
            "sellers": 13
          },
          "m30": {
            "buys": 29,
            "sells": 31,
            "buyers": 24,
            "sellers": 20
          },
          "h1": {
            "buys": 195,
            "sells": 120,
            "buyers": 89,
            "sellers": 77
          },
          "h6": {
            "buys": 1168,
            "sells": 941,
            "buyers": 316,
            "sellers": 360
          },
          "h24": {
            "buys": 2758,
            "sells": 1983,
            "buyers": 644,
            "sellers": 660
          }
        },
        "volume_usd": {
          "m5": "3081.2679026873",
          "m15": "8985.1609916342",
          "m30": "20998.7835154719",
          "h1": "148567.263212441",
          "h6": "924719.491371432",
          "h24": "1887021.90670002"
        },
        "reserve_in_usd": "2845764.4889"
      },
      "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_F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00456802775434802939812943022631715356110902540430713425303221142",
        "base_token_price_native_currency": "0.0000699891497555918",
        "quote_token_price_usd": "65.304131255361834913840596392100739512274884754",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006998914976",
        "quote_token_price_base_token": "14287.9289645908",
        "address": "F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
        "name": "KINS / SOL",
        "pool_created_at": "2026-05-22T17:47:24Z",
        "fdv_usd": "4547564.46082873",
        "market_cap_usd": "4547663.69795183",
        "price_change_percentage": {
          "m5": "2.905",
          "m15": "2.26",
          "m30": "6.771",
          "h1": "3.521",
          "h6": "13.5",
          "h24": "23.671"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 30,
            "buyers": 7,
            "sellers": 21
          },
          "m15": {
            "buys": 30,
            "sells": 58,
            "buyers": 23,
            "sellers": 44
          },
          "m30": {
            "buys": 63,
            "sells": 91,
            "buyers": 47,
            "sellers": 64
          },
          "h1": {
            "buys": 209,
            "sells": 227,
            "buyers": 139,
            "sellers": 152
          },
          "h6": {
            "buys": 1232,
            "sells": 1319,
            "buyers": 665,
            "sellers": 700
          },
          "h24": {
            "buys": 4855,
            "sells": 4205,
            "buyers": 1832,
            "sellers": 1746
          }
        },
        "volume_usd": {
          "m5": "3453.2739714572",
          "m15": "7935.0784953355",
          "m30": "11038.8631488889",
          "h1": "37224.6245444463",
          "h6": "249941.358280314",
          "h24": "929646.038636917"
        },
        "reserve_in_usd": "193317.7082"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Tqj8yFmagrg7oorpQkVGYR52r96RFTamvWfth9bpump",
            "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
Accesso di sola lettura - we can’t make changes to your wallet.
We currently support the following EVM networks:
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
Support for Solana is coming soon.
or
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.