Kolikot: 14 355
Kryptopörssit: 1 099
Markkina-arvo: 2,748T $ 8.2%
24t Vol: 177,238B $
Gas: 8 GWEI
Pääse eroon mainoksista

Ketjulla oleva DEX-tokeni ja markkinatatieto -API DeFi-projekteille ja -kehittäjille

Datan tarjoaa
Johtavien Web3-projektien luottama

Kattava ja luotettaba ketjulla oleva DEX data -API

Pääset käyttämään Uniswapin, PancakeSwapin, Orcan, Curven ja monen muun suositun lohkoketjun DEXien markkinadataa luotettavalla ja kattavalla DEX data API:llamme.
2milj. +
Kolikot ja Tokenit
100 +
Verkostot
800+
DEX:t

Skaalaa DeFi-projektiasi tehokkaasti

Yksi yhtenäinen API krypto-, NFT- ja DEX-datalle

Yksinkertaista integraatioprosessi yhtenäisellä, kattavalla kryptodata-API:lla
Päätepisteen kategoria Kuvaus
/onchain/simple/*/token_price/* Yksinkertaisin tapa saada verkossa olevien tokenien tämänhetkiset USD-arvot tokenien osoitteiden avulla
/onchain/networks Saat täyden listan tuetuista verkoista
/onchain/network/*dexes Saat täyden listan verkossa olevista tuetuista hajautetuista kryptopörsseistä
/onchains/network/*/pools/* Saat likviditeettipoolitietoja, kuten: trendaavat ja uudet poolit, sekä markkinadataa, kuten hinnat, varannot, markkina-arvot, transaktiot ja volyymit. Haku-päätepisteen avulla voit etsiä pooleja mistä vain tuetusta verkosta.
/onchains/network/*/tokens/* Saat tokeneihin liittyvää dataa, kuten suosituimmat poolit, hinnat, täysin laimennetut arvot, varannot, volyymit, markkina-arvot, geckoterminal-luokitukset ja coingecko api id:t. Metadataa, kuten kuvia, verkkosivuja, kuvauksia ja sosiaalisen median linkkejä on myös saatavilla.
/onchains/network/*/ohlcvs/* Saat likviditeettipoolin historiallista OHLCV -dataa
/onchains/network/*/trades Näet likviditeettipoolin 300 viimeisintä kauppatapahtumaa
// Näet likviditeettipoolin hinnat ja markkinadatan
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.998399779286631",
      "base_token_price_native_currency": "0.000272494176207302",
      "quote_token_price_usd": "3658.77691043569",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00027249",
      "quote_token_price_base_token": "3669.80",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3299392813",
      "market_cap_usd": "5428126426.18184",
      "price_change_percentage": {
        "m5": "-0.03",
        "h1": "-0.21",
        "h6": "-0.15",
        "h24": "0.11"
      },
      "transactions": {
        "m5": {
          "buys": 4,
          "sells": 1,
          "buyers": 4,
          "sellers": 1
        },
        "m15": {
          "buys": 6,
          "sells": 2,
          "buyers": 5,
          "sellers": 2
        },
        "m30": {
          "buys": 8,
          "sells": 6,
          "buyers": 7,
          "sellers": 6
        },
        "h1": {
          "buys": 12,
          "sells": 9,
          "buyers": 11,
          "sellers": 9
        },
        "h24": {
          "buys": 676,
          "sells": 533,
          "buyers": 291,
          "sellers": 216
        }
      },
      "volume_usd": {
        "m5": "16912.2473201755",
        "h1": "80916.7680516789",
        "h6": "1271690.50733129",
        "h24": "25073721.2357671"
      },
      "reserve_in_usd": "5394170.4082"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Löydä trendaavia pooleja
{
  "data": [
    {
      "id": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000939694336724469",
        "base_token_price_native_currency": "0.00000000000000151569749444641",
        "quote_token_price_usd": "619.18220779108",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000001516",
        "quote_token_price_base_token": "659762257088930",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "394672",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.79",
          "h1": "-16.92",
          "h6": "-29.12",
          "h24": "327.47"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 10,
            "buyers": 13,
            "sellers": 8
          },
          "m15": {
            "buys": 39,
            "sells": 22,
            "buyers": 34,
            "sellers": 19
          },
          "m30": {
            "buys": 60,
            "sells": 36,
            "buyers": 50,
            "sellers": 31
          },
          "h1": {
            "buys": 108,
            "sells": 64,
            "buyers": 84,
            "sellers": 57
          },
          "h24": {
            "buys": 2862,
            "sells": 1726,
            "buyers": 1745,
            "sellers": 934
          }
        },
        "volume_usd": {
          "m5": "1249.48181272362",
          "h1": "18189.2300706178",
          "h6": "191561.729732658",
          "h24": "631658.642657264"
        },
        "reserve_in_usd": "131788.0428"
      },
      "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.00548770379502147",
        "base_token_price_native_currency": "0.000811909853925181",
        "quote_token_price_usd": "6.67",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00081191",
        "quote_token_price_base_token": "1231.66",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "563692662",
        "market_cap_usd": "554368760.427041",
        "price_change_percentage": {
          "m5": "-0.21",
          "h1": "0.37",
          "h6": "-3.93",
          "h24": "-1.74"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 56,
            "buyers": 5,
            "sellers": 56
          },
          "m15": {
            "buys": 73,
            "sells": 442,
            "buyers": 61,
            "sellers": 436
          },
          "m30": {
            "buys": 170,
            "sells": 1085,
            "buyers": 136,
            "sellers": 1056
          },
          "h1": {
            "buys": 340,
            "sells": 2508,
            "buyers": 263,
            "sellers": 2403
          },
          "h24": {
            "buys": 7017,
            "sells": 39499,
            "buyers": 4905,
            "sellers": 34311
          }
        },
        "volume_usd": {
          "m5": "5792.90571431448",
          "h1": "265285.651627474",
          "h6": "1494604.19534447",
          "h24": "4355203.52421428"
        },
        "reserve_in_usd": "5949305.2083"
      },
      "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.260447542319911",
        "base_token_price_native_currency": "0.000420801030711115601974591518459710134672282",
        "quote_token_price_usd": "1.0002669308833",
        "quote_token_price_native_currency": "0.00161489763059793",
        "base_token_price_quote_token": "0.26057443",
        "quote_token_price_base_token": "3.83767508",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "260015598",
        "market_cap_usd": "121814967.629451",
        "price_change_percentage": {
          "m5": "0.31",
          "h1": "1.38",
          "h6": "2.92",
          "h24": "13.2"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 4,
            "buyers": 8,
            "sellers": 4
          },
          "m15": {
            "buys": 18,
            "sells": 9,
            "buyers": 14,
            "sellers": 9
          },
          "m30": {
            "buys": 26,
            "sells": 16,
            "buyers": 17,
            "sellers": 15
          },
          "h1": {
            "buys": 64,
            "sells": 36,
            "buyers": 31,
            "sellers": 30
          },
          "h24": {
            "buys": 1062,
            "sells": 556,
            "buyers": 265,
            "sellers": 269
          }
        },
        "volume_usd": {
          "m5": "6313.56565100032",
          "h1": "58273.443718659",
          "h6": "295099.807234561",
          "h24": "950658.40139216"
        },
        "reserve_in_usd": "4506236.4494"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x9840652dc04fb9db2c43853633f0f62be6f00f98",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0011603534024912",
        "base_token_price_native_currency": "0.000178907042023725",
        "quote_token_price_usd": "6.67",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00017891",
        "quote_token_price_base_token": "5589.49",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "1016004",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.33",
          "h1": "-5.14",
          "h6": "5.64",
          "h24": "34.75"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 9,
            "sells": 3,
            "buyers": 9,
            "sellers": 2
          },
          "m30": {
            "buys": 12,
            "sells": 7,
            "buyers": 12,
            "sellers": 4
          },
          "h1": {
            "buys": 27,
            "sells": 22,
            "buyers": 26,
            "sellers": 12
          },
          "h24": {
            "buys": 1219,
            "sells": 753,
            "buyers": 647,
            "sellers": 417
          }
        },
        "volume_usd": {
          "m5": "1272.19112012456",
          "h1": "8352.34891216658",
          "h6": "54992.4814170642",
          "h24": "428053.495750165"
        },
        "reserve_in_usd": "102583.5989"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCNCUxFwMsNYKTv89WuRX5pyxDCWqlgBi4Tl8zytjllNTaC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.235902168001483",
        "base_token_price_native_currency": "0.0352779588319183",
        "quote_token_price_usd": "6.67",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03527796",
        "quote_token_price_base_token": "28.35",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "4953946",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.32",
          "h1": "5.68",
          "h6": "19.14",
          "h24": "-1.3"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 14,
            "sells": 14,
            "buyers": 11,
            "sellers": 13
          },
          "m30": {
            "buys": 30,
            "sells": 31,
            "buyers": 19,
            "sellers": 27
          },
          "h1": {
            "buys": 60,
            "sells": 56,
            "buyers": 32,
            "sellers": 44
          },
          "h24": {
            "buys": 1120,
            "sells": 1055,
            "buyers": 647,
            "sellers": 637
          }
        },
        "volume_usd": {
          "m5": "2995.24613590397",
          "h1": "74829.0824573324",
          "h6": "291108.160998854",
          "h24": "1469576.56290562"
        },
        "reserve_in_usd": "863519.8092"
      },
      "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": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00661237665444199",
        "base_token_price_native_currency": "0.00003719942667124274868619",
        "quote_token_price_usd": "181.55",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003720",
        "quote_token_price_base_token": "26882.13",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "45527110",
        "market_cap_usd": "46269539.3873155",
        "price_change_percentage": {
          "m5": "-0.44",
          "h1": "8.37",
          "h6": "14.99",
          "h24": "-14.67"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 35,
            "buyers": 9,
            "sellers": 24
          },
          "m15": {
            "buys": 41,
            "sells": 147,
            "buyers": 27,
            "sellers": 69
          },
          "m30": {
            "buys": 137,
            "sells": 456,
            "buyers": 84,
            "sellers": 173
          },
          "h1": {
            "buys": 177,
            "sells": 752,
            "buyers": 101,
            "sellers": 245
          },
          "h24": {
            "buys": 12950,
            "sells": 11695,
            "buyers": 3376,
            "sellers": 3621
          }
        },
        "volume_usd": {
          "m5": "62708.9544180767",
          "h1": "545301.121653295",
          "h6": "2383557.57280649",
          "h24": "15157040.9586257"
        },
        "reserve_in_usd": "3243123.3593"
      },
      "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.409491879237188",
        "base_token_price_native_currency": "0.002247338497016689898083469",
        "quote_token_price_usd": "181.55",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00224734",
        "quote_token_price_base_token": "444.97",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "227491964",
        "market_cap_usd": "203999074.951982",
        "price_change_percentage": {
          "m5": "-0.3",
          "h1": "-0.85",
          "h6": "9.92",
          "h24": "-6.85"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 13,
            "buyers": 2,
            "sellers": 7
          },
          "m15": {
            "buys": 22,
            "sells": 25,
            "buyers": 19,
            "sellers": 18
          },
          "m30": {
            "buys": 104,
            "sells": 104,
            "buyers": 73,
            "sellers": 35
          },
          "h1": {
            "buys": 208,
            "sells": 140,
            "buyers": 115,
            "sellers": 65
          },
          "h24": {
            "buys": 10094,
            "sells": 8546,
            "buyers": 3482,
            "sellers": 3116
          }
        },
        "volume_usd": {
          "m5": "4518.29364950625",
          "h1": "198423.636773174",
          "h6": "2070121.36664245",
          "h24": "13208106.4555078"
        },
        "reserve_in_usd": "5141600.5379"
      },
      "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.00467295893353049",
        "base_token_price_native_currency": "0.00069792803514591",
        "quote_token_price_usd": "6.67",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00069793",
        "quote_token_price_base_token": "1432.81",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "654214",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "4.08",
          "h1": "-4.1",
          "h6": "12.78",
          "h24": "-0.47"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 0,
            "buyers": 5,
            "sellers": 0
          },
          "m15": {
            "buys": 11,
            "sells": 2,
            "buyers": 10,
            "sellers": 2
          },
          "m30": {
            "buys": 18,
            "sells": 9,
            "buyers": 16,
            "sellers": 7
          },
          "h1": {
            "buys": 27,
            "sells": 20,
            "buyers": 22,
            "sellers": 15
          },
          "h24": {
            "buys": 1081,
            "sells": 646,
            "buyers": 591,
            "sellers": 350
          }
        },
        "volume_usd": {
          "m5": "1451.81929655484",
          "h1": "15455.1951245765",
          "h6": "61112.4927795547",
          "h24": "506454.986351432"
        },
        "reserve_in_usd": "135506.4722"
      },
      "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": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0115858959247721",
        "base_token_price_native_currency": "0.00995720195804196",
        "quote_token_price_usd": "1.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00995720",
        "quote_token_price_base_token": "100.43",
        "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": "3.13",
          "h1": "-15.5",
          "h6": "-17.4",
          "h24": "-35.28"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 18,
            "buyers": 2,
            "sellers": 16
          },
          "m15": {
            "buys": 25,
            "sells": 82,
            "buyers": 23,
            "sellers": 76
          },
          "m30": {
            "buys": 66,
            "sells": 185,
            "buyers": 53,
            "sellers": 165
          },
          "h1": {
            "buys": 105,
            "sells": 329,
            "buyers": 80,
            "sellers": 295
          },
          "h24": {
            "buys": 1917,
            "sells": 9844,
            "buyers": 1311,
            "sellers": 8036
          }
        },
        "volume_usd": {
          "m5": "127.48579020534",
          "h1": "5599.32578926549",
          "h6": "31453.3363028048",
          "h24": "135896.673802574"
        },
        "reserve_in_usd": "13814.6536"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "sui-network_0xa8816d3a6e3136e86bc2873b1f94a15cadc8af2703c075f2d546c2ae367f4df9::ocean::OCEAN",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "sui-network_0x2::sui::SUI",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "sui-network",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "cetus",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0187598006159536",
        "base_token_price_native_currency": "0.00280829758412944",
        "quote_token_price_usd": "6.67",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00280830",
        "quote_token_price_base_token": "356.09",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "93647571",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.58",
          "h1": "-12.99",
          "h6": "4.91",
          "h24": "21.34"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 18,
            "sells": 15,
            "buyers": 18,
            "sellers": 14
          },
          "m30": {
            "buys": 42,
            "sells": 31,
            "buyers": 38,
            "sellers": 27
          },
          "h1": {
            "buys": 109,
            "sells": 103,
            "buyers": 96,
            "sellers": 92
          },
          "h24": {
            "buys": 708,
            "sells": 771,
            "buyers": 503,
            "sellers": 574
          }
        },
        "volume_usd": {
          "m5": "5631.30536792785",
          "h1": "217409.577926876",
          "h6": "577177.93311775",
          "h24": "1245990.50044456"
        },
        "reserve_in_usd": "1708637.6697"
      },
      "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": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00267641718741214",
        "base_token_price_native_currency": "0.00000072945946892908",
        "quote_token_price_usd": "3661.77",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000073",
        "quote_token_price_base_token": "1370878",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "26764172",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.02",
          "h1": "4.44",
          "h6": "-10.49",
          "h24": "-75.67"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m15": {
            "buys": 17,
            "sells": 14,
            "buyers": 14,
            "sellers": 12
          },
          "m30": {
            "buys": 41,
            "sells": 28,
            "buyers": 33,
            "sellers": 26
          },
          "h1": {
            "buys": 90,
            "sells": 53,
            "buyers": 72,
            "sellers": 43
          },
          "h24": {
            "buys": 9344,
            "sells": 5087,
            "buyers": 2544,
            "sellers": 1727
          }
        },
        "volume_usd": {
          "m5": "5553.96241651655",
          "h1": "55926.1909294386",
          "h6": "1053934.11862885",
          "h24": "11323050.1154946"
        },
        "reserve_in_usd": "872885.6187"
      },
      "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_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.630056813429896",
        "base_token_price_native_currency": "0.0945111375085757",
        "quote_token_price_usd": "6.67",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09451114",
        "quote_token_price_base_token": "10.58",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "63005681",
        "market_cap_usd": "63038928.71822",
        "price_change_percentage": {
          "m5": "-0.77",
          "h1": "-1.28",
          "h6": "-0.49",
          "h24": "17.51"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m30": {
            "buys": 3,
            "sells": 7,
            "buyers": 3,
            "sellers": 7
          },
          "h1": {
            "buys": 14,
            "sells": 10,
            "buyers": 12,
            "sellers": 10
          },
          "h24": {
            "buys": 531,
            "sells": 337,
            "buyers": 408,
            "sellers": 259
          }
        },
        "volume_usd": {
          "m5": "4147.44906714948",
          "h1": "13469.5410675221",
          "h6": "178941.856997601",
          "h24": "967519.077601691"
        },
        "reserve_in_usd": "2550228.3602"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBZ_cafPyDr5KUTs0aNxh0ZTDhkpEZONmLJA2SNGlLm4Cko",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0422576567486624",
        "base_token_price_native_currency": "0.000233558214175276043044772",
        "quote_token_price_usd": "181.55",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00023356",
        "quote_token_price_base_token": "4281.59",
        "address": "7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
        "name": "SLOTH / SOL",
        "pool_created_at": "2024-05-01T14:38:00Z",
        "fdv_usd": "78379249",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.58",
          "h1": "5.52",
          "h6": "5.77",
          "h24": "-20.89"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 6,
            "buyers": 10,
            "sellers": 6
          },
          "m15": {
            "buys": 39,
            "sells": 33,
            "buyers": 38,
            "sellers": 33
          },
          "m30": {
            "buys": 69,
            "sells": 72,
            "buyers": 66,
            "sellers": 63
          },
          "h1": {
            "buys": 140,
            "sells": 123,
            "buyers": 128,
            "sellers": 100
          },
          "h24": {
            "buys": 8639,
            "sells": 6662,
            "buyers": 4171,
            "sellers": 3511
          }
        },
        "volume_usd": {
          "m5": "14325.9932483437",
          "h1": "213678.120683211",
          "h6": "1426003.89550507",
          "h24": "16999755.3302157"
        },
        "reserve_in_usd": "6151371.7513"
      },
      "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": "ton_EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0431186188665982",
        "base_token_price_native_currency": "0.00646116990714061",
        "quote_token_price_usd": "6.67",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00646117",
        "quote_token_price_base_token": "154.77",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "4311761",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.22",
          "h1": "-1.18",
          "h6": "-1.67",
          "h24": "-2.07"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m15": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "m30": {
            "buys": 5,
            "sells": 8,
            "buyers": 5,
            "sellers": 8
          },
          "h1": {
            "buys": 13,
            "sells": 17,
            "buyers": 13,
            "sellers": 16
          },
          "h24": {
            "buys": 553,
            "sells": 480,
            "buyers": 392,
            "sellers": 364
          }
        },
        "volume_usd": {
          "m5": "6345.65082434561",
          "h1": "21176.4428529889",
          "h6": "119074.285934401",
          "h24": "833037.040938159"
        },
        "reserve_in_usd": "1150648.4733"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB4gPfG0YtoiJHCMTUuzxP9fKXy9nx6TFh-dcAltrnNpLNo",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0431951353195786",
        "base_token_price_native_currency": "0.000223818770493630195220841",
        "quote_token_price_usd": "181.55",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00022382",
        "quote_token_price_base_token": "4467.90",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "41424095",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.74",
          "h1": "-2.45",
          "h6": "-15.81",
          "h24": "12.92"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 5,
            "buyers": 8,
            "sellers": 5
          },
          "m15": {
            "buys": 40,
            "sells": 23,
            "buyers": 34,
            "sellers": 20
          },
          "m30": {
            "buys": 112,
            "sells": 61,
            "buyers": 92,
            "sellers": 55
          },
          "h1": {
            "buys": 187,
            "sells": 114,
            "buyers": 134,
            "sellers": 102
          },
          "h24": {
            "buys": 16700,
            "sells": 11219,
            "buyers": 5517,
            "sellers": 3808
          }
        },
        "volume_usd": {
          "m5": "2597.87675996985",
          "h1": "129907.032205934",
          "h6": "1461954.10538978",
          "h24": "18246057.1507214"
        },
        "reserve_in_usd": "961607.1724"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8vCAUbxejdtaxn6jnX5uaQTyTZLmXALg9u1bvFCAjtx7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "4.4424123243808",
        "base_token_price_native_currency": "0.666829931924328",
        "quote_token_price_usd": "6.67",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.66682993",
        "quote_token_price_base_token": "1.49963274",
        "address": "EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
        "name": "RANDOM / TON 0.4%",
        "pool_created_at": "2024-05-15T16:23:22Z",
        "fdv_usd": "4242734",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.27",
          "h6": "-8.02",
          "h24": "335.92"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m30": {
            "buys": 4,
            "sells": 7,
            "buyers": 2,
            "sellers": 6
          },
          "h1": {
            "buys": 13,
            "sells": 14,
            "buyers": 4,
            "sellers": 11
          },
          "h24": {
            "buys": 919,
            "sells": 608,
            "buyers": 311,
            "sellers": 292
          }
        },
        "volume_usd": {
          "m5": "666.36184865712",
          "h1": "3421.94504678955",
          "h6": "47579.3515168042",
          "h24": "695144.238549069"
        },
        "reserve_in_usd": "474297.9297"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCF9oYxo37xCGX1DShZEweaVGJe6Kucp0ztKO6vCsRANDOM",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5Hk9rF7ozTMHiTaGmPp1Mw2nLL1NxXmhPEmeoUAZvyBM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00733416495085624",
        "base_token_price_native_currency": "0.000039924806989683293159701",
        "quote_token_price_usd": "181.55",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003992",
        "quote_token_price_base_token": "25047.08",
        "address": "5Hk9rF7ozTMHiTaGmPp1Mw2nLL1NxXmhPEmeoUAZvyBM",
        "name": "GOME / SOL",
        "pool_created_at": "2024-04-27T04:26:52Z",
        "fdv_usd": "4778020",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.57",
          "h1": "-5.53",
          "h6": "-16.29",
          "h24": "-21.54"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 4,
            "buyers": 8,
            "sellers": 4
          },
          "m15": {
            "buys": 85,
            "sells": 30,
            "buyers": 75,
            "sellers": 24
          },
          "m30": {
            "buys": 99,
            "sells": 52,
            "buyers": 87,
            "sellers": 42
          },
          "h1": {
            "buys": 218,
            "sells": 163,
            "buyers": 159,
            "sellers": 141
          },
          "h24": {
            "buys": 10686,
            "sells": 8772,
            "buyers": 3485,
            "sellers": 3260
          }
        },
        "volume_usd": {
          "m5": "3836.10935589075",
          "h1": "140337.52332548",
          "h6": "1030302.32156831",
          "h24": "8399396.21042174"
        },
        "reserve_in_usd": "580109.1468"
      },
      "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_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000011137467297449",
        "base_token_price_native_currency": "0.00000000303051644292095",
        "quote_token_price_usd": "3664.08553019165",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003030516443",
        "quote_token_price_base_token": "329976761",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "4608381319",
        "market_cap_usd": "4671371817.25487",
        "price_change_percentage": {
          "m5": "0",
          "h1": "1.21",
          "h6": "1.21",
          "h24": "18.3"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 11,
            "sells": 2,
            "buyers": 10,
            "sellers": 2
          },
          "m30": {
            "buys": 21,
            "sells": 6,
            "buyers": 20,
            "sellers": 5
          },
          "h1": {
            "buys": 30,
            "sells": 27,
            "buyers": 28,
            "sellers": 23
          },
          "h24": {
            "buys": 890,
            "sells": 849,
            "buyers": 690,
            "sellers": 622
          }
        },
        "volume_usd": {
          "m5": "185.995313837283",
          "h1": "145946.504109262",
          "h6": "1287704.0654404",
          "h24": "15585659.6109823"
        },
        "reserve_in_usd": "48730950.5183"
      },
      "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": "eth_0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000130102860130145",
        "base_token_price_native_currency": "0.0000000354447291390292",
        "quote_token_price_usd": "3663.71178315921",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004",
        "quote_token_price_base_token": "28212940",
        "address": "0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
        "name": "MAGA / WETH",
        "pool_created_at": "2024-05-16T14:08:11Z",
        "fdv_usd": "53777560",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.83",
          "h1": "-8.79",
          "h6": "-0.4",
          "h24": "32.42"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 6,
            "buyers": 6,
            "sellers": 5
          },
          "m15": {
            "buys": 67,
            "sells": 35,
            "buyers": 54,
            "sellers": 29
          },
          "m30": {
            "buys": 135,
            "sells": 80,
            "buyers": 100,
            "sellers": 64
          },
          "h1": {
            "buys": 216,
            "sells": 135,
            "buyers": 161,
            "sellers": 98
          },
          "h24": {
            "buys": 5051,
            "sells": 3911,
            "buyers": 2698,
            "sellers": 1907
          }
        },
        "volume_usd": {
          "m5": "65190.2170365693",
          "h1": "1175415.48017246",
          "h6": "5026931.58998571",
          "h24": "24712977.4408491"
        },
        "reserve_in_usd": "1619508.591"
      },
      "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"
          }
        }
      }
    },
    {
      "id": "ton_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000709878280017126",
        "base_token_price_native_currency": "0.0000106737739098014",
        "quote_token_price_usd": "6.67",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001067",
        "quote_token_price_base_token": "93687.58",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "709878",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.6",
          "h1": "12.23",
          "h6": "51.84",
          "h24": "13833.7"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 7,
            "buyers": 5,
            "sellers": 7
          },
          "m30": {
            "buys": 12,
            "sells": 9,
            "buyers": 12,
            "sellers": 9
          },
          "h1": {
            "buys": 22,
            "sells": 13,
            "buyers": 22,
            "sellers": 13
          },
          "h24": {
            "buys": 818,
            "sells": 450,
            "buyers": 482,
            "sellers": 272
          }
        },
        "volume_usd": {
          "m5": "359.93099731421",
          "h1": "7445.10708945973",
          "h6": "46622.0784692207",
          "h24": "189889.789581578"
        },
        "reserve_in_usd": "118300.4373"
      },
      "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"
          }
        }
      }
    }
  ]
}

