Монети: 14 365
Біржі: 1 099
Ринкова капіталізація: 2,729T $ 5.1%
Обс. за 24 години: 220,028B $
Домінування:
Газ: 16 GWEI
Прибрати рекламу
CoinGecko CoinGecko

Ончейн токен на DEX і API ринкових даних для DeFi-проєктів і розробників

Дані, надані завдяки
Нам довіряють провідні проєкти Web3

Розширений та надійний API для роботи з даними DEX ончейн

Отримайте доступ до даних блокчейн-ринків із таких DEX, як Uniswap, Pancakeswap, Orca, Curve тощо, у найбільших мережах за допомогою нашого надійного та розширеного API для роботи з даними DEX.
Понад 2 мільйони
Монети та токени
Понад 100
Мережі
Понад 800
Децентралізовані біржі (DEX)

Ефективно масштабуйте свій DeFi-проєкт

Єдиний уніфікований API для роботи з криптовалютними даними, NFT- та DEX

Спростіть процес інтеграції за допомогою єдиного уніфікованого API криптовалютних даних, що забезпечує повне охоплення
Категорія кінцевих точок Опис
/onchain/simple/*/token_price/* Найпростіший спосіб отримати останню ціну токенів у доларах США в мережі, з адресами токенів
/onchain/networks Отримайте повний перелік підтримуваних мереж
/onchain/network/*dexes Отримайте повний перелік підтримуваних децентралізованих бірж у мережі
/onchains/network/*/pools/* Отримуйте дані про пули ліквідності, як-от популярні пули, нові пули та ринкові дані, такі як ціна, резерв, ринкова капіталізація, транзакції, обсяг. Для пошуку пулів у мережі також доступна кінцева точка пошуку.
/onchains/network/*/tokens/* Отримуйте дані, пов'язані з токенами, як-от найпопулярніші пули, ціна, FDV, резерв, обсяг, ринкова капіталізація, показник GeckoTerminal, ідентифікатор CoinGecko API. Також доступні метадані, зокрема зображення, вебсайт, опис і посилання на соціальні мережі.
/onchains/network/*/ohlcvs/* Отримати дані статистичних графіків OHLCV пулу ліквідності
/onchains/network/*/trades Отримайте останні 300 торгів із пулу ліквідності
// Отримайте ціни та ринкові дані пулу ліквідності
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.00064639784148",
      "base_token_price_native_currency": "0.000268587296645555",
      "quote_token_price_usd": "3733.96408633517",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026859",
      "quote_token_price_base_token": "3723.18",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3306817170",
      "market_cap_usd": "5336396938.18605",
      "price_change_percentage": {
        "m5": "0",
        "h1": "-0.1",
        "h6": "0.04",
        "h24": "0.07"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 1,
          "buyers": 0,
          "sellers": 1
        },
        "m15": {
          "buys": 2,
          "sells": 6,
          "buyers": 2,
          "sellers": 5
        },
        "m30": {
          "buys": 6,
          "sells": 12,
          "buyers": 6,
          "sellers": 11
        },
        "h1": {
          "buys": 14,
          "sells": 18,
          "buyers": 13,
          "sellers": 16
        },
        "h24": {
          "buys": 692,
          "sells": 484,
          "buyers": 317,
          "sellers": 216
        }
      },
      "volume_usd": {
        "m5": "73.7347546580253",
        "h1": "216037.664201113",
        "h6": "2361155.96748273",
        "h24": "15791574.4749778"
      },
      "reserve_in_usd": "5454576.696"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Відкрийте для себе популярні пули
{
  "data": [
    {
      "id": "eth_0x1458770554b8918b970444d8b2c02a47f6df99a7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.57105030362512",
        "base_token_price_native_currency": "0.00041945833233832471800342874674",
        "quote_token_price_usd": "1.00336541622872",
        "quote_token_price_native_currency": "0.000268713425092045",
        "base_token_price_quote_token": "1.56098763",
        "quote_token_price_base_token": "0.64062007",
        "address": "0x1458770554b8918b970444d8b2c02a47f6df99a7",
        "name": "RETIK / USDT 0.3%",
        "pool_created_at": "2024-05-21T11:59:35Z",
        "fdv_usd": "1571050304",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.41",
          "h1": "3.18",
          "h6": "8.42",
          "h24": "899.68"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 20,
            "sells": 2,
            "buyers": 18,
            "sellers": 2
          },
          "m30": {
            "buys": 42,
            "sells": 8,
            "buyers": 38,
            "sellers": 8
          },
          "h1": {
            "buys": 58,
            "sells": 13,
            "buyers": 53,
            "sellers": 13
          },
          "h24": {
            "buys": 1611,
            "sells": 549,
            "buyers": 1102,
            "sellers": 273
          }
        },
        "volume_usd": {
          "m5": "1476.71383974882",
          "h1": "86857.4372013066",
          "h6": "1769515.17488425",
          "h24": "6807749.72276291"
        },
        "reserve_in_usd": "978916.9718"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x26ebb8213fb8d66156f1af8908d43f7e3e367c1d",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000329447500573015",
        "base_token_price_native_currency": "0.000000000000000535201896614678",
        "quote_token_price_usd": "614.023015173267",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000000535",
        "quote_token_price_base_token": "1868453767307847",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "138368",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.53",
          "h1": "-19.39",
          "h6": "-49.58",
          "h24": "-21.49"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 8,
            "sells": 5,
            "buyers": 8,
            "sellers": 3
          },
          "m30": {
            "buys": 15,
            "sells": 12,
            "buyers": 12,
            "sellers": 10
          },
          "h1": {
            "buys": 28,
            "sells": 38,
            "buyers": 25,
            "sellers": 34
          },
          "h24": {
            "buys": 2920,
            "sells": 1945,
            "buyers": 1614,
            "sellers": 1064
          }
        },
        "volume_usd": {
          "m5": "165.827333777629",
          "h1": "5671.93953585853",
          "h6": "100166.915129644",
          "h24": "677987.609173867"
        },
        "reserve_in_usd": "80871.3727"
      },
      "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.005583534763268",
        "base_token_price_native_currency": "0.000886594438086782",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00088659",
        "quote_token_price_base_token": "1127.91",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "573508427",
        "market_cap_usd": "582555124.662302",
        "price_change_percentage": {
          "m5": "2.31",
          "h1": "-0.71",
          "h6": "9.85",
          "h24": "5.7"
        },
        "transactions": {
          "m5": {
            "buys": 34,
            "sells": 128,
            "buyers": 27,
            "sellers": 128
          },
          "m15": {
            "buys": 105,
            "sells": 403,
            "buyers": 83,
            "sellers": 390
          },
          "m30": {
            "buys": 191,
            "sells": 737,
            "buyers": 155,
            "sellers": 707
          },
          "h1": {
            "buys": 403,
            "sells": 1541,
            "buyers": 354,
            "sellers": 1476
          },
          "h24": {
            "buys": 7510,
            "sells": 44690,
            "buyers": 5367,
            "sellers": 38627
          }
        },
        "volume_usd": {
          "m5": "11105.4167806931",
          "h1": "115714.295047637",
          "h6": "1598452.84983862",
          "h24": "5259694.84814829"
        },
        "reserve_in_usd": "6144882.4236"
      },
      "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": "ton_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.243243938804675",
        "base_token_price_native_currency": "0.0379760181243651",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03797602",
        "quote_token_price_base_token": "26.33",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "5108123",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.25",
          "h1": "0.14",
          "h6": "6.15",
          "h24": "20.1"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 3,
            "buyers": 11,
            "sellers": 3
          },
          "m15": {
            "buys": 34,
            "sells": 14,
            "buyers": 33,
            "sellers": 14
          },
          "m30": {
            "buys": 67,
            "sells": 27,
            "buyers": 64,
            "sellers": 24
          },
          "h1": {
            "buys": 134,
            "sells": 68,
            "buyers": 123,
            "sellers": 63
          },
          "h24": {
            "buys": 1430,
            "sells": 1049,
            "buyers": 904,
            "sellers": 658
          }
        },
        "volume_usd": {
          "m5": "1941.94663973378",
          "h1": "29799.197937489",
          "h6": "265661.997841551",
          "h24": "1508279.60622192"
        },
        "reserve_in_usd": "898259.2578"
      },
      "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": "bsc_0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.25036811002643",
        "base_token_price_native_currency": "0.000407932110137122099053711104575284387544614",
        "quote_token_price_usd": "0.999834331386775",
        "quote_token_price_native_currency": "0.00162816913064157",
        "base_token_price_quote_token": "0.25054652",
        "quote_token_price_base_token": "3.99127475",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "249952883",
        "market_cap_usd": "117299878.478192",
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.22",
          "h6": "-2.58",
          "h24": "4.63"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 5,
            "buyers": 2,
            "sellers": 4
          },
          "m30": {
            "buys": 3,
            "sells": 12,
            "buyers": 3,
            "sellers": 11
          },
          "h1": {
            "buys": 11,
            "sells": 32,
            "buyers": 11,
            "sellers": 21
          },
          "h24": {
            "buys": 1000,
            "sells": 862,
            "buyers": 278,
            "sellers": 313
          }
        },
        "volume_usd": {
          "m5": "174.526843678997",
          "h1": "9172.19847139103",
          "h6": "149157.411865563",
          "h24": "1140703.14681492"
        },
        "reserve_in_usd": "4395805.9499"
      },
      "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": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000125517955121335",
        "base_token_price_native_currency": "0.00000000336805214156908",
        "quote_token_price_usd": "3733.02477923011",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003368052142",
        "quote_token_price_base_token": "296907517",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "5193591902",
        "market_cap_usd": "5304259235.94587",
        "price_change_percentage": {
          "m5": "-0.74",
          "h1": "-0.2",
          "h6": "3.19",
          "h24": "31.98"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 12,
            "buyers": 5,
            "sellers": 9
          },
          "m15": {
            "buys": 15,
            "sells": 19,
            "buyers": 15,
            "sellers": 15
          },
          "m30": {
            "buys": 32,
            "sells": 36,
            "buyers": 31,
            "sellers": 31
          },
          "h1": {
            "buys": 78,
            "sells": 56,
            "buyers": 73,
            "sellers": 49
          },
          "h24": {
            "buys": 1364,
            "sells": 1188,
            "buyers": 1040,
            "sellers": 835
          }
        },
        "volume_usd": {
          "m5": "132320.826837386",
          "h1": "586530.112236357",
          "h6": "8632916.37743959",
          "h24": "26820621.7813239"
        },
        "reserve_in_usd": "52543168.7456"
      },
      "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": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0177828290780013",
        "base_token_price_native_currency": "0.00279840270784747",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00279840",
        "quote_token_price_base_token": "357.35",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "88770524",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.82",
          "h1": "-3.21",
          "h6": "-3.76",
          "h24": "15.2"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 8,
            "sells": 8,
            "buyers": 8,
            "sellers": 8
          },
          "m30": {
            "buys": 13,
            "sells": 12,
            "buyers": 13,
            "sellers": 12
          },
          "h1": {
            "buys": 23,
            "sells": 22,
            "buyers": 23,
            "sellers": 22
          },
          "h24": {
            "buys": 767,
            "sells": 820,
            "buyers": 550,
            "sellers": 611
          }
        },
        "volume_usd": {
          "m5": "96.62196050408",
          "h1": "15731.7541752888",
          "h6": "139336.854667355",
          "h24": "1289800.8521422"
        },
        "reserve_in_usd": "1581182.2286"
      },
      "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_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00374380412426826",
        "base_token_price_native_currency": "0.000587544434552606",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00058754",
        "quote_token_price_base_token": "1702.00",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "524133",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.85",
          "h1": "-2.12",
          "h6": "12.18",
          "h24": "-17.46"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 3,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 11,
            "sells": 6,
            "buyers": 9,
            "sellers": 5
          },
          "m30": {
            "buys": 16,
            "sells": 11,
            "buyers": 12,
            "sellers": 10
          },
          "h1": {
            "buys": 28,
            "sells": 25,
            "buyers": 21,
            "sellers": 21
          },
          "h24": {
            "buys": 754,
            "sells": 540,
            "buyers": 393,
            "sellers": 291
          }
        },
        "volume_usd": {
          "m5": "1866.55550663666",
          "h1": "11930.6547840079",
          "h6": "68917.5577721988",
          "h24": "341755.757034972"
        },
        "reserve_in_usd": "118467.7671"
      },
      "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": "ton_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000783451520238709",
        "base_token_price_native_currency": "0.00012258703933634",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00012259",
        "quote_token_price_base_token": "8157.47",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "685989",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "4.63",
          "h1": "-3.44",
          "h6": "-31.57",
          "h24": "-26.37"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 3,
            "buyers": 6,
            "sellers": 3
          },
          "m15": {
            "buys": 16,
            "sells": 6,
            "buyers": 16,
            "sellers": 6
          },
          "m30": {
            "buys": 19,
            "sells": 12,
            "buyers": 19,
            "sellers": 12
          },
          "h1": {
            "buys": 40,
            "sells": 20,
            "buyers": 34,
            "sellers": 19
          },
          "h24": {
            "buys": 672,
            "sells": 405,
            "buyers": 390,
            "sellers": 240
          }
        },
        "volume_usd": {
          "m5": "4093.68879810705",
          "h1": "12983.7788470508",
          "h6": "86852.8257613737",
          "h24": "239360.803846266"
        },
        "reserve_in_usd": "69677.9897"
      },
      "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_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000108579997323247",
        "base_token_price_native_currency": "0.0000170864882312687",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001709",
        "quote_token_price_base_token": "58525.78",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "1085800",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.96",
          "h1": "-9.55",
          "h6": "35.79",
          "h24": "508.91"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 10,
            "buyers": 4,
            "sellers": 10
          },
          "m30": {
            "buys": 9,
            "sells": 15,
            "buyers": 8,
            "sellers": 15
          },
          "h1": {
            "buys": 24,
            "sells": 27,
            "buyers": 22,
            "sellers": 27
          },
          "h24": {
            "buys": 946,
            "sells": 677,
            "buyers": 560,
            "sellers": 406
          }
        },
        "volume_usd": {
          "m5": "812.09299584376",
          "h1": "11006.8208844465",
          "h6": "78428.6109901897",
          "h24": "269658.528126353"
        },
        "reserve_in_usd": "143264.0605"
      },
      "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": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00911524888867924",
        "base_token_price_native_currency": "0.00799650454961832",
        "quote_token_price_usd": "1.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00799650",
        "quote_token_price_base_token": "125.05",
        "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": "-2.5",
          "h1": "-15.53",
          "h6": "-29.63",
          "h24": "-50.76"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 14,
            "buyers": 4,
            "sellers": 14
          },
          "m15": {
            "buys": 9,
            "sells": 36,
            "buyers": 9,
            "sellers": 35
          },
          "m30": {
            "buys": 29,
            "sells": 49,
            "buyers": 20,
            "sellers": 48
          },
          "h1": {
            "buys": 39,
            "sells": 114,
            "buyers": 23,
            "sellers": 101
          },
          "h24": {
            "buys": 1557,
            "sells": 7852,
            "buyers": 1093,
            "sellers": 6505
          }
        },
        "volume_usd": {
          "m5": "105.16938503394",
          "h1": "1632.9187843584",
          "h6": "18731.3600194514",
          "h24": "96723.0381559607"
        },
        "reserve_in_usd": "11875.9011"
      },
      "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": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.434694811716431",
        "base_token_price_native_currency": "0.002445990604412991693239547",
        "quote_token_price_usd": "177.03",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00244599",
        "quote_token_price_base_token": "408.83",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "241493376",
        "market_cap_usd": "221594205.608108",
        "price_change_percentage": {
          "m5": "-2.16",
          "h1": "-3.07",
          "h6": "7.04",
          "h24": "-2.11"
        },
        "transactions": {
          "m5": {
            "buys": 53,
            "sells": 31,
            "buyers": 26,
            "sellers": 24
          },
          "m15": {
            "buys": 128,
            "sells": 57,
            "buyers": 64,
            "sellers": 42
          },
          "m30": {
            "buys": 191,
            "sells": 78,
            "buyers": 91,
            "sellers": 56
          },
          "h1": {
            "buys": 296,
            "sells": 167,
            "buyers": 135,
            "sellers": 127
          },
          "h24": {
            "buys": 8628,
            "sells": 7573,
            "buyers": 2796,
            "sellers": 2496
          }
        },
        "volume_usd": {
          "m5": "161528.391821126",
          "h1": "380149.25861101",
          "h6": "2223796.29127505",
          "h24": "11121196.1302173"
        },
        "reserve_in_usd": "5238629.6531"
      },
      "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": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.615637048513438",
        "base_token_price_native_currency": "0.0966004748010053",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09660047",
        "quote_token_price_base_token": "10.35",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "61563704",
        "market_cap_usd": "62029165.3476946",
        "price_change_percentage": {
          "m5": "-0.41",
          "h1": "-2.12",
          "h6": "-3.11",
          "h24": "0.49"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m15": {
            "buys": 1,
            "sells": 6,
            "buyers": 1,
            "sellers": 6
          },
          "m30": {
            "buys": 5,
            "sells": 12,
            "buyers": 4,
            "sellers": 12
          },
          "h1": {
            "buys": 14,
            "sells": 20,
            "buyers": 13,
            "sellers": 20
          },
          "h24": {
            "buys": 533,
            "sells": 328,
            "buyers": 379,
            "sellers": 253
          }
        },
        "volume_usd": {
          "m5": "2987.27956324463",
          "h1": "37778.1568195265",
          "h6": "224797.865386151",
          "h24": "935140.169345194"
        },
        "reserve_in_usd": "2453970.1332"
      },
      "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": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00573215594570541",
        "base_token_price_native_currency": "0.000033058081948243888509618",
        "quote_token_price_usd": "177.03",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003306",
        "quote_token_price_base_token": "30249.79",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "39466671",
        "market_cap_usd": "40238786.2913219",
        "price_change_percentage": {
          "m5": "0.1",
          "h1": "-6.16",
          "h6": "2.2",
          "h24": "1.87"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 15,
            "buyers": 8,
            "sellers": 15
          },
          "m15": {
            "buys": 88,
            "sells": 95,
            "buyers": 67,
            "sellers": 78
          },
          "m30": {
            "buys": 290,
            "sells": 159,
            "buyers": 155,
            "sellers": 118
          },
          "h1": {
            "buys": 593,
            "sells": 368,
            "buyers": 298,
            "sellers": 231
          },
          "h24": {
            "buys": 9909,
            "sells": 9019,
            "buyers": 2779,
            "sellers": 3004
          }
        },
        "volume_usd": {
          "m5": "7006.63620072599",
          "h1": "493690.168923557",
          "h6": "2959519.25198729",
          "h24": "11427634.5551157"
        },
        "reserve_in_usd": "3001898.3515"
      },
      "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": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00168325639142196",
        "base_token_price_native_currency": "0.000000451605999831256",
        "quote_token_price_usd": "3730.82",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000045",
        "quote_token_price_base_token": "2214320",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "16832564",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.01",
          "h1": "-8.03",
          "h6": "-11.2",
          "h24": "-77.65"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "m15": {
            "buys": 22,
            "sells": 15,
            "buyers": 21,
            "sellers": 13
          },
          "m30": {
            "buys": 37,
            "sells": 28,
            "buyers": 29,
            "sellers": 25
          },
          "h1": {
            "buys": 70,
            "sells": 59,
            "buyers": 55,
            "sellers": 48
          },
          "h24": {
            "buys": 6504,
            "sells": 4139,
            "buyers": 2001,
            "sellers": 1549
          }
        },
        "volume_usd": {
          "m5": "3144.54673178265",
          "h1": "43596.3661604205",
          "h6": "1110665.04967785",
          "h24": "7161406.46342872"
        },
        "reserve_in_usd": "698060.9726"
      },
      "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": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0450567801962885",
        "base_token_price_native_currency": "0.000239344389368102377214303",
        "quote_token_price_usd": "177.03",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00023934",
        "quote_token_price_base_token": "4178.08",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "42985884",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.89",
          "h1": "24.45",
          "h6": "6.36",
          "h24": "-4.92"
        },
        "transactions": {
          "m5": {
            "buys": 34,
            "sells": 62,
            "buyers": 27,
            "sellers": 48
          },
          "m15": {
            "buys": 109,
            "sells": 166,
            "buyers": 82,
            "sellers": 123
          },
          "m30": {
            "buys": 238,
            "sells": 343,
            "buyers": 166,
            "sellers": 224
          },
          "h1": {
            "buys": 459,
            "sells": 518,
            "buyers": 296,
            "sellers": 331
          },
          "h24": {
            "buys": 17017,
            "sells": 11491,
            "buyers": 5240,
            "sellers": 3884
          }
        },
        "volume_usd": {
          "m5": "89735.7857169664",
          "h1": "558884.337949355",
          "h6": "4269699.75500293",
          "h24": "18720930.6013554"
        },
        "reserve_in_usd": "984882.0771"
      },
      "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": "base_0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0215608589284781",
        "base_token_price_native_currency": "0.00000578304097062352",
        "quote_token_price_usd": "3729.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000578",
        "quote_token_price_base_token": "172919",
        "address": "0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
        "name": "DEGEN / WETH 0.3%",
        "pool_created_at": "2024-01-07T19:30:45Z",
        "fdv_usd": "797012896",
        "market_cap_usd": "270603604.065112",
        "price_change_percentage": {
          "m5": "-0.51",
          "h1": "-2.73",
          "h6": "9.1",
          "h24": "23.07"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 8,
            "buyers": 13,
            "sellers": 7
          },
          "m15": {
            "buys": 26,
            "sells": 35,
            "buyers": 24,
            "sellers": 29
          },
          "m30": {
            "buys": 59,
            "sells": 95,
            "buyers": 54,
            "sellers": 67
          },
          "h1": {
            "buys": 154,
            "sells": 236,
            "buyers": 127,
            "sellers": 125
          },
          "h24": {
            "buys": 4581,
            "sells": 5483,
            "buyers": 1903,
            "sellers": 1872
          }
        },
        "volume_usd": {
          "m5": "22163.2908799749",
          "h1": "501391.419545327",
          "h6": "7497293.24843938",
          "h24": "14545739.636455"
        },
        "reserve_in_usd": "13915081.462"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x4ed4e862860bed51a9570b96d89af5e1b0efefed",
            "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.0394752281230364",
        "base_token_price_native_currency": "0.00619377115856811",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00619377",
        "quote_token_price_base_token": "161.45",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "3947431",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.49",
          "h1": "-3.04",
          "h6": "-3.93",
          "h24": "-8.53"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 8,
            "sells": 5,
            "buyers": 8,
            "sellers": 5
          },
          "m30": {
            "buys": 18,
            "sells": 12,
            "buyers": 17,
            "sellers": 12
          },
          "h1": {
            "buys": 29,
            "sells": 26,
            "buyers": 28,
            "sellers": 26
          },
          "h24": {
            "buys": 341,
            "sells": 359,
            "buyers": 242,
            "sellers": 267
          }
        },
        "volume_usd": {
          "m5": "3277.40730509044",
          "h1": "44627.5862695003",
          "h6": "129626.857677829",
          "h24": "538669.811983133"
        },
        "reserve_in_usd": "1077986.4231"
      },
      "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": "ton_EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "3.13360385639368",
        "base_token_price_native_currency": "0.489429727007101",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.48942973",
        "quote_token_price_base_token": "2.04319424",
        "address": "EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
        "name": "RANDOM / TON 0.4%",
        "pool_created_at": "2024-05-15T16:23:22Z",
        "fdv_usd": "2990617",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.42",
          "h6": "-15.48",
          "h24": "-16.08"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 5,
            "buyers": 2,
            "sellers": 5
          },
          "m30": {
            "buys": 7,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "h1": {
            "buys": 9,
            "sells": 9,
            "buyers": 5,
            "sellers": 9
          },
          "h24": {
            "buys": 679,
            "sells": 490,
            "buyers": 268,
            "sellers": 258
          }
        },
        "volume_usd": {
          "m5": "62.16187921966",
          "h1": "2154.65228328915",
          "h6": "74975.8024249779",
          "h24": "474998.956261013"
        },
        "reserve_in_usd": "388486.6611"
      },
      "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": "ton_EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00187411417828722",
        "base_token_price_native_currency": "0.000295940357449233",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00029594",
        "quote_token_price_base_token": "3379.06",
        "address": "EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
        "name": "GPU / TON 0.4%",
        "pool_created_at": "2024-05-17T23:43:22Z",
        "fdv_usd": "9370571",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.95",
          "h1": "-0.63",
          "h6": "-14.33",
          "h24": "116.28"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 5,
            "buyers": 2,
            "sellers": 3
          },
          "m15": {
            "buys": 10,
            "sells": 21,
            "buyers": 8,
            "sellers": 14
          },
          "m30": {
            "buys": 11,
            "sells": 26,
            "buyers": 9,
            "sellers": 18
          },
          "h1": {
            "buys": 24,
            "sells": 60,
            "buyers": 18,
            "sellers": 42
          },
          "h24": {
            "buys": 983,
            "sells": 1090,
            "buyers": 531,
            "sellers": 485
          }
        },
        "volume_usd": {
          "m5": "1403.6696549898",
          "h1": "21903.9063764167",
          "h6": "196984.567700492",
          "h24": "382438.083395152"
        },
        "reserve_in_usd": "78192.1377"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCILWMtTu_ShFu0WPZnZx9SfCX70dTypBESubKMZUPQOd53",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    }
  ]
}

