Monnaies: 14 355
Plateformes d'échange: 1 099
Capitalisation boursière: 2,757T $ 8.5%
Vol. 24 h: 178,794B $
Gaz: 10 GWEI
Sans publicité

API pour jetons DEX & données de marché pour les projets et développeurs DeFi

Données fournies par
Adopté par les principaux projets Web3

API de données de chaîne DEX complète et fiable

Accédez aux données de marché sur chaîne y compris des DEX tels que Uniswap, PancakeSwap, Orca, Curve et plus encore sur les principaux réseaux, grâce à notre API de données DEX fiable et complète.
2M+
Monnaies & Jetons
100+
Réseaux
800+
DEX

Développez efficacement votre projet DeFi

Une API unifiée pour les données Crypto, NFT et DEX

Simplifiez le processus d'intégration grâce à une API unifiée de données crypto offrant une couverture complète
Catégorie de point d'extrémité Description
/onchain/simple/*/token_price/* Le moyen le plus simple d'obtenir le dernier prix en USD des jetons sur un réseau, avec les adresses des jetons
/onchain/networks Obtenir la liste complète des réseaux pris en charge
/onchain/network/*dexes Obtenir la liste complète des DEX pris en charge sur un réseau
/onchains/network/*/pools/* Obtenez les données sur les pools de liquidité telles que : les pools qui sont tendance, les nouvelles pools, ainsi que des données de marché telles que les cours, les réserves, la capitalisation, les transactions, le volume. Un point d'accès de recherche est également disponible pour rechercher des pools sur un réseau.
/onchains/network/*/tokens/* Obtenir des données relatives aux jetons comme les meilleures pools, les cours, la FDV, les réserves, le volume, la capitalisation, le score de GeckoTerminal, l'identifiant API de coingecko. Les métadonnées sont également disponibles, y compris l'image, le site Web, la description et les liens vers les médias sociaux.
/onchains/network/*/ohlcvs/* Obtenir les données graphiques historiques OHLCV d'une pool de liquidité
/onchains/network/*/trades Obtenir les 300 dernières transactions d'une pool de liquidité
// Obtenez les cours et les données de marché d'une pool de liquidité
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.00091026997596",
      "base_token_price_native_currency": "0.000269842609763777",
      "quote_token_price_usd": "3713.82267467888",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026984",
      "quote_token_price_base_token": "3705.86",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3307689184",
      "market_cap_usd": "5401825053.20314",
      "price_change_percentage": {
        "m5": "-0.07",
        "h1": "0.25",
        "h6": "-0.02",
        "h24": "0.29"
      },
      "transactions": {
        "m5": {
          "buys": 2,
          "sells": 1,
          "buyers": 2,
          "sellers": 1
        },
        "m15": {
          "buys": 10,
          "sells": 6,
          "buyers": 10,
          "sellers": 5
        },
        "m30": {
          "buys": 21,
          "sells": 17,
          "buyers": 17,
          "sellers": 14
        },
        "h1": {
          "buys": 28,
          "sells": 27,
          "buyers": 24,
          "sellers": 23
        },
        "h24": {
          "buys": 686,
          "sells": 534,
          "buyers": 297,
          "sellers": 217
        }
      },
      "volume_usd": {
        "m5": "27663.470025881",
        "h1": "326861.924402581",
        "h6": "1195081.53039124",
        "h24": "24650765.891865"
      },
      "reserve_in_usd": "5440113.0549"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Découvrez les pools tendance
{
  "data": [
    {
      "id": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000000000010044102581447",
        "base_token_price_native_currency": "0.00000000000000161878484620197",
        "quote_token_price_usd": "620.046662886046",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000001619",
        "quote_token_price_base_token": "617747319754211",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "421852",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.79",
          "h1": "7.81",
          "h6": "11.5",
          "h24": "359.05"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 0,
            "buyers": 6,
            "sellers": 0
          },
          "m15": {
            "buys": 21,
            "sells": 7,
            "buyers": 17,
            "sellers": 5
          },
          "m30": {
            "buys": 43,
            "sells": 22,
            "buyers": 38,
            "sellers": 18
          },
          "h1": {
            "buys": 82,
            "sells": 54,
            "buyers": 73,
            "sellers": 48
          },
          "h24": {
            "buys": 2948,
            "sells": 1785,
            "buyers": 1789,
            "sellers": 966
          }
        },
        "volume_usd": {
          "m5": "804.229672094789",
          "h1": "17493.5653187474",
          "h6": "138004.267533605",
          "h24": "649631.634959398"
        },
        "reserve_in_usd": "136555.5525"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x1b517f6794523bc3dd4e1275d9c205064f7cc167",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00550880210182096",
        "base_token_price_native_currency": "0.000820033171391559",
        "quote_token_price_usd": "6.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00082003",
        "quote_token_price_base_token": "1219.46",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "565832320",
        "market_cap_usd": "559857966.180767",
        "price_change_percentage": {
          "m5": "-2.73",
          "h1": "-2.09",
          "h6": "-1.49",
          "h24": "-4.11"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 49,
            "buyers": 8,
            "sellers": 49
          },
          "m15": {
            "buys": 68,
            "sells": 538,
            "buyers": 64,
            "sellers": 528
          },
          "m30": {
            "buys": 146,
            "sells": 1214,
            "buyers": 131,
            "sellers": 1180
          },
          "h1": {
            "buys": 297,
            "sells": 2355,
            "buyers": 250,
            "sellers": 2258
          },
          "h24": {
            "buys": 7019,
            "sells": 40469,
            "buyers": 4908,
            "sellers": 35117
          }
        },
        "volume_usd": {
          "m5": "2884.01827839372",
          "h1": "264786.686576405",
          "h6": "1581976.07132281",
          "h24": "4472999.38957285"
        },
        "reserve_in_usd": "5943515.9563"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.255695012532623",
        "base_token_price_native_currency": "0.000412017309134075254902399780064533278616351",
        "quote_token_price_usd": "0.999383168671524",
        "quote_token_price_native_currency": "0.00161138299750498",
        "base_token_price_quote_token": "0.25569173",
        "quote_token_price_base_token": "3.91095947",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "255270951",
        "market_cap_usd": "119479402.410725",
        "price_change_percentage": {
          "m5": "0.02",
          "h1": "-1.73",
          "h6": "0.93",
          "h24": "10.99"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 3,
            "buyers": 5,
            "sellers": 3
          },
          "m30": {
            "buys": 15,
            "sells": 29,
            "buyers": 15,
            "sellers": 14
          },
          "h1": {
            "buys": 18,
            "sells": 37,
            "buyers": 17,
            "sellers": 19
          },
          "h24": {
            "buys": 1051,
            "sells": 550,
            "buyers": 268,
            "sellers": 277
          }
        },
        "volume_usd": {
          "m5": "591.048591556938",
          "h1": "46252.9224600505",
          "h6": "334236.617977633",
          "h24": "973425.796960299"
        },
        "reserve_in_usd": "4456440.555"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x9840652dc04fb9db2c43853633f0f62be6f00f98",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00116868575077136",
        "base_token_price_native_currency": "0.000175627837629284",
        "quote_token_price_usd": "6.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00017563",
        "quote_token_price_base_token": "5693.86",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "1023300",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-1.57",
          "h6": "1.4",
          "h24": "30.73"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m30": {
            "buys": 6,
            "sells": 7,
            "buyers": 6,
            "sellers": 7
          },
          "h1": {
            "buys": 12,
            "sells": 12,
            "buyers": 11,
            "sellers": 12
          },
          "h24": {
            "buys": 1165,
            "sells": 729,
            "buyers": 625,
            "sellers": 414
          }
        },
        "volume_usd": {
          "m5": "6.63",
          "h1": "2948.03141714699",
          "h6": "44536.5059386174",
          "h24": "412117.828389377"
        },
        "reserve_in_usd": "101812.6979"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCNCUxFwMsNYKTv89WuRX5pyxDCWqlgBi4Tl8zytjllNTaC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.251100356686338",
        "base_token_price_native_currency": "0.0377535490426769",
        "quote_token_price_usd": "6.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03775355",
        "quote_token_price_base_token": "26.49",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "5273107",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.16",
          "h1": "5.57",
          "h6": "25.58",
          "h24": "15.67"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m15": {
            "buys": 13,
            "sells": 25,
            "buyers": 12,
            "sellers": 24
          },
          "m30": {
            "buys": 48,
            "sells": 60,
            "buyers": 37,
            "sellers": 54
          },
          "h1": {
            "buys": 80,
            "sells": 95,
            "buyers": 50,
            "sellers": 75
          },
          "h24": {
            "buys": 1151,
            "sells": 1093,
            "buyers": 652,
            "sellers": 662
          }
        },
        "volume_usd": {
          "m5": "4199.09039512833",
          "h1": "131300.980347753",
          "h6": "398432.103482318",
          "h24": "1547296.41782555"
        },
        "reserve_in_usd": "875788.1273"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCH44N73BXEhT8063KAK_27oComvJnmAaebso-dZoyAy6g_",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00402186514422358",
        "base_token_price_native_currency": "0.00060160044076914",
        "quote_token_price_usd": "6.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00060160",
        "quote_token_price_base_token": "1662.23",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "563061",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-12.74",
          "h6": "-6.01",
          "h24": "-14.33"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 4,
            "buyers": 5,
            "sellers": 3
          },
          "m30": {
            "buys": 7,
            "sells": 13,
            "buyers": 6,
            "sellers": 12
          },
          "h1": {
            "buys": 14,
            "sells": 23,
            "buyers": 12,
            "sellers": 18
          },
          "h24": {
            "buys": 1095,
            "sells": 671,
            "buyers": 599,
            "sellers": 363
          }
        },
        "volume_usd": {
          "m5": "774.51006276033",
          "h1": "10782.5091389798",
          "h6": "64013.4380501788",
          "h24": "517256.69051923"
        },
        "reserve_in_usd": "125053.6823"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC8XkUEWb6bzbzE9eVaASoKUCyYA_CUQALGE15jWInEqla6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.413030799423214",
        "base_token_price_native_currency": "0.002256700690940453897797052",
        "quote_token_price_usd": "183.25",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00225670",
        "quote_token_price_base_token": "443.12",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "229458000",
        "market_cap_usd": "206745438.098495",
        "price_change_percentage": {
          "m5": "-0.34",
          "h1": "1.01",
          "h6": "3.84",
          "h24": "-8.29"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 16,
            "buyers": 0,
            "sellers": 15
          },
          "m15": {
            "buys": 23,
            "sells": 47,
            "buyers": 19,
            "sellers": 44
          },
          "m30": {
            "buys": 57,
            "sells": 87,
            "buyers": 34,
            "sellers": 65
          },
          "h1": {
            "buys": 120,
            "sells": 173,
            "buyers": 81,
            "sellers": 99
          },
          "h24": {
            "buys": 9941,
            "sells": 8458,
            "buyers": 3435,
            "sellers": 3066
          }
        },
        "volume_usd": {
          "m5": "2898.04688352793",
          "h1": "112789.090421664",
          "h6": "1750344.84972255",
          "h24": "13049812.6357566"
        },
        "reserve_in_usd": "5199713.5473"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5z3EqYQo9HiCEs3R84RCDMu2n7anpDMxRhdK8PSWmrRC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00636735150581084",
        "base_token_price_native_currency": "0.000035230410122138396388506",
        "quote_token_price_usd": "183.19",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003523",
        "quote_token_price_base_token": "28384.57",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "43840079",
        "market_cap_usd": "44301531.631417",
        "price_change_percentage": {
          "m5": "0.8",
          "h1": "-3.42",
          "h6": "4.25",
          "h24": "-19.9"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 8,
            "buyers": 8,
            "sellers": 8
          },
          "m15": {
            "buys": 52,
            "sells": 26,
            "buyers": 39,
            "sellers": 24
          },
          "m30": {
            "buys": 100,
            "sells": 36,
            "buyers": 63,
            "sellers": 33
          },
          "h1": {
            "buys": 267,
            "sells": 112,
            "buyers": 134,
            "sellers": 80
          },
          "h24": {
            "buys": 12899,
            "sells": 11382,
            "buyers": 3350,
            "sellers": 3563
          }
        },
        "volume_usd": {
          "m5": "10071.8329852365",
          "h1": "176342.140316356",
          "h6": "2180666.92915268",
          "h24": "15085888.8171743"
        },
        "reserve_in_usd": "3193952.5872"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8wXtPeU6557ETkp9WHFY1n1EcU6NxDvbAggHGsMYiHsB",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0132469934",
        "base_token_price_native_currency": "0.0115331768379588",
        "quote_token_price_usd": "1.15",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01153318",
        "quote_token_price_base_token": "86.71",
        "address": "0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
        "name": "OCEAN / SUI 1%",
        "pool_created_at": "2024-05-10T11:32:16Z",
        "fdv_usd": "0.00",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.66",
          "h1": "14.55",
          "h6": "-11.24",
          "h24": "-42.33"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 12,
            "buyers": 3,
            "sellers": 12
          },
          "m15": {
            "buys": 22,
            "sells": 94,
            "buyers": 21,
            "sellers": 85
          },
          "m30": {
            "buys": 43,
            "sells": 256,
            "buyers": 41,
            "sellers": 230
          },
          "h1": {
            "buys": 117,
            "sells": 502,
            "buyers": 96,
            "sellers": 444
          },
          "h24": {
            "buys": 1897,
            "sells": 9782,
            "buyers": 1303,
            "sellers": 7972
          }
        },
        "volume_usd": {
          "m5": "146.6558626788",
          "h1": "6431.36697164709",
          "h6": "32435.6104536679",
          "h24": "133036.58835555"
        },
        "reserve_in_usd": "17104.4727"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "sui-network_0xa8816d3a6e3136e86bc2873b1f94a15cadc8af2703c075f2d546c2ae367f4df9::ocean::OCEAN",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "sui-network_0x2::sui::SUI",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "sui-network",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "cetus",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0189126256887239",
        "base_token_price_native_currency": "0.00284251516565224",
        "quote_token_price_usd": "6.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00284252",
        "quote_token_price_base_token": "351.80",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "94410462",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.85",
          "h1": "1.1",
          "h6": "8.55",
          "h24": "21.04"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 9,
            "sells": 5,
            "buyers": 7,
            "sellers": 5
          },
          "m30": {
            "buys": 29,
            "sells": 18,
            "buyers": 25,
            "sellers": 18
          },
          "h1": {
            "buys": 56,
            "sells": 37,
            "buyers": 47,
            "sellers": 33
          },
          "h24": {
            "buys": 748,
            "sells": 789,
            "buyers": 520,
            "sellers": 577
          }
        },
        "volume_usd": {
          "m5": "401.40558165552",
          "h1": "92645.8586263947",
          "h6": "605496.560894573",
          "h24": "1309700.13866791"
        },
        "reserve_in_usd": "1702452.6336"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC47093oX5Xhb0xuk2lCr2RhS8rj-vul61u4W2UH5ORmG_O",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.640762205278182",
        "base_token_price_native_currency": "0.0970823933159623",
        "quote_token_price_usd": "6.62",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09708239",
        "quote_token_price_base_token": "10.30",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "64076220",
        "market_cap_usd": "64268544.375167",
        "price_change_percentage": {
          "m5": "0",
          "h1": "1.3",
          "h6": "-0.64",
          "h24": "18.75"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 7,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m30": {
            "buys": 19,
            "sells": 4,
            "buyers": 12,
            "sellers": 4
          },
          "h1": {
            "buys": 34,
            "sells": 13,
            "buyers": 24,
            "sellers": 13
          },
          "h24": {
            "buys": 545,
            "sells": 347,
            "buyers": 413,
            "sellers": 265
          }
        },
        "volume_usd": {
          "m5": "7.04838425806",
          "h1": "27617.6663582356",
          "h6": "182417.221263099",
          "h24": "990106.743363515"
        },
        "reserve_in_usd": "2564006.1813"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBZ_cafPyDr5KUTs0aNxh0ZTDhkpEZONmLJA2SNGlLm4Cko",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00305114566400343",
        "base_token_price_native_currency": "0.000000822763712060959",
        "quote_token_price_usd": "3710.72",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000082",
        "quote_token_price_base_token": "1215416",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "30511457",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.71",
          "h1": "20.69",
          "h6": "-0.17",
          "h24": "-75.46"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 5,
            "buyers": 5,
            "sellers": 5
          },
          "m15": {
            "buys": 38,
            "sells": 36,
            "buyers": 23,
            "sellers": 29
          },
          "m30": {
            "buys": 81,
            "sells": 71,
            "buyers": 52,
            "sellers": 58
          },
          "h1": {
            "buys": 226,
            "sells": 134,
            "buyers": 111,
            "sellers": 94
          },
          "h24": {
            "buys": 8999,
            "sells": 4987,
            "buyers": 2512,
            "sellers": 1693
          }
        },
        "volume_usd": {
          "m5": "6324.34471030357",
          "h1": "292109.565416714",
          "h6": "1258274.78184854",
          "h24": "11028904.8170993"
        },
        "reserve_in_usd": "941221.9271"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x041fdf3f472d2c8a7ecc458fc3b7f543e6c57ef7",
            "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": "ton_EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0424562663811422",
        "base_token_price_native_currency": "0.00638375957085219",
        "quote_token_price_usd": "6.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00638376",
        "quote_token_price_base_token": "156.65",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "4245528",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.01",
          "h1": "-1.28",
          "h6": "-2.94",
          "h24": "-4.54"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m15": {
            "buys": 4,
            "sells": 8,
            "buyers": 4,
            "sellers": 8
          },
          "m30": {
            "buys": 9,
            "sells": 13,
            "buyers": 9,
            "sellers": 13
          },
          "h1": {
            "buys": 11,
            "sells": 20,
            "buyers": 11,
            "sellers": 20
          },
          "h24": {
            "buys": 552,
            "sells": 476,
            "buyers": 393,
            "sellers": 357
          }
        },
        "volume_usd": {
          "m5": "2055.90077666103",
          "h1": "23543.5971476744",
          "h6": "131541.416533163",
          "h24": "832610.029652989"
        },
        "reserve_in_usd": "1136922.6199"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB4gPfG0YtoiJHCMTUuzxP9fKXy9nx6TFh-dcAltrnNpLNo",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.042224719290188",
        "base_token_price_native_currency": "0.000230109458763014476690302",
        "quote_token_price_usd": "183.25",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00023011",
        "quote_token_price_base_token": "4345.76",
        "address": "7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
        "name": "SLOTH / SOL",
        "pool_created_at": "2024-05-01T14:38:00Z",
        "fdv_usd": "78318152",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.39",
          "h1": "-0.45",
          "h6": "2.19",
          "h24": "-24.19"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 3,
            "buyers": 3,
            "sellers": 3
          },
          "m15": {
            "buys": 22,
            "sells": 25,
            "buyers": 19,
            "sellers": 22
          },
          "m30": {
            "buys": 72,
            "sells": 59,
            "buyers": 64,
            "sellers": 46
          },
          "h1": {
            "buys": 165,
            "sells": 113,
            "buyers": 137,
            "sellers": 94
          },
          "h24": {
            "buys": 8495,
            "sells": 6453,
            "buyers": 4119,
            "sellers": 3399
          }
        },
        "volume_usd": {
          "m5": "2853.15583022915",
          "h1": "293410.487936399",
          "h6": "1432286.36201282",
          "h24": "16783620.2742329"
        },
        "reserve_in_usd": "6163738.2196"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HQ7DaoiUxzC2K1Dr7KXRHccNtXvEYgNvoUextXe8dmBh",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0483187758099932",
        "base_token_price_native_currency": "0.000248387153257344206737078",
        "quote_token_price_usd": "183.19",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00024839",
        "quote_token_price_base_token": "4025.97",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "46337661",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "4.59",
          "h1": "12.13",
          "h6": "-4.09",
          "h24": "12.53"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 6,
            "buyers": 5,
            "sellers": 6
          },
          "m15": {
            "buys": 46,
            "sells": 36,
            "buyers": 32,
            "sellers": 34
          },
          "m30": {
            "buys": 120,
            "sells": 99,
            "buyers": 76,
            "sellers": 87
          },
          "h1": {
            "buys": 219,
            "sells": 168,
            "buyers": 144,
            "sellers": 142
          },
          "h24": {
            "buys": 16694,
            "sells": 11195,
            "buyers": 5517,
            "sellers": 3812
          }
        },
        "volume_usd": {
          "m5": "18135.3695326765",
          "h1": "107790.817896643",
          "h6": "1378212.83284936",
          "h24": "18089706.4022937"
        },
        "reserve_in_usd": "1022995.7478"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8vCAUbxejdtaxn6jnX5uaQTyTZLmXALg9u1bvFCAjtx7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "3.91918456712376",
        "base_token_price_native_currency": "0.593331721100389",
        "quote_token_price_usd": "6.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.59333172",
        "quote_token_price_base_token": "1.68539784",
        "address": "EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
        "name": "RANDOM / TON 0.4%",
        "pool_created_at": "2024-05-15T16:23:22Z",
        "fdv_usd": "3742921",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-4.39",
          "h1": "-11.53",
          "h6": "-13.93",
          "h24": "287.13"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 9,
            "buyers": 2,
            "sellers": 8
          },
          "m15": {
            "buys": 8,
            "sells": 13,
            "buyers": 4,
            "sellers": 11
          },
          "m30": {
            "buys": 9,
            "sells": 16,
            "buyers": 5,
            "sellers": 14
          },
          "h1": {
            "buys": 13,
            "sells": 19,
            "buyers": 7,
            "sellers": 17
          },
          "h24": {
            "buys": 928,
            "sells": 621,
            "buyers": 310,
            "sellers": 294
          }
        },
        "volume_usd": {
          "m5": "6510.78153345262",
          "h1": "19610.8255348386",
          "h6": "57341.6756546664",
          "h24": "712260.01873698"
        },
        "reserve_in_usd": "444713.3474"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCF9oYxo37xCGX1DShZEweaVGJe6Kucp0ztKO6vCsRANDOM",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000111368986945628",
        "base_token_price_native_currency": "0.00000000300595853165739",
        "quote_token_price_usd": "3716.06676803175",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003005958532",
        "quote_token_price_base_token": "332672587",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "4608146047",
        "market_cap_usd": "4701846367.84306",
        "price_change_percentage": {
          "m5": "-0.03",
          "h1": "0.61",
          "h6": "0.34",
          "h24": "18.36"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 3,
            "sells": 12,
            "buyers": 3,
            "sellers": 12
          },
          "m30": {
            "buys": 16,
            "sells": 19,
            "buyers": 14,
            "sellers": 18
          },
          "h1": {
            "buys": 29,
            "sells": 31,
            "buyers": 26,
            "sellers": 26
          },
          "h24": {
            "buys": 915,
            "sells": 868,
            "buyers": 709,
            "sellers": 628
          }
        },
        "volume_usd": {
          "m5": "10719.4978123711",
          "h1": "391383.786259848",
          "h6": "1384429.95209707",
          "h24": "15943093.4215924"
        },
        "reserve_in_usd": "49223835.9561"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x6982508145454ce325ddbe47a25d4ec3d2311933",
            "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_5Hk9rF7ozTMHiTaGmPp1Mw2nLL1NxXmhPEmeoUAZvyBM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00751909144504555",
        "base_token_price_native_currency": "0.000040544156016207386040092",
        "quote_token_price_usd": "183.25",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00004054",
        "quote_token_price_base_token": "24664.47",
        "address": "5Hk9rF7ozTMHiTaGmPp1Mw2nLL1NxXmhPEmeoUAZvyBM",
        "name": "GOME / SOL",
        "pool_created_at": "2024-04-27T04:26:52Z",
        "fdv_usd": "4896915",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "2.28",
          "h6": "-10.43",
          "h24": "-18.92"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 6,
            "sells": 7,
            "buyers": 6,
            "sellers": 7
          },
          "m30": {
            "buys": 31,
            "sells": 36,
            "buyers": 27,
            "sellers": 34
          },
          "h1": {
            "buys": 88,
            "sells": 127,
            "buyers": 65,
            "sellers": 111
          },
          "h24": {
            "buys": 9447,
            "sells": 8017,
            "buyers": 3091,
            "sellers": 2970
          }
        },
        "volume_usd": {
          "m5": "12.56064530275",
          "h1": "79286.7738586411",
          "h6": "839644.892772745",
          "h24": "7214540.62620033"
        },
        "reserve_in_usd": "593191.01"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8ULCkCTUa3XXrNXaDVzPcja2tdJtRdxRr8T4eZjVKqk",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000836045782611",
        "base_token_price_native_currency": "0.0000126396790185763",
        "quote_token_price_usd": "6.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001264",
        "quote_token_price_base_token": "79115.93",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "836046",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.26",
          "h1": "19.04",
          "h6": "63.32",
          "h24": "16310.15"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 11,
            "sells": 4,
            "buyers": 11,
            "sellers": 4
          },
          "m30": {
            "buys": 19,
            "sells": 8,
            "buyers": 18,
            "sellers": 8
          },
          "h1": {
            "buys": 27,
            "sells": 13,
            "buyers": 25,
            "sellers": 13
          },
          "h24": {
            "buys": 846,
            "sells": 465,
            "buyers": 501,
            "sellers": 277
          }
        },
        "volume_usd": {
          "m5": "303.68728913055",
          "h1": "8242.20459195587",
          "h6": "54753.0677079379",
          "h24": "200549.291584538"
        },
        "reserve_in_usd": "127984.9794"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB8nX1OAAxS0RHCZ-U3xpZPAGIPwjfoqtvtWOPb55NBQipE",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000155918768159471",
        "base_token_price_native_currency": "0.0000000418460427673326",
        "quote_token_price_usd": "3716.06676803175",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004",
        "quote_token_price_base_token": "23897122",
        "address": "0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
        "name": "MAGA / WETH",
        "pool_created_at": "2024-05-16T14:08:11Z",
        "fdv_usd": "64448475",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.16",
          "h1": "15.34",
          "h6": "-8.51",
          "h24": "48.21"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 5,
            "buyers": 9,
            "sellers": 5
          },
          "m15": {
            "buys": 46,
            "sells": 31,
            "buyers": 41,
            "sellers": 23
          },
          "m30": {
            "buys": 115,
            "sells": 58,
            "buyers": 94,
            "sellers": 42
          },
          "h1": {
            "buys": 187,
            "sells": 107,
            "buyers": 148,
            "sellers": 69
          },
          "h24": {
            "buys": 4926,
            "sells": 3765,
            "buyers": 2654,
            "sellers": 1864
          }
        },
        "volume_usd": {
          "m5": "30860.916050686",
          "h1": "691714.36350811",
          "h6": "4887456.16955009",
          "h24": "24068454.912873"
        },
        "reserve_in_usd": "1788972.1684"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xd29da236dd4aac627346e1bba06a619e8c22d7c5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    }
  ]
}