Miksi web3-projektit käyttävät CoinGeckoa

“CoinGeckon DEX API tarjoaa meille nopean, erittäin tarkan ja luotettavan DEX-hintadatan lähteen. Se sisältää kattavan määrän dataa, on helppokäyttöinen ja erittäin luotettava. CoinGeckon DEX API:sta on tullut yksi useasta olennaisesta DEX hintalähteestämme, joita Supra hyödyntää keskittäessään dataa hajautetuista kryptopörsseistä. ”
"CoinGeckon DEX API:sta on tullut olennainen osa kehitysprosessiamme, sillä se hoitaa taitavasti lukuisia pieniä tehtäviä, joiden hallintaan meillä ei yksinkertaisesti ole kapasiteettia. Tämä on virtaviivaistanut työnkulkuamme merkittävästi, antaen meille aikaa keskittyä palvelun kehitykseen."
"CoinGeckon DEX API:lla on laaja kattavuus, se tukee suurinta määrää ketjuja, ja sen saatavuus on korkea."

Usein kysytyt kysymykset

Vie projektisi seuraavalle tasolle
CoinGecko API:n avulla

Avaa uusia mahdollisuuksia luotettavien, tarkkojen ja kattavien kryptohintatietojen avulla.

Älä koskaan missaa päivitystä!

