通貨: 14,356
取引所: 1,099
時価総額: 2.749T$ 8.3%
24H取引高: 217.867B$
ガス: 26 GWEI
広告なしにする

DeFiプロジェクトと開発者向けのオンチェーンDEXトークン&マーケットデータ API

データ提供元
業界をリードするWeb3プロジェクトに信頼されています

幅広く信頼性の高い、オンチェーンDEXデータAPI

当社の信頼性高く、幅広いDEXデータAPIにより、Uniswap、PancakeSwap、Orca、Curveなど、主要ネットワーク上のDEXのオンチェーンマーケットデータにアクセスできます。
2M+
コイン&トークン
100+
ネットワーク
800+
DEX

DeFiプロジェクトを効果的にスケールする

仮想通貨、NFT、DEXデータ用の統一されたAPI

統合プロセスを1つに統合された仮想通貨データAPIで簡素化し、完全なカバレッジを提供します
エンドポイントカテゴリー 概要
/onchain/simple/*/token_price/* トークンアドレスを使用して、ネットワーク上のトークンの最新米ドル価格を取得する最も簡単な方法です
/onchain/networks 対応ネットワーク一覧を取得する
/onchain/network/*dexes ネットワーク上でサポートされているDEXの全リストを取得する
/onchains/network/*/pools/* 人気のプール、新規プール、価格、リザーブ、時価総額、トランザクション、取引高などのマーケットデータなど、流動性プールのデータを入手できます。検索用エンドポイントで、ネットワーク上のプールを検索することもできます。
/onchains/network/*/tokens/* トッププール、価格、FDV、リザーブ、取引高、時価総額、Geckoterminalスコア、Coingecko API IDなどのトークン関連データを取得します。画像、ウェブサイト、詳細、ソーシャルメディアリンクなどのメタデータも利用可能です。
/onchains/network/*/ohlcvs/* 流動性プールのOHLCVヒストリカルチャートデータの取得
/onchains/network/*/trades 流動性プールから最新300件のトランザクションを入手する
// 流動性プールの価格とマーケットデータを取得する
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.998969383110259",
      "base_token_price_native_currency": "0.000263223055517867",
      "quote_token_price_usd": "3789.43786194874",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026322",
      "quote_token_price_base_token": "3799.06",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3301275172",
      "market_cap_usd": "5353672268.4766",
      "price_change_percentage": {
        "m5": "0",
        "h1": "-0.37",
        "h6": "-0.15",
        "h24": "0.03"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 1,
          "buyers": 0,
          "sellers": 1
        },
        "m15": {
          "buys": 2,
          "sells": 3,
          "buyers": 2,
          "sellers": 3
        },
        "m30": {
          "buys": 5,
          "sells": 5,
          "buyers": 5,
          "sellers": 5
        },
        "h1": {
          "buys": 17,
          "sells": 14,
          "buyers": 17,
          "sellers": 12
        },
        "h24": {
          "buys": 731,
          "sells": 535,
          "buyers": 316,
          "sellers": 219
        }
      },
      "volume_usd": {
        "m5": "18948.0613372178",
        "h1": "337171.241873901",
        "h6": "3169757.57174434",
        "h24": "22560070.4218503"
      },
      "reserve_in_usd": "5482051.3758"
    },
    "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": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000606225799409248",
        "base_token_price_native_currency": "0.000000000000000984410240075923",
        "quote_token_price_usd": "617.24615741814",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000000984",
        "quote_token_price_base_token": "1015836649487590",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "254615",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.96",
          "h1": "-23.82",
          "h6": "-35.53",
          "h24": "136.01"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 5,
            "buyers": 4,
            "sellers": 4
          },
          "m15": {
            "buys": 14,
            "sells": 13,
            "buyers": 14,
            "sellers": 10
          },
          "m30": {
            "buys": 50,
            "sells": 41,
            "buyers": 46,
            "sellers": 35
          },
          "h1": {
            "buys": 94,
            "sells": 81,
            "buyers": 80,
            "sellers": 69
          },
          "h24": {
            "buys": 2991,
            "sells": 1920,
            "buyers": 1677,
            "sellers": 1033
          }
        },
        "volume_usd": {
          "m5": "393.200805809447",
          "h1": "20318.5267622993",
          "h6": "166171.994357887",
          "h24": "694484.031852386"
        },
        "reserve_in_usd": "108703.069"
      },
      "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.005443536828942",
        "base_token_price_native_currency": "0.000863021297406442",
        "quote_token_price_usd": "6.39",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00086302",
        "quote_token_price_base_token": "1158.72",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "559128648",
        "market_cap_usd": "567818202.807734",
        "price_change_percentage": {
          "m5": "2.21",
          "h1": "4.8",
          "h6": "4.32",
          "h24": "5.72"
        },
        "transactions": {
          "m5": {
            "buys": 17,
            "sells": 61,
            "buyers": 17,
            "sellers": 61
          },
          "m15": {
            "buys": 104,
            "sells": 397,
            "buyers": 96,
            "sellers": 389
          },
          "m30": {
            "buys": 215,
            "sells": 907,
            "buyers": 195,
            "sellers": 873
          },
          "h1": {
            "buys": 391,
            "sells": 1783,
            "buyers": 351,
            "sellers": 1711
          },
          "h24": {
            "buys": 7192,
            "sells": 43510,
            "buyers": 5027,
            "sellers": 37712
          }
        },
        "volume_usd": {
          "m5": "6548.91535295609",
          "h1": "303380.2272354",
          "h6": "1554335.15438587",
          "h24": "5026132.77594056"
        },
        "reserve_in_usd": "5884221.2165"
      },
      "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": "eth_0x1458770554b8918b970444d8b2c02a47f6df99a7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.89622566495524",
        "base_token_price_native_currency": "0.000499202953516212716600544570772",
        "quote_token_price_usd": "0.996634000449628",
        "quote_token_price_native_currency": "0.000263003125201558",
        "base_token_price_quote_token": "1.89808753",
        "quote_token_price_base_token": "0.52684609",
        "address": "0x1458770554b8918b970444d8b2c02a47f6df99a7",
        "name": "RETIK / USDT 0.3%",
        "pool_created_at": "2024-05-21T11:59:35Z",
        "fdv_usd": "1896225665",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "5.89",
          "h1": "86.57",
          "h6": "1106.6",
          "h24": "1106.6"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 12,
            "buyers": 16,
            "sellers": 11
          },
          "m15": {
            "buys": 40,
            "sells": 25,
            "buyers": 38,
            "sellers": 22
          },
          "m30": {
            "buys": 98,
            "sells": 49,
            "buyers": 88,
            "sellers": 42
          },
          "h1": {
            "buys": 178,
            "sells": 60,
            "buyers": 149,
            "sellers": 51
          },
          "h24": {
            "buys": 1377,
            "sells": 451,
            "buyers": 942,
            "sellers": 236
          }
        },
        "volume_usd": {
          "m5": "91902.0541656409",
          "h1": "586587.319778056",
          "h6": "6270322.42423447",
          "h24": "6270322.42423447"
        },
        "reserve_in_usd": "1070196.0754"
      },
      "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_0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.254037037521021",
        "base_token_price_native_currency": "0.000411207714533337243966271081188511053155734",
        "quote_token_price_usd": "0.999674225998715",
        "quote_token_price_native_currency": "0.0016173374215808",
        "base_token_price_quote_token": "0.25424980",
        "quote_token_price_base_token": "3.93313978",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "253615725",
        "market_cap_usd": "119018145.790713",
        "price_change_percentage": {
          "m5": "0.02",
          "h1": "0.13",
          "h6": "-2.46",
          "h24": "9.61"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 0,
            "sells": 10,
            "buyers": 0,
            "sellers": 10
          },
          "m30": {
            "buys": 8,
            "sells": 23,
            "buyers": 7,
            "sellers": 18
          },
          "h1": {
            "buys": 18,
            "sells": 53,
            "buyers": 15,
            "sellers": 41
          },
          "h24": {
            "buys": 1257,
            "sells": 808,
            "buyers": 297,
            "sellers": 318
          }
        },
        "volume_usd": {
          "m5": "89.4967820013609",
          "h1": "23690.1687921881",
          "h6": "469044.566000284",
          "h24": "1327739.32888364"
        },
        "reserve_in_usd": "4434332.6001"
      },
      "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_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.234821434278113",
        "base_token_price_native_currency": "0.0365471365400594",
        "quote_token_price_usd": "6.4",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03654714",
        "quote_token_price_base_token": "27.36",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "4931250",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.81",
          "h1": "2.55",
          "h6": "-0.78",
          "h24": "29.86"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 23,
            "sells": 13,
            "buyers": 23,
            "sellers": 13
          },
          "m30": {
            "buys": 63,
            "sells": 24,
            "buyers": 59,
            "sellers": 24
          },
          "h1": {
            "buys": 118,
            "sells": 38,
            "buyers": 114,
            "sellers": 36
          },
          "h24": {
            "buys": 1191,
            "sells": 1009,
            "buyers": 711,
            "sellers": 629
          }
        },
        "volume_usd": {
          "m5": "261.3497810048",
          "h1": "33675.5896070404",
          "h6": "482019.994472423",
          "h24": "1512118.07944999"
        },
        "reserve_in_usd": "856419.9492"
      },
      "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.0035867822776535",
        "base_token_price_native_currency": "0.000560820872160048",
        "quote_token_price_usd": "6.39",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00056082",
        "quote_token_price_base_token": "1783.10",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "502150",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-2.78",
          "h6": "-22.63",
          "h24": "-23.6"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 8,
            "sells": 4,
            "buyers": 5,
            "sellers": 4
          },
          "m30": {
            "buys": 11,
            "sells": 6,
            "buyers": 8,
            "sellers": 5
          },
          "h1": {
            "buys": 24,
            "sells": 12,
            "buyers": 20,
            "sellers": 9
          },
          "h24": {
            "buys": 1247,
            "sells": 773,
            "buyers": 652,
            "sellers": 409
          }
        },
        "volume_usd": {
          "m5": "286.29351497664",
          "h1": "7269.43280537608",
          "h6": "69527.816947106",
          "h24": "575982.803298538"
        },
        "reserve_in_usd": "116975.8003"
      },
      "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.00086906672921664",
        "base_token_price_native_currency": "0.000135170983585782",
        "quote_token_price_usd": "6.39",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00013517",
        "quote_token_price_base_token": "7398.04",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "760954",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.52",
          "h1": "-12.09",
          "h6": "-26.78",
          "h24": "-23.32"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 6,
            "sells": 4,
            "buyers": 6,
            "sellers": 4
          },
          "m30": {
            "buys": 19,
            "sells": 7,
            "buyers": 18,
            "sellers": 7
          },
          "h1": {
            "buys": 64,
            "sells": 21,
            "buyers": 51,
            "sellers": 20
          },
          "h24": {
            "buys": 984,
            "sells": 606,
            "buyers": 563,
            "sellers": 366
          }
        },
        "volume_usd": {
          "m5": "1266.53336460832",
          "h1": "26313.1779449928",
          "h6": "43396.3212047358",
          "h24": "354574.145708144"
        },
        "reserve_in_usd": "85537.7243"
      },
      "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_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0178033036053986",
        "base_token_price_native_currency": "0.00279001740470924",
        "quote_token_price_usd": "6.4",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00279002",
        "quote_token_price_base_token": "358.42",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "88872745",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.09",
          "h1": "0.02",
          "h6": "-4.67",
          "h24": "22.7"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m15": {
            "buys": 1,
            "sells": 14,
            "buyers": 1,
            "sellers": 14
          },
          "m30": {
            "buys": 6,
            "sells": 20,
            "buyers": 6,
            "sellers": 20
          },
          "h1": {
            "buys": 20,
            "sells": 37,
            "buyers": 20,
            "sellers": 34
          },
          "h24": {
            "buys": 755,
            "sells": 847,
            "buyers": 535,
            "sellers": 615
          }
        },
        "volume_usd": {
          "m5": "67.772267904",
          "h1": "13795.2107138986",
          "h6": "301169.96170381",
          "h24": "1358462.0498694"
        },
        "reserve_in_usd": "1587025.5413"
      },
      "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": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.404917937110815",
        "base_token_price_native_currency": "0.002264383816470630544092176",
        "quote_token_price_usd": "178.17",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00226438",
        "quote_token_price_base_token": "441.62",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "224950924",
        "market_cap_usd": "201967743.470863",
        "price_change_percentage": {
          "m5": "-0.06",
          "h1": "-0.63",
          "h6": "-0.98",
          "h24": "-6.85"
        },
        "transactions": {
          "m5": {
            "buys": 18,
            "sells": 11,
            "buyers": 10,
            "sellers": 11
          },
          "m15": {
            "buys": 45,
            "sells": 29,
            "buyers": 29,
            "sellers": 28
          },
          "m30": {
            "buys": 78,
            "sells": 82,
            "buyers": 56,
            "sellers": 55
          },
          "h1": {
            "buys": 164,
            "sells": 221,
            "buyers": 115,
            "sellers": 111
          },
          "h24": {
            "buys": 8862,
            "sells": 7668,
            "buyers": 2995,
            "sellers": 2680
          }
        },
        "volume_usd": {
          "m5": "13139.5800928661",
          "h1": "210396.113671361",
          "h6": "1826812.01635279",
          "h24": "11222238.0339801"
        },
        "reserve_in_usd": "5069863.3937"
      },
      "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": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0119873894136879",
        "base_token_price_native_currency": "0.0104230070849721",
        "quote_token_price_usd": "1.15",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01042301",
        "quote_token_price_base_token": "95.94",
        "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.2",
          "h1": "-6.31",
          "h6": "6.7",
          "h24": "-39.67"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 10,
            "sells": 57,
            "buyers": 10,
            "sellers": 54
          },
          "m30": {
            "buys": 23,
            "sells": 164,
            "buyers": 21,
            "sellers": 155
          },
          "h1": {
            "buys": 61,
            "sells": 329,
            "buyers": 56,
            "sellers": 307
          },
          "h24": {
            "buys": 1718,
            "sells": 9128,
            "buyers": 1229,
            "sellers": 7559
          }
        },
        "volume_usd": {
          "m5": "47.71136998495",
          "h1": "2592.70391071749",
          "h6": "24302.4682071537",
          "h24": "108648.195641336"
        },
        "reserve_in_usd": "15757.7569"
      },
      "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_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00563333143858657",
        "base_token_price_native_currency": "0.000032191036091391806766085",
        "quote_token_price_usd": "178.17",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003219",
        "quote_token_price_base_token": "31064.55",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "38786251",
        "market_cap_usd": "39358514.3158286",
        "price_change_percentage": {
          "m5": "0.05",
          "h1": "-1.39",
          "h6": "-15.24",
          "h24": "-18.59"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 3,
            "buyers": 5,
            "sellers": 3
          },
          "m15": {
            "buys": 61,
            "sells": 18,
            "buyers": 27,
            "sellers": 17
          },
          "m30": {
            "buys": 112,
            "sells": 63,
            "buyers": 47,
            "sellers": 55
          },
          "h1": {
            "buys": 235,
            "sells": 159,
            "buyers": 104,
            "sellers": 135
          },
          "h24": {
            "buys": 11094,
            "sells": 9679,
            "buyers": 2921,
            "sellers": 3186
          }
        },
        "volume_usd": {
          "m5": "3664.33347889895",
          "h1": "221974.246080859",
          "h6": "2385242.09442294",
          "h24": "13619630.0856784"
        },
        "reserve_in_usd": "2974466.2531"
      },
      "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": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.59437694854159",
        "base_token_price_native_currency": "0.0926010468568957",
        "quote_token_price_usd": "6.4",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09260105",
        "quote_token_price_base_token": "10.80",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "59437694",
        "market_cap_usd": "59264669.9884133",
        "price_change_percentage": {
          "m5": "0.02",
          "h1": "-0.64",
          "h6": "-6.39",
          "h24": "5.51"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m30": {
            "buys": 8,
            "sells": 2,
            "buyers": 8,
            "sellers": 2
          },
          "h1": {
            "buys": 18,
            "sells": 7,
            "buyers": 17,
            "sellers": 7
          },
          "h24": {
            "buys": 554,
            "sells": 386,
            "buyers": 393,
            "sellers": 286
          }
        },
        "volume_usd": {
          "m5": "896.8759833152",
          "h1": "12235.3712255716",
          "h6": "259699.178901705",
          "h24": "1155726.37918067"
        },
        "reserve_in_usd": "2410105.9989"
      },
      "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": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000122515629620588",
        "base_token_price_native_currency": "0.00000000324309895825002",
        "quote_token_price_usd": "3789.07150776625",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003243098958",
        "quote_token_price_base_token": "308347051",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "5069363831",
        "market_cap_usd": "5169579171.38318",
        "price_change_percentage": {
          "m5": "0.08",
          "h1": "-1.88",
          "h6": "10.01",
          "h24": "30.35"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 6,
            "buyers": 9,
            "sellers": 6
          },
          "m15": {
            "buys": 20,
            "sells": 13,
            "buyers": 19,
            "sellers": 13
          },
          "m30": {
            "buys": 32,
            "sells": 40,
            "buyers": 31,
            "sellers": 39
          },
          "h1": {
            "buys": 88,
            "sells": 77,
            "buyers": 79,
            "sellers": 71
          },
          "h24": {
            "buys": 1219,
            "sells": 1059,
            "buyers": 931,
            "sellers": 744
          }
        },
        "volume_usd": {
          "m5": "74292.7821152938",
          "h1": "1179648.8016251",
          "h6": "7460486.17006015",
          "h24": "22429530.5423176"
        },
        "reserve_in_usd": "52174060.7872"
      },
      "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_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000106564137336118",
        "base_token_price_native_currency": "0.0000167161670800762",
        "quote_token_price_usd": "6.39",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001672",
        "quote_token_price_base_token": "59822.33",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "1065641",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.33",
          "h1": "19.1",
          "h6": "53.64",
          "h24": "20880.29"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m15": {
            "buys": 15,
            "sells": 12,
            "buyers": 15,
            "sellers": 12
          },
          "m30": {
            "buys": 31,
            "sells": 17,
            "buyers": 31,
            "sellers": 17
          },
          "h1": {
            "buys": 54,
            "sells": 29,
            "buyers": 49,
            "sellers": 27
          },
          "h24": {
            "buys": 1011,
            "sells": 592,
            "buyers": 590,
            "sellers": 345
          }
        },
        "volume_usd": {
          "m5": "284.355",
          "h1": "25060.2863282401",
          "h6": "68070.6439631519",
          "h24": "257960.43354473"
        },
        "reserve_in_usd": "141933.8842"
      },
      "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": "ton_EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0404174412994723",
        "base_token_price_native_currency": "0.00634365972643803",
        "quote_token_price_usd": "6.39",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00634366",
        "quote_token_price_base_token": "157.64",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "4041650",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.49",
          "h1": "-0.5",
          "h6": "-5.67",
          "h24": "6.17"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 3,
            "buyers": 6,
            "sellers": 3
          },
          "m30": {
            "buys": 10,
            "sells": 7,
            "buyers": 10,
            "sellers": 7
          },
          "h1": {
            "buys": 16,
            "sells": 13,
            "buyers": 15,
            "sellers": 13
          },
          "h24": {
            "buys": 469,
            "sells": 402,
            "buyers": 339,
            "sellers": 298
          }
        },
        "volume_usd": {
          "m5": "2140.0403750848",
          "h1": "12919.3593334533",
          "h6": "98749.2606939195",
          "h24": "679523.046055137"
        },
        "reserve_in_usd": "1094382.1399"
      },
      "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": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00219526958325827",
        "base_token_price_native_currency": "0.000000578716437365914",
        "quote_token_price_usd": "3797.59",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000058",
        "quote_token_price_base_token": "1727962",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "21952696",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.56",
          "h1": "18.92",
          "h6": "-17.91",
          "h24": "-83.42"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 15,
            "sells": 8,
            "buyers": 15,
            "sellers": 8
          },
          "m30": {
            "buys": 38,
            "sells": 39,
            "buyers": 32,
            "sellers": 37
          },
          "h1": {
            "buys": 95,
            "sells": 110,
            "buyers": 79,
            "sellers": 97
          },
          "h24": {
            "buys": 8244,
            "sells": 4850,
            "buyers": 2316,
            "sellers": 1670
          }
        },
        "volume_usd": {
          "m5": "350.639183760476",
          "h1": "124435.168185665",
          "h6": "1715879.31388557",
          "h24": "9760615.93507505"
        },
        "reserve_in_usd": "809790.3825"
      },
      "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_EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "3.67450851849773",
        "base_token_price_native_currency": "0.577156498491328",
        "quote_token_price_usd": "6.39",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.57715650",
        "quote_token_price_base_token": "1.73263232",
        "address": "EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
        "name": "RANDOM / TON 0.4%",
        "pool_created_at": "2024-05-15T16:23:22Z",
        "fdv_usd": "3508451",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-1.02",
          "h6": "-17.05",
          "h24": "7.55"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m30": {
            "buys": 5,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "h1": {
            "buys": 10,
            "sells": 9,
            "buyers": 3,
            "sellers": 8
          },
          "h24": {
            "buys": 798,
            "sells": 535,
            "buyers": 301,
            "sellers": 276
          }
        },
        "volume_usd": {
          "m5": "70.81142207022",
          "h1": "2346.63133608265",
          "h6": "244291.994951821",
          "h24": "562107.179137875"
        },
        "reserve_in_usd": "422732.3709"
      },
      "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": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0437685537692884",
        "base_token_price_native_currency": "0.000231155754079249939566535",
        "quote_token_price_usd": "178.18",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00023116",
        "quote_token_price_base_token": "4326.09",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "41756866",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.52",
          "h1": "17.75",
          "h6": "2.2",
          "h24": "2.81"
        },
        "transactions": {
          "m5": {
            "buys": 24,
            "sells": 10,
            "buyers": 18,
            "sellers": 10
          },
          "m15": {
            "buys": 102,
            "sells": 86,
            "buyers": 79,
            "sellers": 75
          },
          "m30": {
            "buys": 233,
            "sells": 177,
            "buyers": 177,
            "sellers": 141
          },
          "h1": {
            "buys": 636,
            "sells": 489,
            "buyers": 457,
            "sellers": 365
          },
          "h24": {
            "buys": 16592,
            "sells": 10960,
            "buyers": 5348,
            "sellers": 3802
          }
        },
        "volume_usd": {
          "m5": "17273.2031546026",
          "h1": "478274.877159432",
          "h6": "2859873.48271131",
          "h24": "18095266.810114"
        },
        "reserve_in_usd": "966977.132"
      },
      "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": "solana_7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0410774422433974",
        "base_token_price_native_currency": "0.000230237376196378102596871",
        "quote_token_price_usd": "178.17",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00023024",
        "quote_token_price_base_token": "4343.34",
        "address": "7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
        "name": "SLOTH / SOL",
        "pool_created_at": "2024-05-01T14:38:00Z",
        "fdv_usd": "76190190",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.03",
          "h1": "0.13",
          "h6": "-3.76",
          "h24": "-16.81"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 6,
            "buyers": 3,
            "sellers": 6
          },
          "m15": {
            "buys": 22,
            "sells": 30,
            "buyers": 18,
            "sellers": 29
          },
          "m30": {
            "buys": 44,
            "sells": 73,
            "buyers": 38,
            "sellers": 66
          },
          "h1": {
            "buys": 233,
            "sells": 184,
            "buyers": 184,
            "sellers": 153
          },
          "h24": {
            "buys": 6137,
            "sells": 4292,
            "buyers": 3311,
            "sellers": 2478
          }
        },
        "volume_usd": {
          "m5": "6808.26639574347",
          "h1": "407544.400578461",
          "h6": "1651539.63523329",
          "h24": "9214309.06703573"
        },
        "reserve_in_usd": "5998444.3651"
      },
      "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": "eth_0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000140184536729021",
        "base_token_price_native_currency": "0.0000000369536788729033",
        "quote_token_price_usd": "3790.47572258896",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004",
        "quote_token_price_base_token": "27060905",
        "address": "0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
        "name": "MAGA / WETH",
        "pool_created_at": "2024-05-16T14:08:11Z",
        "fdv_usd": "57944785",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.54",
          "h1": "-6.93",
          "h6": "12.28",
          "h24": "-2.16"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 6,
            "buyers": 8,
            "sellers": 5
          },
          "m15": {
            "buys": 23,
            "sells": 12,
            "buyers": 22,
            "sellers": 11
          },
          "m30": {
            "buys": 49,
            "sells": 33,
            "buyers": 46,
            "sellers": 30
          },
          "h1": {
            "buys": 90,
            "sells": 64,
            "buyers": 82,
            "sellers": 54
          },
          "h24": {
            "buys": 4122,
            "sells": 3174,
            "buyers": 2332,
            "sellers": 1656
          }
        },
        "volume_usd": {
          "m5": "19689.1619733681",
          "h1": "374989.789106771",
          "h6": "3939239.45253078",
          "h24": "22096365.9289204"
        },
        "reserve_in_usd": "1739286.788"
      },
      "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"
          }
        }
      }
    }
  ]
}