Pourquoi les projets Web3 utilisent CoinGecko

"L'API DEX de CoinGecko nous fournit une source rapide, très précise et robuste de données sur les cours des DEX. Ils ont une large couverture de données, sont faciles à utiliser et très fiables. L'API DEX de CoinGecko est devenue l'un des flux de cours DEX clés que Supra utilise pour agréger les données des échanges décentralisés."
"L'API DEX de CoinGecko est devenue une partie intégrante de notre processus de développement, gérant habilement de nombreuses tâches mineures que nous n'avons tout simplement pas la capacité de gérer. Cela a considérablement rationalisé notre workflow, nous permettant de nous concentrer sur le développement de base."
"L'API DEX de CoinGecko a une large couverture, prend en charge le plus grand nombre de chaînes et a une grande disponibilité"

Foire aux questions

Optimisez votre projet
avec l'API de CoinGecko

Découvrez plus de possibilités grâce à des données fiables, précises et complètes sur les cours des crypto monnaies.

Ne manquez jamais une mise à jour !

Abonnez-vous à notre newsletter sur l'API pour connaître les dernières nouvelles sur les produits, les mises à jour des points d'accès et le contenu inspirant de la communauté.
Choisir une devise
Devises proposées
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
Devises fiduciaires
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
Crypto monnaies
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
Unités Bitcoin
BITS
Bits
SATS
Satoshi
Matières premières
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Choisir une langue
Langues populaires
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Toutes les langues
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
繁體中文
Connectez-vous pour suivre facilement votre monnaie préférée 🚀
En continuant, vous acceptez les Conditions d'utilisation de CoinGecko et confirmez que vous avez lu notre Politique de confidentialité
ou
Mot de passe oublié ?
Vous n'avez pas reçu l'email de confirmation ?
Renvoyer les instructions de confirmation
C'EST GRATUIT ! Suivez facilement votre monnaie préférée avec CoinGecko 🚀
En continuant, vous acceptez les Conditions d'utilisation de CoinGecko et confirmez que vous avez lu notre Politique de confidentialité
ou
Le mot de passe doit comporter au moins 8 caractères dont 1 lettre majuscule, 1 lettre minuscule, 1 chiffre et 1 caractère spécial
Vous n'avez pas reçu l'email de confirmation ?
Renvoyer les instructions de confirmation
Mot de passe oublié ?
Vous allez recevoir sous quelques minutes un email vous indiquant comment réinitialiser votre mot de passe.
Renvoyer les instructions de confirmation
Vous allez recevoir sous quelques minutes un email comportant des instructions pour confirmer votre compte.
Téléchargez l'application CoinGecko.
Scannez ce code QR pour télécharger l'application maintenant App QR Code Ou consultez l'application dans les magasins d'applications
coingecko
Continuer dans l'application
Suivez les cours en temps réel
Ouvrir l'application