Kryptowährungen: 14.372
Börsen: 1.099
Marktkapitalisierung: 2,725T $ 1.4%
24-Stunden-Volumen: 201,541B $
Gas: 11 GWEI
Werbefrei

On-chain DEX-Token & Marktdaten-API für DeFi-Projekte und Entwickler

Daten powered by
Führende Web3-Projekte vertrauen darauf

Umfangreiche & zuverlässige On-Chain-DEX-Daten-API

Greifen Sie mit unserer zuverlässigen und umfangreichen DEX-Daten-API auf On-Chain-Marktdaten von DEXen wie Uniswap, PancakeSwap, Orca, Curve und mehr in den wichtigsten Netzwerken zu.
2M+
Kryptowährungen & Tokens
100+
Netzwerke
800+
DEXes

Effiziente Skalierung Ihres DeFi-Projekts

Eine einheitliche API für Krypto-, NFT- und DEX-Daten

Vereinfachen Sie den Integrationsprozess mit einer einheitlichen API für Kryptodaten, die alle Bereiche abdeckt.
Endpunkt-Kategorie Beschreibung
/onchain/simple/*/token_price/* Der einfachste Weg, den aktuellen USD-Kurs von Token in einem Netzwerk zu erhalten, mit Token-Adressen
/onchain/networks Vollständige Liste der unterstützten Netzwerke abrufen
/onchain/network/*dexes Vollständige Liste der unterstützten DEXes in einem Netzwerk abrufen
/onchains/network/*/pools/* Erhalten Sie Daten zu Liquiditätspools, wie z. B. aktuelle Pools, neue Pools und Marktdaten wie Kurs, Reserve, Marktkapitalisierung, Transaktionen und Volumen. Ein Suchendpunkt ist ebenfalls verfügbar, um nach Pools in einem Netzwerk zu suchen.
/onchains/network/*/tokens/* Holen Sie sich Token-bezogene Daten wie Top-Pools, Kurs, FDV, Reserve, Volumen, Marktkapitalisierung, GeckoTerminal-Score, Coingecko-API-ID. Metadaten sind ebenfalls verfügbar, einschließlich Bild, Website, Beschreibung und Links zu sozialen Medien.
/onchains/network/*/ohlcvs/* Historische OHLCV-Chartdaten eines Liquiditätspools abrufen
/onchains/network/*/trades Die neuesten 300 Trades aus einem Liquiditätspool abrufen
// Kurse und Marktdaten eines Liquiditätspools abrufen
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.998864659399857",
      "base_token_price_native_currency": "0.000266694388062021",
      "quote_token_price_usd": "3740.26066927653",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026669",
      "quote_token_price_base_token": "3749.61",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3300929093",
      "market_cap_usd": "5321624236.4504",
      "price_change_percentage": {
        "m5": "0.06",
        "h1": "-0.06",
        "h6": "-0.18",
        "h24": "-0.02"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 1,
          "buyers": 1,
          "sellers": 1
        },
        "m15": {
          "buys": 4,
          "sells": 3,
          "buyers": 4,
          "sellers": 3
        },
        "m30": {
          "buys": 5,
          "sells": 5,
          "buyers": 5,
          "sellers": 5
        },
        "h1": {
          "buys": 20,
          "sells": 13,
          "buyers": 15,
          "sellers": 13
        },
        "h24": {
          "buys": 643,
          "sells": 454,
          "buyers": 298,
          "sellers": 202
        }
      },
      "volume_usd": {
        "m5": "14347.1828564263",
        "h1": "330525.214681272",
        "h6": "1814456.78704594",
        "h24": "12891351.7614875"
      },
      "reserve_in_usd": "4838421.96"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Angesagte Pools entdecken
{
  "data": [
    {
      "id": "eth_0x1458770554b8918b970444d8b2c02a47f6df99a7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.60845239570754",
        "base_token_price_native_currency": "0.000428439739661691245652453703678",
        "quote_token_price_usd": "0.996831998416809",
        "quote_token_price_native_currency": "0.000266496920375891",
        "base_token_price_quote_token": "1.60767239",
        "quote_token_price_base_token": "0.62201728",
        "address": "0x1458770554b8918b970444d8b2c02a47f6df99a7",
        "name": "RETIK / USDT 0.3%",
        "pool_created_at": "2024-05-21T11:59:35Z",
        "fdv_usd": "1608452396",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "3.61",
          "h6": "1.67",
          "h24": "923.48"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 4,
            "buyers": 6,
            "sellers": 4
          },
          "m30": {
            "buys": 19,
            "sells": 7,
            "buyers": 19,
            "sellers": 7
          },
          "h1": {
            "buys": 45,
            "sells": 15,
            "buyers": 43,
            "sellers": 15
          },
          "h24": {
            "buys": 1713,
            "sells": 576,
            "buyers": 1180,
            "sellers": 281
          }
        },
        "volume_usd": {
          "m5": "209.433531636205",
          "h1": "63952.4111122409",
          "h6": "822207.718524872",
          "h24": "6919075.49491003"
        },
        "reserve_in_usd": "987322.6706"
      },
      "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": "ton_EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00554053946761291",
        "base_token_price_native_currency": "0.000885327139350951",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00088533",
        "quote_token_price_base_token": "1129.53",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "569092199",
        "market_cap_usd": "576785727.173432",
        "price_change_percentage": {
          "m5": "0.04",
          "h1": "-1.25",
          "h6": "-0.66",
          "h24": "3.64"
        },
        "transactions": {
          "m5": {
            "buys": 30,
            "sells": 96,
            "buyers": 26,
            "sellers": 94
          },
          "m15": {
            "buys": 88,
            "sells": 265,
            "buyers": 66,
            "sellers": 259
          },
          "m30": {
            "buys": 181,
            "sells": 499,
            "buyers": 141,
            "sellers": 481
          },
          "h1": {
            "buys": 363,
            "sells": 1045,
            "buyers": 270,
            "sellers": 994
          },
          "h24": {
            "buys": 7434,
            "sells": 43856,
            "buyers": 5297,
            "sellers": 37972
          }
        },
        "volume_usd": {
          "m5": "5443.15394709394",
          "h1": "82656.9364576069",
          "h6": "1302126.27634304",
          "h24": "5153535.86969242"
        },
        "reserve_in_usd": "6051896.8547"
      },
      "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_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000248096001733556",
        "base_token_price_native_currency": "0.000000000000000398590525284331",
        "quote_token_price_usd": "611.309190422229",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000000399",
        "quote_token_price_base_token": "2508840367659665",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "104200",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.57",
          "h1": "-16.96",
          "h6": "-57.98",
          "h24": "-34.56"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 5,
            "buyers": 1,
            "sellers": 3
          },
          "m15": {
            "buys": 3,
            "sells": 12,
            "buyers": 3,
            "sellers": 8
          },
          "m30": {
            "buys": 7,
            "sells": 15,
            "buyers": 7,
            "sellers": 11
          },
          "h1": {
            "buys": 16,
            "sells": 28,
            "buyers": 15,
            "sellers": 21
          },
          "h24": {
            "buys": 2853,
            "sells": 1893,
            "buyers": 1591,
            "sellers": 1047
          }
        },
        "volume_usd": {
          "m5": "1068.46743855884",
          "h1": "4466.08098298869",
          "h6": "61284.6962475277",
          "h24": "652735.833129132"
        },
        "reserve_in_usd": "71317.8621"
      },
      "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_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.236983456574331",
        "base_token_price_native_currency": "0.0372649851934987",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03726499",
        "quote_token_price_base_token": "26.83",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "4976653",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.5",
          "h1": "1.67",
          "h6": "-2.6",
          "h24": "21.84"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 15,
            "sells": 6,
            "buyers": 15,
            "sellers": 5
          },
          "m30": {
            "buys": 33,
            "sells": 12,
            "buyers": 29,
            "sellers": 11
          },
          "h1": {
            "buys": 63,
            "sells": 31,
            "buyers": 52,
            "sellers": 28
          },
          "h24": {
            "buys": 1508,
            "sells": 1066,
            "buyers": 972,
            "sellers": 675
          }
        },
        "volume_usd": {
          "m5": "305.40370731578",
          "h1": "18478.134803073",
          "h6": "274060.629647643",
          "h24": "1472382.333959"
        },
        "reserve_in_usd": "900791.1029"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCH44N73BXEhT8063KAK_27oComvJnmAaebso-dZoyAy6g_",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.249375023874197",
        "base_token_price_native_currency": "0.000407452964891942340757511891482350381210895",
        "quote_token_price_usd": "0.999150429281962",
        "quote_token_price_native_currency": "0.00163165237749892",
        "base_token_price_quote_token": "0.24971800",
        "quote_token_price_base_token": "4.00451713",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "248961443",
        "market_cap_usd": "116829517.211696",
        "price_change_percentage": {
          "m5": "-0.17",
          "h1": "-0.15",
          "h6": "-1.84",
          "h24": "0.35"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m15": {
            "buys": 0,
            "sells": 6,
            "buyers": 0,
            "sellers": 5
          },
          "m30": {
            "buys": 5,
            "sells": 13,
            "buyers": 4,
            "sellers": 7
          },
          "h1": {
            "buys": 13,
            "sells": 30,
            "buyers": 6,
            "sellers": 17
          },
          "h24": {
            "buys": 844,
            "sells": 892,
            "buyers": 251,
            "sellers": 317
          }
        },
        "volume_usd": {
          "m5": "270.494181385014",
          "h1": "4818.23542424504",
          "h6": "72306.4784866202",
          "h24": "1049932.19752902"
        },
        "reserve_in_usd": "4382781.3363"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x9840652dc04fb9db2c43853633f0f62be6f00f98",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000127005675302546",
        "base_token_price_native_currency": "0.00000000338513205049569",
        "quote_token_price_usd": "3740.62783743993",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003385132050",
        "quote_token_price_base_token": "295409451",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "5255149720",
        "market_cap_usd": "5332120710.76762",
        "price_change_percentage": {
          "m5": "-0.14",
          "h1": "2.53",
          "h6": "4.8",
          "h24": "17.17"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 7,
            "buyers": 3,
            "sellers": 7
          },
          "m15": {
            "buys": 11,
            "sells": 15,
            "buyers": 11,
            "sellers": 15
          },
          "m30": {
            "buys": 24,
            "sells": 28,
            "buyers": 24,
            "sellers": 24
          },
          "h1": {
            "buys": 71,
            "sells": 51,
            "buyers": 66,
            "sellers": 47
          },
          "h24": {
            "buys": 1340,
            "sells": 1177,
            "buyers": 1041,
            "sellers": 876
          }
        },
        "volume_usd": {
          "m5": "18257.2063565309",
          "h1": "353243.562386623",
          "h6": "6388413.55260411",
          "h24": "20802903.2316461"
        },
        "reserve_in_usd": "52622745.2402"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x6982508145454ce325ddbe47a25d4ec3d2311933",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.017459110011558",
        "base_token_price_native_currency": "0.00276156637636297",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00276157",
        "quote_token_price_base_token": "362.11",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "87154542",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.19",
          "h1": "-0.99",
          "h6": "-2.36",
          "h24": "1.17"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 3,
            "sells": 7,
            "buyers": 3,
            "sellers": 7
          },
          "m30": {
            "buys": 8,
            "sells": 13,
            "buyers": 8,
            "sellers": 13
          },
          "h1": {
            "buys": 15,
            "sells": 20,
            "buyers": 15,
            "sellers": 20
          },
          "h24": {
            "buys": 752,
            "sells": 752,
            "buyers": 550,
            "sellers": 581
          }
        },
        "volume_usd": {
          "m5": "1269.10681186452",
          "h1": "7888.91896638537",
          "h6": "96506.2272728273",
          "h24": "1152167.70385543"
        },
        "reserve_in_usd": "1558595.8434"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC47093oX5Xhb0xuk2lCr2RhS8rj-vul61u4W2UH5ORmG_O",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.604515887928535",
        "base_token_price_native_currency": "0.0950875655033065",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09508757",
        "quote_token_price_base_token": "10.52",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "60451588",
        "market_cap_usd": "60160187.6600947",
        "price_change_percentage": {
          "m5": "0.68",
          "h1": "-2.35",
          "h6": "1.75",
          "h24": "0.09"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m30": {
            "buys": 8,
            "sells": 7,
            "buyers": 8,
            "sellers": 7
          },
          "h1": {
            "buys": 17,
            "sells": 10,
            "buyers": 17,
            "sellers": 10
          },
          "h24": {
            "buys": 514,
            "sells": 313,
            "buyers": 367,
            "sellers": 242
          }
        },
        "volume_usd": {
          "m5": "1597.43952767709",
          "h1": "17517.8626919974",
          "h6": "152153.397253812",
          "h24": "895167.314838432"
        },
        "reserve_in_usd": "2420072.937"
      },
      "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": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00926515704825",
        "base_token_price_native_currency": "0.00805366040739405",
        "quote_token_price_usd": "1.13",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00805366",
        "quote_token_price_base_token": "124.17",
        "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",
          "h1": "-8.49",
          "h6": "-24.43",
          "h24": "-45"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 17,
            "buyers": 1,
            "sellers": 16
          },
          "m30": {
            "buys": 1,
            "sells": 52,
            "buyers": 1,
            "sellers": 48
          },
          "h1": {
            "buys": 14,
            "sells": 115,
            "buyers": 13,
            "sellers": 109
          },
          "h24": {
            "buys": 1530,
            "sells": 7739,
            "buyers": 1075,
            "sellers": 6405
          }
        },
        "volume_usd": {
          "m5": "2.96485025544",
          "h1": "909.7864656152",
          "h6": "13721.2037099137",
          "h24": "94205.4320358328"
        },
        "reserve_in_usd": "11689.3417"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "sui-network_0xa8816d3a6e3136e86bc2873b1f94a15cadc8af2703c075f2d546c2ae367f4df9::ocean::OCEAN",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "sui-network_0x2::sui::SUI",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "sui-network",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "cetus",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00070547673278898",
        "base_token_price_native_currency": "0.000112188780909541",
        "quote_token_price_usd": "6.33",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00011219",
        "quote_token_price_base_token": "8913.55",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "617715",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.54",
          "h1": "-13.43",
          "h6": "-27.49",
          "h24": "-35.7"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 7,
            "sells": 1,
            "buyers": 7,
            "sellers": 1
          },
          "m30": {
            "buys": 13,
            "sells": 3,
            "buyers": 11,
            "sellers": 2
          },
          "h1": {
            "buys": 21,
            "sells": 5,
            "buyers": 16,
            "sellers": 3
          },
          "h24": {
            "buys": 621,
            "sells": 348,
            "buyers": 351,
            "sellers": 208
          }
        },
        "volume_usd": {
          "m5": "472.68261328992",
          "h1": "5579.42424279087",
          "h6": "81501.3517229858",
          "h24": "216818.004211532"
        },
        "reserve_in_usd": "66277.1073"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCNCUxFwMsNYKTv89WuRX5pyxDCWqlgBi4Tl8zytjllNTaC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000110050313537192",
        "base_token_price_native_currency": "0.000017331563422597",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001733",
        "quote_token_price_base_token": "57698.20",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "1100503",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "12.46",
          "h6": "2.73",
          "h24": "218.45"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 4
          },
          "m30": {
            "buys": 13,
            "sells": 8,
            "buyers": 11,
            "sellers": 8
          },
          "h1": {
            "buys": 20,
            "sells": 8,
            "buyers": 17,
            "sellers": 8
          },
          "h24": {
            "buys": 780,
            "sells": 603,
            "buyers": 470,
            "sellers": 387
          }
        },
        "volume_usd": {
          "m5": "2.76882828423",
          "h1": "6604.24767218098",
          "h6": "64289.0476234225",
          "h24": "241321.220005537"
        },
        "reserve_in_usd": "144299.8819"
      },
      "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": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00557175176241512",
        "base_token_price_native_currency": "0.000031889959484911933795794",
        "quote_token_price_usd": "177.82",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003189",
        "quote_token_price_base_token": "31357.83",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "38362267",
        "market_cap_usd": "39023503.945108",
        "price_change_percentage": {
          "m5": "-0.37",
          "h1": "-3.35",
          "h6": "-1.78",
          "h24": "-12.58"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 4,
            "buyers": 14,
            "sellers": 4
          },
          "m15": {
            "buys": 70,
            "sells": 26,
            "buyers": 41,
            "sellers": 25
          },
          "m30": {
            "buys": 260,
            "sells": 116,
            "buyers": 104,
            "sellers": 92
          },
          "h1": {
            "buys": 366,
            "sells": 182,
            "buyers": 163,
            "sellers": 138
          },
          "h24": {
            "buys": 9080,
            "sells": 8076,
            "buyers": 2545,
            "sellers": 2801
          }
        },
        "volume_usd": {
          "m5": "1617.14814359028",
          "h1": "199677.216512185",
          "h6": "2537702.37253448",
          "h24": "9840670.34605308"
        },
        "reserve_in_usd": "2962261.1339"
      },
      "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.447850928691066",
        "base_token_price_native_currency": "0.002528469538044784633594374",
        "quote_token_price_usd": "177.82",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00252847",
        "quote_token_price_base_token": "395.50",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "248802217",
        "market_cap_usd": "222417683.452985",
        "price_change_percentage": {
          "m5": "2",
          "h1": "6.49",
          "h6": "13.54",
          "h24": "11.39"
        },
        "transactions": {
          "m5": {
            "buys": 40,
            "sells": 42,
            "buyers": 26,
            "sellers": 25
          },
          "m15": {
            "buys": 79,
            "sells": 79,
            "buyers": 42,
            "sellers": 53
          },
          "m30": {
            "buys": 136,
            "sells": 102,
            "buyers": 66,
            "sellers": 75
          },
          "h1": {
            "buys": 269,
            "sells": 186,
            "buyers": 145,
            "sellers": 123
          },
          "h24": {
            "buys": 8252,
            "sells": 7159,
            "buyers": 2616,
            "sellers": 2359
          }
        },
        "volume_usd": {
          "m5": "47382.2250892304",
          "h1": "285767.985354799",
          "h6": "2332239.03708369",
          "h24": "10171897.045527"
        },
        "reserve_in_usd": "5330480.3307"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5z3EqYQo9HiCEs3R84RCDMu2n7anpDMxRhdK8PSWmrRC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.003346631630776",
        "base_token_price_native_currency": "0.000528912385710404",
        "quote_token_price_usd": "6.33",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00052891",
        "quote_token_price_base_token": "1890.67",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "468528",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-10.04",
          "h6": "-8.28",
          "h24": "-9.52"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 3
          },
          "m30": {
            "buys": 1,
            "sells": 7,
            "buyers": 1,
            "sellers": 6
          },
          "h1": {
            "buys": 4,
            "sells": 14,
            "buyers": 3,
            "sellers": 11
          },
          "h24": {
            "buys": 559,
            "sells": 416,
            "buyers": 297,
            "sellers": 228
          }
        },
        "volume_usd": {
          "m5": "200.79789784656",
          "h1": "4940.88091392205",
          "h6": "62282.6685877022",
          "h24": "255563.781474431"
        },
        "reserve_in_usd": "111696.6871"
      },
      "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": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00172499833419642",
        "base_token_price_native_currency": "0.000000458966749405971",
        "quote_token_price_usd": "3747.99",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000046",
        "quote_token_price_base_token": "2178807",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "17249983",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.74",
          "h1": "0.48",
          "h6": "-21.46",
          "h24": "0.08"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 11,
            "buyers": 3,
            "sellers": 9
          },
          "m15": {
            "buys": 10,
            "sells": 23,
            "buyers": 9,
            "sellers": 18
          },
          "m30": {
            "buys": 19,
            "sells": 34,
            "buyers": 15,
            "sellers": 23
          },
          "h1": {
            "buys": 41,
            "sells": 52,
            "buyers": 31,
            "sellers": 34
          },
          "h24": {
            "buys": 5416,
            "sells": 3523,
            "buyers": 1825,
            "sellers": 1401
          }
        },
        "volume_usd": {
          "m5": "7623.36717291959",
          "h1": "26811.0892553675",
          "h6": "782330.13175195",
          "h24": "5559306.6565761"
        },
        "reserve_in_usd": "708943.1708"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x041fdf3f472d2c8a7ecc458fc3b7f543e6c57ef7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0438831380997136",
        "base_token_price_native_currency": "0.000231443653565815607772701",
        "quote_token_price_usd": "177.82",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00023144",
        "quote_token_price_base_token": "4320.71",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "41866184",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "21.8",
          "h1": "3.01",
          "h6": "22.45",
          "h24": "1.68"
        },
        "transactions": {
          "m5": {
            "buys": 88,
            "sells": 52,
            "buyers": 62,
            "sellers": 43
          },
          "m15": {
            "buys": 199,
            "sells": 96,
            "buyers": 109,
            "sellers": 77
          },
          "m30": {
            "buys": 352,
            "sells": 166,
            "buyers": 164,
            "sellers": 137
          },
          "h1": {
            "buys": 554,
            "sells": 352,
            "buyers": 250,
            "sellers": 254
          },
          "h24": {
            "buys": 16934,
            "sells": 11514,
            "buyers": 5136,
            "sellers": 3886
          }
        },
        "volume_usd": {
          "m5": "192101.099686471",
          "h1": "559781.541373312",
          "h6": "3383507.83347595",
          "h24": "18683627.9274821"
        },
        "reserve_in_usd": "974770.8073"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8vCAUbxejdtaxn6jnX5uaQTyTZLmXALg9u1bvFCAjtx7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0217667285363375",
        "base_token_price_native_currency": "0.00000584140308477477",
        "quote_token_price_usd": "3748.74",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000584",
        "quote_token_price_base_token": "171192",
        "address": "0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
        "name": "DEGEN / WETH 0.3%",
        "pool_created_at": "2024-01-07T19:30:45Z",
        "fdv_usd": "804623017",
        "market_cap_usd": "271337899.258851",
        "price_change_percentage": {
          "m5": "0.08",
          "h1": "0.64",
          "h6": "13.27",
          "h24": "13.21"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 12,
            "buyers": 11,
            "sellers": 12
          },
          "m15": {
            "buys": 49,
            "sells": 28,
            "buyers": 34,
            "sellers": 25
          },
          "m30": {
            "buys": 70,
            "sells": 65,
            "buyers": 47,
            "sellers": 43
          },
          "h1": {
            "buys": 131,
            "sells": 104,
            "buyers": 88,
            "sellers": 82
          },
          "h24": {
            "buys": 4423,
            "sells": 5138,
            "buyers": 1890,
            "sellers": 1853
          }
        },
        "volume_usd": {
          "m5": "6189.43242552728",
          "h1": "212888.546284122",
          "h6": "7528349.6733129",
          "h24": "13864282.0210196"
        },
        "reserve_in_usd": "14077690.5017"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x4ed4e862860bed51a9570b96d89af5e1b0efefed",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQAimL9gUxrbYSHYbHc-dasxMQm_d5qrrLYjb1YT-LejgIIb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.37713063057746",
        "base_token_price_native_currency": "0.0593784574777633",
        "quote_token_price_usd": "6.33",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.05937846",
        "quote_token_price_base_token": "16.84",
        "address": "EQAimL9gUxrbYSHYbHc-dasxMQm_d5qrrLYjb1YT-LejgIIb",
        "name": "MOLOKO / TON 0.4%",
        "pool_created_at": "2024-05-19T20:53:18Z",
        "fdv_usd": "377131",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.05",
          "h1": "-8.91",
          "h6": "-0.79",
          "h24": "212.94"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 14,
            "sells": 1,
            "buyers": 11,
            "sellers": 1
          },
          "m30": {
            "buys": 23,
            "sells": 4,
            "buyers": 19,
            "sellers": 3
          },
          "h1": {
            "buys": 54,
            "sells": 21,
            "buyers": 41,
            "sellers": 15
          },
          "h24": {
            "buys": 1619,
            "sells": 450,
            "buyers": 933,
            "sellers": 239
          }
        },
        "volume_usd": {
          "m5": "14.2425",
          "h1": "4037.40481056158",
          "h6": "35835.3556169541",
          "h24": "171688.990067087"
        },
        "reserve_in_usd": "52541.4211"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQARgJ-aCPIyOr4WDckDVcdXQHRPAjTjBNatopiRS9FnUEmn",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00186498239688263",
        "base_token_price_native_currency": "0.000296134351163471",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00029613",
        "quote_token_price_base_token": "3376.85",
        "address": "EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
        "name": "GPU / TON 0.4%",
        "pool_created_at": "2024-05-17T23:43:22Z",
        "fdv_usd": "9324912",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.77",
          "h1": "8.31",
          "h6": "-16.7",
          "h24": "130.3"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 8,
            "buyers": 1,
            "sellers": 6
          },
          "m15": {
            "buys": 5,
            "sells": 11,
            "buyers": 4,
            "sellers": 8
          },
          "m30": {
            "buys": 9,
            "sells": 20,
            "buyers": 8,
            "sellers": 13
          },
          "h1": {
            "buys": 23,
            "sells": 35,
            "buyers": 18,
            "sellers": 24
          },
          "h24": {
            "buys": 1009,
            "sells": 1104,
            "buyers": 546,
            "sellers": 481
          }
        },
        "volume_usd": {
          "m5": "4016.37471457557",
          "h1": "15334.4849462145",
          "h6": "165538.036838258",
          "h24": "403244.558258924"
        },
        "reserve_in_usd": "77727.3681"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCILWMtTu_ShFu0WPZnZx9SfCX70dTypBESubKMZUPQOd53",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0394456540466784",
        "base_token_price_native_currency": "0.00623518121695768",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00623518",
        "quote_token_price_base_token": "160.38",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "3944473",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.22",
          "h1": "-0.64",
          "h6": "-2.93",
          "h24": "-10.39"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 2,
            "sells": 7,
            "buyers": 2,
            "sellers": 7
          },
          "m30": {
            "buys": 6,
            "sells": 12,
            "buyers": 6,
            "sellers": 12
          },
          "h1": {
            "buys": 16,
            "sells": 21,
            "buyers": 15,
            "sellers": 21
          },
          "h24": {
            "buys": 337,
            "sells": 355,
            "buyers": 244,
            "sellers": 267
          }
        },
        "volume_usd": {
          "m5": "2008.22434581512",
          "h1": "20266.7373088078",
          "h6": "157204.884332179",
          "h24": "537967.551777563"
        },
        "reserve_in_usd": "1075884.0505"
      },
      "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"
          }
        }
      }
    }
  ]
}