Web3プロジェクトがCoinGeckoを使用する理由

「CoinGeckoのDEX APIは、高速かつ高精度で堅牢なDEX価格データを提供してくれます。CoinGeckoのDEX APIは幅広いデータをカバーし、使いやすく、高い信頼性を持っています。CoinGeckoのDEX APIは、Supraが分散型取引所からのデータを集約するために利用する、多くの主要なDEX価格フィードの1つとなっています。」
「CoinGecko の DEX API は、私たちの開発プロセスに不可欠なものとなり、私たちでは管理しきれない多くの細かいタスクを巧みに処理してくれます。これにより、私たちのワークフローは大幅に合理化化され、コア開発に集中できるようになりました。」
「CoinGeckoのDEX APIは広範囲をカバーし、最大のチェーン数をサポートしており、高い可用性を備えています。」

よくある質問

CoinGecko API
プロジェクトを加速させましょう

信頼性が高く、正確で包括的な仮想通貨価格データで、さらなる可能性を引き出しましょう。

最新情報をお見逃しなく!

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
ビットコイン単位
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の利用規約プライバシーポリシーを読み、同意したとみなされます。
or
パスワードを忘れましたか?
アカウント確認のメールを受け取っていませんか?
アカウント確認メール再送
無料!CoinGeckoでお気に入りの通貨を簡単に追跡しましょう 🚀
続行することにより、お客様はCoinGeckoの利用規約プライバシーポリシーを読み、同意したとみなされます。
or
パスワードは、大文字1文字、小文字1文字、数字1文字、特殊文字1文字を含む、8文字以上である必要があります
アカウント確認のメールを受け取っていませんか?
アカウント確認メール再送
パスワードを忘れましたか?
パスワードの再設定について数分以内にメールでご連絡いたします。
アカウント確認メール再送
アカウントの有効化について数分以内にメールでご連絡します。
CoinGeckoアプリを入手しましょう。
今すぐアプリをダウンロードするには、このQRコードをスキャン App QR Code またはアプリストアでチェック
coingecko
アプリで続ける
リアルタイムで価格を把握
アプリを開く