Érmék: 14 355
Tőzsdék: 1 099
Piaci kapitalizáció: 2,771T $ 8.8%
24 órás forgalom: 200,633B $
Gas: 25 GWEI
Hirdetések kikapcsolása

On-chain DEX token- és piaciadat-API DeFi-projektek és fejlesztők számára

Az adatok szolgáltatója
A vezető Web3-projektek is ezt választják

Kiterjedt és megbízható on-chain DEX adat-API

Szerezz on-chain piaci adatokat DEX-ekről – pl. Uniswap, PancakeSwap, Orca, Curve és a főbb hálózatok további tőzsdéiről a megbízható és széles körű adatállományt kínáló DEX adat-API-val.
2M+
Érmék és tokenek
100+
Hálózatok
800+
DEX-ek

Skálázd hatékonyan a DeFi-projektedet

Egyetlen, egységes API a kriptó-, NFT- és CEX-adatokhoz

Egyszerűsítsd az integrációs folyamatot egyetlen, egységesített kriptoadat-API-val, amely teljes feledettséget nyújt
Végpont-kategória Leírás
/onchain/simple/*/token_price/* A legegyszerűbb módszer egy hálózat legfrissebb USD-tokenárfolyamainak lekérésére, tokencímekkel
/onchain/networks Támogatott hálózatok teljes listája
/onchain/network/*dexes Az adott hálózaton működő, támogatott dexek teljes listája
/onchains/network/*/pools/* A likviditáspool-adatok közül például a következők: felkapott poolok, új poolok, továbbá a piaci adatok közül az árfolyam, tartalék, piaci kapitalizáció, tranzakciók, forgalom. Keresési végpont is elérhető az adott hálózaton található poolok kereséséhez.
/onchains/network/*/tokens/* A tokenadatok közül például a következők: a top poolok, árfolyam, fdv, tartalék, forgalom, piaci kap., geckoterminal-pontszám, coingecko api azonosítója. Metaadatok is elérhetők, például: kép, webhely, leírás és közösségi oldalak linkjei.
/onchains/network/*/ohlcvs/* Egy adott likviditáspool múltbeli OHLCV-diagramja
/onchains/network/*/trades Egy adott likviditáspool utolsó 300 ügyletének adatállománya
// Egy adott likviditáspool árfolyamai és piaci adatai
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.00346415059352",
      "base_token_price_native_currency": "0.000264989097878295",
      "quote_token_price_usd": "3781.57798139498",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026499",
      "quote_token_price_base_token": "3773.74",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3316128944",
      "market_cap_usd": "5348238100.70551",
      "price_change_percentage": {
        "m5": "0.31",
        "h1": "0.41",
        "h6": "0.67",
        "h24": "0.04"
      },
      "transactions": {
        "m5": {
          "buys": 2,
          "sells": 2,
          "buyers": 1,
          "sellers": 2
        },
        "m15": {
          "buys": 9,
          "sells": 6,
          "buyers": 8,
          "sellers": 6
        },
        "m30": {
          "buys": 12,
          "sells": 7,
          "buyers": 11,
          "sellers": 7
        },
        "h1": {
          "buys": 38,
          "sells": 24,
          "buyers": 32,
          "sellers": 22
        },
        "h24": {
          "buys": 722,
          "sells": 556,
          "buyers": 309,
          "sellers": 223
        }
      },
      "volume_usd": {
        "m5": "42771.37225606",
        "h1": "525564.760277621",
        "h6": "1654794.40035627",
        "h24": "24448316.2348695"
      },
      "reserve_in_usd": "5472227.9591"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Fedezd fel a felkapott poolokat
{
  "data": [
    {
      "id": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000676178670652094",
        "base_token_price_native_currency": "0.00000000000000110170548867884",
        "quote_token_price_usd": "614.596558506456",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000001102",
        "quote_token_price_base_token": "907683596275076",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "283995",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.13",
          "h1": "-6.65",
          "h6": "-29.83",
          "h24": "209.03"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 3,
            "buyers": 3,
            "sellers": 3
          },
          "m15": {
            "buys": 29,
            "sells": 15,
            "buyers": 25,
            "sellers": 13
          },
          "m30": {
            "buys": 95,
            "sells": 52,
            "buyers": 84,
            "sellers": 47
          },
          "h1": {
            "buys": 177,
            "sells": 160,
            "buyers": 137,
            "sellers": 136
          },
          "h24": {
            "buys": 3235,
            "sells": 2041,
            "buyers": 1864,
            "sellers": 1093
          }
        },
        "volume_usd": {
          "m5": "546.579670654793",
          "h1": "47394.0118298441",
          "h6": "158187.235449631",
          "h24": "733636.776558018"
        },
        "reserve_in_usd": "112934.3823"
      },
      "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.00523935738806834",
        "base_token_price_native_currency": "0.000820421686799123",
        "quote_token_price_usd": "6.47",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00082042",
        "quote_token_price_base_token": "1218.89",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "538156516",
        "market_cap_usd": "547094175.713257",
        "price_change_percentage": {
          "m5": "-0.23",
          "h1": "-2.06",
          "h6": "-3.85",
          "h24": "-2.1"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 80,
            "buyers": 14,
            "sellers": 80
          },
          "m15": {
            "buys": 72,
            "sells": 393,
            "buyers": 65,
            "sellers": 385
          },
          "m30": {
            "buys": 164,
            "sells": 919,
            "buyers": 148,
            "sellers": 889
          },
          "h1": {
            "buys": 336,
            "sells": 1938,
            "buyers": 281,
            "sellers": 1845
          },
          "h24": {
            "buys": 7124,
            "sells": 42062,
            "buyers": 4975,
            "sellers": 36458
          }
        },
        "volume_usd": {
          "m5": "4886.03520766728",
          "h1": "224951.736261239",
          "h6": "1479232.96757463",
          "h24": "4656604.71860891"
        },
        "reserve_in_usd": "5804840.5003"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.254097972730625",
        "base_token_price_native_currency": "0.000413277798357337870904701172625029381001868",
        "quote_token_price_usd": "0.999283648738005",
        "quote_token_price_native_currency": "0.00162445791608604",
        "base_token_price_quote_token": "0.25440967",
        "quote_token_price_base_token": "3.93066824",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "253676559",
        "market_cap_usd": "119176122.186527",
        "price_change_percentage": {
          "m5": "-0.13",
          "h1": "0.94",
          "h6": "-0.03",
          "h24": "10.43"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 15,
            "sells": 24,
            "buyers": 10,
            "sellers": 19
          },
          "m30": {
            "buys": 19,
            "sells": 28,
            "buyers": 13,
            "sellers": 22
          },
          "h1": {
            "buys": 52,
            "sells": 41,
            "buyers": 25,
            "sellers": 28
          },
          "h24": {
            "buys": 1185,
            "sells": 644,
            "buyers": 286,
            "sellers": 286
          }
        },
        "volume_usd": {
          "m5": "190.883410401224",
          "h1": "84435.4506119559",
          "h6": "478610.724940492",
          "h24": "1200402.53115258"
        },
        "reserve_in_usd": "4437137.3154"
      },
      "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.227769265921714",
        "base_token_price_native_currency": "0.0352476405547683",
        "quote_token_price_usd": "6.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03524764",
        "quote_token_price_base_token": "28.37",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "4783155",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.93",
          "h1": "-6.83",
          "h6": "13.51",
          "h24": "12.87"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 28,
            "sells": 16,
            "buyers": 26,
            "sellers": 15
          },
          "m30": {
            "buys": 40,
            "sells": 27,
            "buyers": 35,
            "sellers": 23
          },
          "h1": {
            "buys": 68,
            "sells": 59,
            "buyers": 49,
            "sellers": 46
          },
          "h24": {
            "buys": 1177,
            "sells": 1129,
            "buyers": 652,
            "sellers": 692
          }
        },
        "volume_usd": {
          "m5": "1934.56941451632",
          "h1": "94892.9612883953",
          "h6": "573725.76887234",
          "h24": "1643643.17145818"
        },
        "reserve_in_usd": "837251.436"
      },
      "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_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00114568466694558",
        "base_token_price_native_currency": "0.000177190272055271",
        "quote_token_price_usd": "6.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00017719",
        "quote_token_price_base_token": "5643.65",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "1003160",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.21",
          "h1": "-1.34",
          "h6": "11.29",
          "h24": "18.26"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 4,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m30": {
            "buys": 10,
            "sells": 4,
            "buyers": 8,
            "sellers": 4
          },
          "h1": {
            "buys": 16,
            "sells": 11,
            "buyers": 14,
            "sellers": 11
          },
          "h24": {
            "buys": 1046,
            "sells": 675,
            "buyers": 597,
            "sellers": 400
          }
        },
        "volume_usd": {
          "m5": "155.17589243688",
          "h1": "2432.41198413237",
          "h6": "36712.5017639322",
          "h24": "370621.248449353"
        },
        "reserve_in_usd": "99087.1247"
      },
      "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_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00348473746667749",
        "base_token_price_native_currency": "0.000539787506358421",
        "quote_token_price_usd": "6.47",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00053979",
        "quote_token_price_base_token": "1852.58",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "487863",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1",
          "h1": "-19.26",
          "h6": "-14.39",
          "h24": "-24.94"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 11,
            "sells": 3,
            "buyers": 10,
            "sellers": 3
          },
          "m30": {
            "buys": 18,
            "sells": 10,
            "buyers": 16,
            "sellers": 9
          },
          "h1": {
            "buys": 41,
            "sells": 25,
            "buyers": 33,
            "sellers": 19
          },
          "h24": {
            "buys": 1167,
            "sells": 720,
            "buyers": 621,
            "sellers": 384
          }
        },
        "volume_usd": {
          "m5": "304.91280299501",
          "h1": "17693.873153366",
          "h6": "84507.588379046",
          "h24": "549086.354083146"
        },
        "reserve_in_usd": "115984.2238"
      },
      "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_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0186368425486978",
        "base_token_price_native_currency": "0.00288447079752415",
        "quote_token_price_usd": "6.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00288447",
        "quote_token_price_base_token": "346.68",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "93033773",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.76",
          "h1": "-3.24",
          "h6": "5.71",
          "h24": "23.51"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 5,
            "buyers": 2,
            "sellers": 5
          },
          "m15": {
            "buys": 4,
            "sells": 11,
            "buyers": 4,
            "sellers": 11
          },
          "m30": {
            "buys": 14,
            "sells": 22,
            "buyers": 13,
            "sellers": 22
          },
          "h1": {
            "buys": 28,
            "sells": 45,
            "buyers": 26,
            "sellers": 42
          },
          "h24": {
            "buys": 783,
            "sells": 837,
            "buyers": 548,
            "sellers": 605
          }
        },
        "volume_usd": {
          "m5": "4385.27129390784",
          "h1": "35503.8463373585",
          "h6": "647916.541722478",
          "h24": "1388785.9429276"
        },
        "reserve_in_usd": "1663707.259"
      },
      "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_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00624897364118079",
        "base_token_price_native_currency": "0.000035337746282042736127451",
        "quote_token_price_usd": "180.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003534",
        "quote_token_price_base_token": "28298.35",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "43025031",
        "market_cap_usd": "43810635.0750532",
        "price_change_percentage": {
          "m5": "-0.51",
          "h1": "1.91",
          "h6": "3.74",
          "h24": "-7.55"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 26,
            "sells": 56,
            "buyers": 24,
            "sellers": 40
          },
          "m30": {
            "buys": 74,
            "sells": 114,
            "buyers": 57,
            "sellers": 79
          },
          "h1": {
            "buys": 171,
            "sells": 203,
            "buyers": 97,
            "sellers": 132
          },
          "h24": {
            "buys": 11819,
            "sells": 10670,
            "buyers": 3158,
            "sellers": 3403
          }
        },
        "volume_usd": {
          "m5": "1151.15404594154",
          "h1": "182327.543632349",
          "h6": "1699491.91514398",
          "h24": "14036213.8288194"
        },
        "reserve_in_usd": "3145160.7508"
      },
      "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": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.38985962055881",
        "base_token_price_native_currency": "0.002170323018026957604383687",
        "quote_token_price_usd": "179.87",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00217032",
        "quote_token_price_base_token": "460.76",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "216585322",
        "market_cap_usd": "195129593.062774",
        "price_change_percentage": {
          "m5": "0.09",
          "h1": "3.28",
          "h6": "-1.56",
          "h24": "-12.25"
        },
        "transactions": {
          "m5": {
            "buys": 23,
            "sells": 3,
            "buyers": 13,
            "sellers": 3
          },
          "m15": {
            "buys": 64,
            "sells": 36,
            "buyers": 43,
            "sellers": 26
          },
          "m30": {
            "buys": 144,
            "sells": 113,
            "buyers": 78,
            "sellers": 69
          },
          "h1": {
            "buys": 349,
            "sells": 349,
            "buyers": 163,
            "sellers": 167
          },
          "h24": {
            "buys": 9585,
            "sells": 7966,
            "buyers": 3209,
            "sellers": 2914
          }
        },
        "volume_usd": {
          "m5": "5677.59146398715",
          "h1": "420199.929882857",
          "h6": "1874584.07891989",
          "h24": "12279937.4808612"
        },
        "reserve_in_usd": "5010988.8813"
      },
      "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.0133245108532041",
        "base_token_price_native_currency": "0.0116871570285714",
        "quote_token_price_usd": "1.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01168716",
        "quote_token_price_base_token": "85.56",
        "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.04",
          "h1": "9.51",
          "h6": "-10.39",
          "h24": "-35.66"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 8,
            "sells": 11,
            "buyers": 8,
            "sellers": 11
          },
          "m30": {
            "buys": 17,
            "sells": 114,
            "buyers": 15,
            "sellers": 107
          },
          "h1": {
            "buys": 62,
            "sells": 261,
            "buyers": 53,
            "sellers": 232
          },
          "h24": {
            "buys": 1827,
            "sells": 9266,
            "buyers": 1277,
            "sellers": 7625
          }
        },
        "volume_usd": {
          "m5": "59.61301054026",
          "h1": "2934.17765595703",
          "h6": "29070.0384864437",
          "h24": "122684.62443015"
        },
        "reserve_in_usd": "18241.3948"
      },
      "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": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00199462807661875",
        "base_token_price_native_currency": "0.00000053432517613965",
        "quote_token_price_usd": "3772.04",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000053",
        "quote_token_price_base_token": "1871520",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "19946281",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.79",
          "h1": "14.54",
          "h6": "-4.93",
          "h24": "-83.56"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 7,
            "buyers": 9,
            "sellers": 6
          },
          "m15": {
            "buys": 21,
            "sells": 23,
            "buyers": 21,
            "sellers": 21
          },
          "m30": {
            "buys": 42,
            "sells": 53,
            "buyers": 40,
            "sellers": 49
          },
          "h1": {
            "buys": 131,
            "sells": 122,
            "buyers": 113,
            "sellers": 107
          },
          "h24": {
            "buys": 8946,
            "sells": 4995,
            "buyers": 2429,
            "sellers": 1698
          }
        },
        "volume_usd": {
          "m5": "5981.66745111531",
          "h1": "95767.0612771928",
          "h6": "1605327.73791622",
          "h24": "10599836.9100886"
        },
        "reserve_in_usd": "771974.351"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x041fdf3f472d2c8a7ecc458fc3b7f543e6c57ef7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0422942607619623",
        "base_token_price_native_currency": "0.0064910192139824",
        "quote_token_price_usd": "6.49",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00649102",
        "quote_token_price_base_token": "154.06",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "4229327",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.63",
          "h1": "-0.05",
          "h6": "-2.21",
          "h24": "-3.1"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m30": {
            "buys": 9,
            "sells": 8,
            "buyers": 7,
            "sellers": 8
          },
          "h1": {
            "buys": 17,
            "sells": 16,
            "buyers": 15,
            "sellers": 16
          },
          "h24": {
            "buys": 554,
            "sells": 464,
            "buyers": 393,
            "sellers": 349
          }
        },
        "volume_usd": {
          "m5": "145.558737658",
          "h1": "19497.0120968435",
          "h6": "125981.120937856",
          "h24": "816572.405511087"
        },
        "reserve_in_usd": "1122185.7137"
      },
      "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_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.627600787796463",
        "base_token_price_native_currency": "0.0968965695689845",
        "quote_token_price_usd": "6.47",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09689657",
        "quote_token_price_base_token": "10.32",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "62760078",
        "market_cap_usd": "62522876.8875513",
        "price_change_percentage": {
          "m5": "-0.04",
          "h1": "0.59",
          "h6": "0.06",
          "h24": "14.1"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m30": {
            "buys": 8,
            "sells": 8,
            "buyers": 8,
            "sellers": 8
          },
          "h1": {
            "buys": 16,
            "sells": 21,
            "buyers": 16,
            "sellers": 19
          },
          "h24": {
            "buys": 548,
            "sells": 362,
            "buyers": 408,
            "sellers": 275
          }
        },
        "volume_usd": {
          "m5": "2658.20684572203",
          "h1": "62644.005139275",
          "h6": "171632.303276609",
          "h24": "1066947.65286238"
        },
        "reserve_in_usd": "2503381.7694"
      },
      "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": "ton_EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "3.8580698100172",
        "base_token_price_native_currency": "0.598624088566569",
        "quote_token_price_usd": "6.47",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.59862409",
        "quote_token_price_base_token": "1.67049743",
        "address": "EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
        "name": "RANDOM / TON 0.4%",
        "pool_created_at": "2024-05-15T16:23:22Z",
        "fdv_usd": "3684264",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.44",
          "h1": "-3.3",
          "h6": "-11.19",
          "h24": "212.94"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 6,
            "buyers": 3,
            "sellers": 6
          },
          "m30": {
            "buys": 13,
            "sells": 12,
            "buyers": 10,
            "sellers": 12
          },
          "h1": {
            "buys": 24,
            "sells": 30,
            "buyers": 18,
            "sellers": 29
          },
          "h24": {
            "buys": 1098,
            "sells": 705,
            "buyers": 363,
            "sellers": 325
          }
        },
        "volume_usd": {
          "m5": "1742.14316181712",
          "h1": "13735.3095753563",
          "h6": "227785.062579006",
          "h24": "885183.53130046"
        },
        "reserve_in_usd": "435912.4041"
      },
      "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_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000074641479007084",
        "base_token_price_native_currency": "0.0000114714591992922",
        "quote_token_price_usd": "6.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001147",
        "quote_token_price_base_token": "87172.87",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "746415",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.25",
          "h1": "-10.63",
          "h6": "4.46",
          "h24": "14550.85"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m30": {
            "buys": 10,
            "sells": 7,
            "buyers": 10,
            "sellers": 7
          },
          "h1": {
            "buys": 22,
            "sells": 27,
            "buyers": 19,
            "sellers": 24
          },
          "h24": {
            "buys": 900,
            "sells": 525,
            "buyers": 526,
            "sellers": 306
          }
        },
        "volume_usd": {
          "m5": "84.9775132944",
          "h1": "8225.61008196",
          "h6": "51864.776374382",
          "h24": "218475.800022005"
        },
        "reserve_in_usd": "119088.0872"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB8nX1OAAxS0RHCZ-U3xpZPAGIPwjfoqtvtWOPb55NBQipE",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000116168427441825",
        "base_token_price_native_currency": "0.00000000308165809741652",
        "quote_token_price_usd": "3778.49988020504",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003081658097",
        "quote_token_price_base_token": "324500632",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "4806733853",
        "market_cap_usd": "4898533186.68573",
        "price_change_percentage": {
          "m5": "-0.23",
          "h1": "3.07",
          "h6": "4.3",
          "h24": "24.1"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 5,
            "buyers": 1,
            "sellers": 5
          },
          "m15": {
            "buys": 10,
            "sells": 16,
            "buyers": 10,
            "sellers": 16
          },
          "m30": {
            "buys": 33,
            "sells": 23,
            "buyers": 28,
            "sellers": 22
          },
          "h1": {
            "buys": 69,
            "sells": 45,
            "buyers": 61,
            "sellers": 39
          },
          "h24": {
            "buys": 980,
            "sells": 910,
            "buyers": 759,
            "sellers": 647
          }
        },
        "volume_usd": {
          "m5": "28709.3316877525",
          "h1": "1335197.93817918",
          "h6": "2740824.88025345",
          "h24": "17649777.5748092"
        },
        "reserve_in_usd": "50715997.332"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x6982508145454ce325ddbe47a25d4ec3d2311933",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0487205915366441",
        "base_token_price_native_currency": "0.000253377693232689347000891",
        "quote_token_price_usd": "179.87",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00025338",
        "quote_token_price_base_token": "3946.68",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "46481299",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.28",
          "h1": "-3.77",
          "h6": "5.47",
          "h24": "16.2"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 7,
            "buyers": 12,
            "sellers": 7
          },
          "m15": {
            "buys": 52,
            "sells": 46,
            "buyers": 37,
            "sellers": 41
          },
          "m30": {
            "buys": 76,
            "sells": 66,
            "buyers": 57,
            "sellers": 58
          },
          "h1": {
            "buys": 163,
            "sells": 167,
            "buyers": 126,
            "sellers": 136
          },
          "h24": {
            "buys": 16248,
            "sells": 10851,
            "buyers": 5422,
            "sellers": 3766
          }
        },
        "volume_usd": {
          "m5": "4268.8177737614",
          "h1": "159822.210116377",
          "h6": "927803.229081939",
          "h24": "17825095.8998301"
        },
        "reserve_in_usd": "1017126.3808"
      },
      "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.0420034928908298",
        "base_token_price_native_currency": "0.000234334079395518653556981",
        "quote_token_price_usd": "179.87",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00023433",
        "quote_token_price_base_token": "4267.41",
        "address": "7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
        "name": "SLOTH / SOL",
        "pool_created_at": "2024-05-01T14:38:00Z",
        "fdv_usd": "77907823",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.58",
          "h1": "-2.84",
          "h6": "4.38",
          "h24": "-14.61"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 8,
            "buyers": 8,
            "sellers": 8
          },
          "m15": {
            "buys": 37,
            "sells": 28,
            "buyers": 30,
            "sellers": 26
          },
          "m30": {
            "buys": 79,
            "sells": 73,
            "buyers": 64,
            "sellers": 60
          },
          "h1": {
            "buys": 150,
            "sells": 145,
            "buyers": 126,
            "sellers": 122
          },
          "h24": {
            "buys": 6864,
            "sells": 4938,
            "buyers": 3566,
            "sellers": 2699
          }
        },
        "volume_usd": {
          "m5": "6439.48326930472",
          "h1": "200930.579194502",
          "h6": "1425050.51703495",
          "h24": "11463569.8178831"
        },
        "reserve_in_usd": "6107067.764"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HQ7DaoiUxzC2K1Dr7KXRHccNtXvEYgNvoUextXe8dmBh",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5Hk9rF7ozTMHiTaGmPp1Mw2nLL1NxXmhPEmeoUAZvyBM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00646889598871737",
        "base_token_price_native_currency": "0.000035774011723239931470348",
        "quote_token_price_usd": "179.9",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003577",
        "quote_token_price_base_token": "27953.25",
        "address": "5Hk9rF7ozTMHiTaGmPp1Mw2nLL1NxXmhPEmeoUAZvyBM",
        "name": "GOME / SOL",
        "pool_created_at": "2024-04-27T04:26:52Z",
        "fdv_usd": "4212961",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.37",
          "h1": "-4.77",
          "h6": "-24.58",
          "h24": "-24.13"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 4
          },
          "m15": {
            "buys": 17,
            "sells": 24,
            "buyers": 15,
            "sellers": 22
          },
          "m30": {
            "buys": 56,
            "sells": 58,
            "buyers": 50,
            "sellers": 54
          },
          "h1": {
            "buys": 156,
            "sells": 172,
            "buyers": 119,
            "sellers": 145
          },
          "h24": {
            "buys": 8410,
            "sells": 7153,
            "buyers": 2782,
            "sellers": 2691
          }
        },
        "volume_usd": {
          "m5": "242.80287111064",
          "h1": "118319.167783326",
          "h6": "722605.423591582",
          "h24": "6392225.8528344"
        },
        "reserve_in_usd": "544868.8882"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8ULCkCTUa3XXrNXaDVzPcja2tdJtRdxRr8T4eZjVKqk",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000158540030424397",
        "base_token_price_native_currency": "0.0000000419524698170603",
        "quote_token_price_usd": "3778.49988020504",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004",
        "quote_token_price_base_token": "23836499",
        "address": "0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
        "name": "MAGA / WETH",
        "pool_created_at": "2024-05-16T14:08:11Z",
        "fdv_usd": "65531964",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.88",
          "h1": "8.02",
          "h6": "-12.99",
          "h24": "44.68"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 9,
            "buyers": 7,
            "sellers": 5
          },
          "m15": {
            "buys": 23,
            "sells": 26,
            "buyers": 19,
            "sellers": 16
          },
          "m30": {
            "buys": 49,
            "sells": 53,
            "buyers": 37,
            "sellers": 26
          },
          "h1": {
            "buys": 124,
            "sells": 98,
            "buyers": 101,
            "sellers": 59
          },
          "h24": {
            "buys": 4713,
            "sells": 3586,
            "buyers": 2578,
            "sellers": 1802
          }
        },
        "volume_usd": {
          "m5": "91555.7113410376",
          "h1": "915198.250863049",
          "h6": "5531743.71254068",
          "h24": "24058784.6097632"
        },
        "reserve_in_usd": "1826733.0817"
      },
      "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"
          }
        }
      }
    }
  ]
}