Warum Web3-Projekte CoinGecko verwenden

"Die DEX-API von CoinGecko bietet uns eine schnelle, hochpräzise und robuste Quelle für DEX-Kursdaten. Sie hat eine große Datenabdeckung, ist einfach zu bedienen und sehr zuverlässig. Die DEX-API von CoinGecko ist zu einem unserer vielen wichtigen DEX-Kurs-Feeds geworden, die Supra nutzt, um Daten von dezentralen Börsen zu aggregieren."
"Die DEX-API von CoinGecko ist zu einem integralen Bestandteil unseres Entwicklungsprozesses geworden, da sie zahlreiche kleinere Aufgaben bewältigt, für die wir einfach nicht die Kapazitäten haben. Dies hat unseren Arbeitsablauf erheblich gestrafft, so dass wir uns auf die Kernentwicklung konzentrieren können."
"Die DEX-API von CoinGecko hat eine große Reichweite, unterstützt die größte Anzahl von Chains und hat eine hohe Verfügbarkeit."

Häufig gestellte Fragen

Erweitern Sie Ihr Projekt
mit der CoinGecko API

Erschließen Sie mehr Möglichkeiten mit zuverlässigen, genauen und umfassenden Kryptokursdaten.

Kein Update verpassen!

Abonnieren Sie unseren API-Newsletter und erfahren Sie das Neueste über Produktneuerungen, Endpunkt-Updates und inspirierende Community-Inhalte.
Währung wählen
Vorgeschlagene Währungen
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
Fiat-Währungen
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
Kryptowährungen
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-Einheiten
BITS
Bits
SATS
Satoshi
Waren
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Sprache wählen
Beliebte Sprachen
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Alle Sprachen
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
繁體中文
Melden Sie sich an, um Ihren Lieblings-Coin einfach zu verfolgen. 🚀
Wenn Sie fortfahren, stimmen Sie den Nutzungsbedingungen von CoinGecko zu und bestätigen, dass Sie unsere Datenschutzerklärung gelesen haben
oder
Haben Sie Ihr Passwort vergessen?
Keine Anleitung zur Bestätigung erhalten?
Anleitung zur Bestätigung noch mal schicken
ES IST KOSTENLOS! Verfolgen Sie Ihre Lieblings-Coins einfach mit CoinGecko. 🚀
Wenn Sie fortfahren, stimmen Sie den Nutzungsbedingungen von CoinGecko zu und bestätigen, dass Sie unsere Datenschutzerklärung gelesen haben
oder
Das Passwort muss mindestens 8 Zeichen enthalten, darunter 1 Großbuchstabe, 1 Kleinbuchstabe, 1 Zahl und 1 Sonderzeichen.
Keine Anleitung zur Bestätigung erhalten?
Anleitung zur Bestätigung noch mal schicken
Haben Sie Ihr Passwort vergessen?
Sie erhalten in wenigen Minuten eine E-Mail mit der Anleitung, wie Sie Ihr Passwort zurücksetzen können.
Anleitung zur Bestätigung noch mal schicken
Sie erhalten in wenigen Minuten eine E-Mail, mit der Sie Ihre Registrierung bestätigen können.
Holen Sie sich die CoinGecko-App.
Scannen Sie diesen QR-Code, um die App jetzt herunterzuladen App QR Code Oder schauen Sie sich die App in den App Stores an
coingecko
Weiter in der App
Preise in Echtzeit verfolgen
App öffnen