Чому Web3-проєкти використовують CoinGecko

«API DEX від CoinGecko надає нам швидке, високоточне та надійне джерело даних про ціни на DEX. Вони мають широке охоплення даних, прості у використанні та дуже надійні. API DEX від CoinGecko став одним із наших ключових фідів цін на DEX, які Supra використовує для зведення даних із децентралізованих бірж».
«API DEX від CoinGecko стає невід'ємною частиною нашого процесу розробки, вправно справляючись із численними дрібними завданнями, з якими у нас просто не було можливості впоратися. Це значно спростило наш робочий процес, дозволивши нам зосередитися на основній розробці».
«API DEX від CoinGecko має широке охоплення, підтримує найбільшу кількість ланцюжківі має високу доступність».

Часті запитання

Надайте вашому проєкту
більше можливостей за допомогою API від CoinGecko

Відкрийте для себе більше можливостей завдяки надійним, точним і повним даним щодо цін на криптовалюти.

Будьте в курсі!

Підпишіться на нашу розсилку щодо API для отримання останніх новин про продукти, оновлення кінцевих точок та наснажливий контент спільноти.
Оберіть валюту
Пропоновані криптовалюти
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
Фіатні криптовалюти
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
Криптовалюти
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
Одиниць Bitcoin
BITS
Bits
SATS
Satoshi
Товари
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Оберіть мову
Популярні мови
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Всі мови
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
繁體中文
Увійдіть в систему, щоб з легкістю відстежувати улюблені монети 🚀
Продовжуючи ви погоджуєтесь з Умовами надання послуг CoinGecko та підтверджуєте, що прочитали нашу Політику конфіденційності
або
Забули пароль?
Не отримали листа з підтвердженням?
Повторно надіслати вказівки з підтвердження
ЦЕ БЕЗКОШТОВНО! З легкістю стежте за улюбленими монетами з CoinGecko 🚀
Продовжуючи ви погоджуєтесь з Умовами надання послуг CoinGecko та підтверджуєте, що прочитали нашу Політику конфіденційності
або
Пароль має містити щонайменше 8 символів, включаючи 1 велику літеру, 1 малу літеру, 1 цифру та 1 спеціальний символ
Не отримали листа з підтвердженням?
Повторно надіслати вказівки з підтвердження
Забули пароль?
Протягом декількох хвилин Ви отримаєте листа з вказівками щодо скидання Вашого пароля.
Повторно надіслати вказівки з підтвердження
Ви отримаєте листа з вказівками щодо підтвердження вашого облікового запису протягом декількох хвилин.
Завантажте додаток CoinGecko.
Щоб завантажити додаток, заскануйте цей QR-код App QR Code Або перевірте в магазинах додатків
coingecko
Перейти у додаток
Відстежувати ціни онлайн
Відкрити додаток