Ezért használják a Web3-projektek a CoinGeckót

„A CoinGecko DEX API-ja gyors, nagyon pontos és stabil forrása a DEX-árfolyamadatoknak. Széles adatlefedettséget kínál, egyszerű használni, és nagyon megbízható. A CoinGecko DEX API-ja bekerült a fő DEX-árfolyam-adatforrásaink közé, amelyekkel a Supra adatokat aggregál a decentralizált tőzsdékről.”
„A CoinGecko DEX API-ja a fejlesztési folyamatunk szerves részévé vált, szakértő módon kezel számos apró feladatot, amelyek kezelésére egyszerűen nincs kapacitásunk. Ezzel jelentősen egyszerűsítettük a munkafolyamatunkat, ami lehetővé tette, hogy a fő fejlesztési feladatokra összpontosítsunk.”
„A CoinGecko DEX API-ja széles lefedettséget kínál, a legtöbb lánchoz biztosít támogatást, és magas a rendelkezésre állási szintje.

Gyakran ismételt kérdések

Emeld új szintre a projektedet
a CoinGecko API-val

Megbízható, pontos és teljes körű kriptoárfolyam-adatokkal a lehetőségek kiaknázásáért.

Ne maradj le a frissítésekről!

Iratkozz fel az API-hírlevelünkre a legfrissebb termékhírekért, végpontfrissítésekért és inspiráló közösségi tartalmakért.
Valuta kiválasztása
Javasolt devizák
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
Rendeleti devizák
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
Kriptodevizák
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 egységek
BITS
Bits
SATS
Satoshi
Nyersanyagok
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Nyelv kiválasztása
Népszerű nyelvek
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Minden nyelv
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
繁體中文
Jelentkezz be, hogy könnyedén nyomon követhesd a kedvenc érméidet 🚀
A továbblépéssel elfogadod a CoinGecko Szolgáltatási feltételeit, és kijelented, hogy elolvastad az Adatvédelmi szabályzatunkat
vagy
Elfelejtette a jelszavát?
Nem kapta meg a megerősítő levelet?
Megerősítő levél újraküldése
TELJESEN INGYENES! Kövesd nyomon a kedvenc érméidet a CoinGeckón 🚀
A továbblépéssel elfogadod a CoinGecko Szolgáltatási feltételeit, és kijelented, hogy elolvastad az Adatvédelmi szabályzatunkat
vagy
A jelszónak legalább 8 karaktert kell tartalmaznia, köztük 1 nagybetűt, 1 kisbetűt, 1 számot és 1 különleges karaktert
Nem kapta meg a megerősítő levelet?
Megerősítő levél újraküldése
Elfelejtette a jelszavát?
A megadott címre egy email érkezik hamarosan a további teendőkről.
Megerősítő levél újraküldése
A megadott címre egy email érkezik a megerősítő linkkel.
Letöltöm a CoinGecko alkalmazást.
Olvasd le ezt a QR-kódot, és töltsd le az alkalmazást App QR Code Vagy nézd meg az alkalmazás-áruházban
coingecko
Folytatás az appban
Valós idejű árkövetés
Alkalmazás megnyitása