Tilaa API-uutiskirjeemme saadaksesi viimeisimmät tuoteuutiset, päätepistepäivitykset ja innostavaa yhteisösisältöä.
Valitse valuutta
Ehdotetut valuutat
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-valuutat
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
Kryptovaluutat
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-yksiköt
BITS
Bits
SATS
Satoshi
Raaka-aineet
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Valitse kieli
Suositut kielet
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Kaikki kielet
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
繁體中文
Kirjaudu sisään seurataksesi lempikolikoitasi vaivattomasti 🚀
Jatkamalla hyväksyt CoinGeckon Käyttöehdot ja myönnät lukeneesi Tietosuojakäytäntömme
tai
Unohditko salasanasi?
Vahvistusviesti ei saapunut perille?
Uudelleenlähetä vahvistusohjeet
TÄYSIN ILMAISTA! Seuraa lempikolikoitasi helposti CoinGeckon avulla 🚀
Jatkamalla hyväksyt CoinGeckon Käyttöehdot ja myönnät lukeneesi Tietosuojakäytäntömme
tai
Salasanan tulee sisältää vähintään 8 merkkiä, mukaan lukien vähintään 1 iso kirjain, 1 pieni kirjain, 1 numero, ja 1 erikoismerkki
Vahvistusviesti ei saapunut perille?
Uudelleenlähetä vahvistusohjeet
Unohditko salasanasi?
Saat hetken kuluttua sähköpostiisi ohjeet salasanan vaihtoon.
Uudelleenlähetä vahvistusohjeet
Saat hetken kuluttua sähköpostiisi ohjeet sähköpostiosoitteesi vahvistamiseen.
Hanki CoinGecko-sovellus.
Skanna tämä QR-koodi ladataksesi sovelluksen App QR Code Tai hanki se sovelluskaupastasi
coingecko
Jatka sovelluksessa
Seuraa hintoja reaaliajassa
Avaa sovellus