Novčići: 14.355
Burze: 1.099
Tržišna kapit.: 2,748T $ 8.3%
Vol. u 24 h: 210,166B $
Vladajući položaj:
Gorivo (gas): 23 GWEI
Ukloni oglase

API za DEX tokene na lancu i tržišne podatke za DeFi projekte i razvojne inženjere

Podatke pokreće
Vjeruju nam vodeći Web3 projekti

API za opširne i pouzdane DEX podatke na lancu

Pristupite tržišnim podacima na lancu od DEX-ova kao što su Uniswap, PancakeSwap, Orca, Curve i još mnogo njih diljem glavnih mreža, sve uz pomoć našeg pouzdanog i opširnog API-ja za DEX podatke.
2 mil. i više
Novčići i tokeni
100 i više
Mreže
Više od 800
DEX-ovi

Učinkovito skalirajte vaš DeFi projekt

Jedan jedinstveni API za podatke o kriptovalutama, NFT-ovima i DEX-u

Pojednostavite postupak integracije uz jedan jedinstveni API s podacima o kriptovalutama koji pruža potpunu pokrivenosti
Kategorija krajnje točke Opis
/onchain/simple/*/token_price/* Najjednostavniji način kako pronaći najnoviju cijenu tokena u USD na mreži s adresama tokena
/onchain/networks Preuzmite cijeli popis podržanih mreža
/onchain/network/*dexes Preuzmite cijeli popis podržanih DEX-ova na mreži
/onchains/network/*/pools/* Preuzmite podatke o skupovima likvidnosti kao što su: popularni skupovi, novi skupovi i tržišne podatke kao što su cijena, rezerve, tržišna kapitalizacija, transakcije i volumen. Pretraživanje krajnjih točaka također je dostupno kako biste pretraživali skupove na mreži.
/onchains/network/*/tokens/* Preuzmite podatke povezane s tokenom kao što su najbolji skupovi, cijena, potpuno razvodnjena vrijednost, rezerve, volumen, tržišna kapitalizacija, geckoterminal ocjena i CoinGecko API ID. Metapodaci su također dostupni, uključujući sliku, web-mjesto, opis i poveznice na društvene medije.
/onchains/network/*/ohlcvs/* Preuzmite podatke povijesnog grafikona OHLCV-a o skupu likvidnosti
/onchains/network/*/trades Preuzmite najnovijih 300 trgovanja iz skupa likvidnosti
// Preuzmite cijene i tržišne podatke o skupu likvidnosti
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.996548687568022",
      "base_token_price_native_currency": "0.000265694068208288",
      "quote_token_price_usd": "3773.55065220396",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026569",
      "quote_token_price_base_token": "3763.73",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3293275545",
      "market_cap_usd": "5362810289.41529",
      "price_change_percentage": {
        "m5": "-0.36",
        "h1": "-0.54",
        "h6": "-0.45",
        "h24": "-0.37"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 3,
          "buyers": 1,
          "sellers": 3
        },
        "m15": {
          "buys": 2,
          "sells": 4,
          "buyers": 2,
          "sellers": 4
        },
        "m30": {
          "buys": 19,
          "sells": 15,
          "buyers": 16,
          "sellers": 13
        },
        "h1": {
          "buys": 34,
          "sells": 25,
          "buyers": 28,
          "sellers": 21
        },
        "h24": {
          "buys": 736,
          "sells": 559,
          "buyers": 319,
          "sellers": 226
        }
      },
      "volume_usd": {
        "m5": "17618.5774631002",
        "h1": "795291.705381389",
        "h6": "2818552.58649052",
        "h24": "23806929.1867964"
      },
      "reserve_in_usd": "5481503.9117"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Otkrijte popularne skupove
{
  "data": [
    {
      "id": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000823879249618456",
        "base_token_price_native_currency": "0.00000000000000133638675301638",
        "quote_token_price_usd": "615.554519104428",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000001336",
        "quote_token_price_base_token": "748286375738823",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "346029",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.51",
          "h1": "34.01",
          "h6": "-30.9",
          "h24": "160.79"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 7,
            "buyers": 8,
            "sellers": 7
          },
          "m15": {
            "buys": 33,
            "sells": 16,
            "buyers": 30,
            "sellers": 14
          },
          "m30": {
            "buys": 61,
            "sells": 24,
            "buyers": 56,
            "sellers": 20
          },
          "h1": {
            "buys": 84,
            "sells": 63,
            "buyers": 76,
            "sellers": 53
          },
          "h24": {
            "buys": 3173,
            "sells": 2036,
            "buyers": 1791,
            "sellers": 1107
          }
        },
        "volume_usd": {
          "m5": "1079.97856092145",
          "h1": "24628.8369558849",
          "h6": "163230.889144307",
          "h24": "722771.926045796"
        },
        "reserve_in_usd": "125536.996"
      },
      "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.00525664837169173",
        "base_token_price_native_currency": "0.000838086683901647",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00083809",
        "quote_token_price_base_token": "1193.19",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "539932546",
        "market_cap_usd": "546889039.881026",
        "price_change_percentage": {
          "m5": "0.54",
          "h1": "1.23",
          "h6": "-2.42",
          "h24": "-1.12"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 79,
            "buyers": 8,
            "sellers": 79
          },
          "m15": {
            "buys": 69,
            "sells": 422,
            "buyers": 62,
            "sellers": 415
          },
          "m30": {
            "buys": 133,
            "sells": 935,
            "buyers": 115,
            "sellers": 895
          },
          "h1": {
            "buys": 304,
            "sells": 1881,
            "buyers": 234,
            "sellers": 1808
          },
          "h24": {
            "buys": 7121,
            "sells": 43057,
            "buyers": 4956,
            "sellers": 37328
          }
        },
        "volume_usd": {
          "m5": "18866.3726579815",
          "h1": "238482.056773313",
          "h6": "1513394.15281593",
          "h24": "4828797.25464014"
        },
        "reserve_in_usd": "5790273.438"
      },
      "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.253506128584521",
        "base_token_price_native_currency": "0.000411194072232942857890585269009123854965408",
        "quote_token_price_usd": "1.00043469142601",
        "quote_token_price_native_currency": "0.00162188118968087",
        "base_token_price_quote_token": "0.25352910",
        "quote_token_price_base_token": "3.94432045",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "253085697",
        "market_cap_usd": "118669348.210133",
        "price_change_percentage": {
          "m5": "-0.43",
          "h1": "-1.1",
          "h6": "-0.99",
          "h24": "10.29"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 7,
            "buyers": 0,
            "sellers": 7
          },
          "m15": {
            "buys": 2,
            "sells": 38,
            "buyers": 2,
            "sellers": 22
          },
          "m30": {
            "buys": 34,
            "sells": 67,
            "buyers": 19,
            "sellers": 44
          },
          "h1": {
            "buys": 46,
            "sells": 89,
            "buyers": 23,
            "sellers": 58
          },
          "h24": {
            "buys": 1270,
            "sells": 774,
            "buyers": 295,
            "sellers": 308
          }
        },
        "volume_usd": {
          "m5": "6193.82725394524",
          "h1": "92605.0560613565",
          "h6": "563666.330991116",
          "h24": "1336470.93458231"
        },
        "reserve_in_usd": "4433559.5956"
      },
      "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_0x1458770554b8918b970444d8b2c02a47f6df99a7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.927392687842632",
        "base_token_price_native_currency": "0.0002444461022959690558507723117408",
        "quote_token_price_usd": "0.997382946413659",
        "quote_token_price_native_currency": "0.000263817847691992",
        "base_token_price_quote_token": "0.92657151",
        "quote_token_price_base_token": "1.07924751",
        "address": "0x1458770554b8918b970444d8b2c02a47f6df99a7",
        "name": "RETIK / USDT 0.3%",
        "pool_created_at": "2024-05-21T11:59:35Z",
        "fdv_usd": "927392688",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-30.49",
          "h6": "486.83",
          "h24": "486.83"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 8,
            "sells": 4,
            "buyers": 8,
            "sellers": 4
          },
          "m30": {
            "buys": 30,
            "sells": 14,
            "buyers": 27,
            "sellers": 13
          },
          "h1": {
            "buys": 190,
            "sells": 57,
            "buyers": 163,
            "sellers": 42
          },
          "h24": {
            "buys": 1181,
            "sells": 388,
            "buyers": 801,
            "sellers": 189
          }
        },
        "volume_usd": {
          "m5": "437.504845214455",
          "h1": "641184.145027847",
          "h6": "5610859.2030461",
          "h24": "5610859.2030461"
        },
        "reserve_in_usd": "746869.3477"
      },
      "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_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.229471938735034",
        "base_token_price_native_currency": "0.0357875588779698",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03578756",
        "quote_token_price_base_token": "27.94",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "4818911",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.09",
          "h1": "2.85",
          "h6": "5.44",
          "h24": "6.73"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 14,
            "sells": 6,
            "buyers": 14,
            "sellers": 6
          },
          "m30": {
            "buys": 25,
            "sells": 9,
            "buyers": 25,
            "sellers": 9
          },
          "h1": {
            "buys": 71,
            "sells": 37,
            "buyers": 67,
            "sellers": 34
          },
          "h24": {
            "buys": 1210,
            "sells": 1084,
            "buyers": 675,
            "sellers": 680
          }
        },
        "volume_usd": {
          "m5": "487.30353944008",
          "h1": "32215.4715026717",
          "h6": "533627.86455243",
          "h24": "1613501.88308173"
        },
        "reserve_in_usd": "840803.9853"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCH44N73BXEhT8063KAK_27oComvJnmAaebso-dZoyAy6g_",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00322466155153693",
        "base_token_price_native_currency": "0.000503736688103464",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00050374",
        "quote_token_price_base_token": "1985.16",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "451453",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.02",
          "h1": "-6.82",
          "h6": "-30.65",
          "h24": "-31.32"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 8,
            "sells": 6,
            "buyers": 7,
            "sellers": 5
          },
          "m30": {
            "buys": 18,
            "sells": 11,
            "buyers": 17,
            "sellers": 8
          },
          "h1": {
            "buys": 29,
            "sells": 24,
            "buyers": 27,
            "sellers": 17
          },
          "h24": {
            "buys": 1207,
            "sells": 751,
            "buyers": 633,
            "sellers": 399
          }
        },
        "volume_usd": {
          "m5": "1752.23481091582",
          "h1": "11394.8240184862",
          "h6": "76440.3836727149",
          "h24": "563717.559449199"
        },
        "reserve_in_usd": "110288.8307"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC8XkUEWb6bzbzE9eVaASoKUCyYA_CUQALGE15jWInEqla6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00109120023267124",
        "base_token_price_native_currency": "0.000170200519258161",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00017020",
        "quote_token_price_base_token": "5875.42",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "955454",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.58",
          "h1": "-4.04",
          "h6": "-9.39",
          "h24": "6.78"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m30": {
            "buys": 3,
            "sells": 5,
            "buyers": 2,
            "sellers": 5
          },
          "h1": {
            "buys": 10,
            "sells": 7,
            "buyers": 8,
            "sellers": 7
          },
          "h24": {
            "buys": 976,
            "sells": 631,
            "buyers": 569,
            "sellers": 378
          }
        },
        "volume_usd": {
          "m5": "668.29551829586",
          "h1": "1844.00089496822",
          "h6": "27693.8271954373",
          "h24": "346909.809642321"
        },
        "reserve_in_usd": "95616.7705"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCNCUxFwMsNYKTv89WuRX5pyxDCWqlgBi4Tl8zytjllNTaC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0178194906602738",
        "base_token_price_native_currency": "0.00278998316315171",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00278998",
        "quote_token_price_base_token": "358.43",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "88953610",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.35",
          "h1": "-4.27",
          "h6": "-7.57",
          "h24": "20.48"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m15": {
            "buys": 10,
            "sells": 9,
            "buyers": 10,
            "sellers": 9
          },
          "m30": {
            "buys": 20,
            "sells": 14,
            "buyers": 19,
            "sellers": 12
          },
          "h1": {
            "buys": 34,
            "sells": 40,
            "buyers": 33,
            "sellers": 38
          },
          "h24": {
            "buys": 802,
            "sells": 862,
            "buyers": 563,
            "sellers": 632
          }
        },
        "volume_usd": {
          "m5": "6753.69787376612",
          "h1": "37819.4613605958",
          "h6": "584018.544663583",
          "h24": "1405760.56796413"
        },
        "reserve_in_usd": "1598779.2873"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC47093oX5Xhb0xuk2lCr2RhS8rj-vul61u4W2UH5ORmG_O",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.40753484986422",
        "base_token_price_native_currency": "0.002262446917629036507901581",
        "quote_token_price_usd": "179.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00226245",
        "quote_token_price_base_token": "442.00",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "226404742",
        "market_cap_usd": "202898870.292051",
        "price_change_percentage": {
          "m5": "-0.15",
          "h1": "1.36",
          "h6": "0.75",
          "h24": "-11.72"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 6,
            "buyers": 3,
            "sellers": 6
          },
          "m15": {
            "buys": 59,
            "sells": 110,
            "buyers": 49,
            "sellers": 24
          },
          "m30": {
            "buys": 121,
            "sells": 174,
            "buyers": 79,
            "sellers": 63
          },
          "h1": {
            "buys": 223,
            "sells": 398,
            "buyers": 137,
            "sellers": 135
          },
          "h24": {
            "buys": 9253,
            "sells": 7886,
            "buyers": 3106,
            "sellers": 2782
          }
        },
        "volume_usd": {
          "m5": "4968.94354778632",
          "h1": "309697.712444032",
          "h6": "1788493.11474651",
          "h24": "11943399.2171995"
        },
        "reserve_in_usd": "5101931.33"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5z3EqYQo9HiCEs3R84RCDMu2n7anpDMxRhdK8PSWmrRC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0138114311532709",
        "base_token_price_native_currency": "0.0118719496",
        "quote_token_price_usd": "1.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01187195",
        "quote_token_price_base_token": "84.23",
        "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": "1.67",
          "h1": "6.55",
          "h6": "-4.93",
          "h24": "-33.45"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 35,
            "buyers": 4,
            "sellers": 35
          },
          "m15": {
            "buys": 27,
            "sells": 98,
            "buyers": 24,
            "sellers": 96
          },
          "m30": {
            "buys": 52,
            "sells": 254,
            "buyers": 45,
            "sellers": 237
          },
          "h1": {
            "buys": 93,
            "sells": 601,
            "buyers": 80,
            "sellers": 559
          },
          "h24": {
            "buys": 1776,
            "sells": 9332,
            "buyers": 1263,
            "sellers": 7727
          }
        },
        "volume_usd": {
          "m5": "115.43310339816",
          "h1": "4841.98537435312",
          "h6": "28197.6041227707",
          "h24": "115432.692968585"
        },
        "reserve_in_usd": "19677.9307"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "sui-network_0xa8816d3a6e3136e86bc2873b1f94a15cadc8af2703c075f2d546c2ae367f4df9::ocean::OCEAN",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "sui-network_0x2::sui::SUI",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "sui-network",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "cetus",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0056515678272543",
        "base_token_price_native_currency": "0.000032085431582717402568851",
        "quote_token_price_usd": "179.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003209",
        "quote_token_price_base_token": "31166.79",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "38911811",
        "market_cap_usd": "39584130.9034675",
        "price_change_percentage": {
          "m5": "0.73",
          "h1": "-2.15",
          "h6": "-7.08",
          "h24": "-24.17"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 5,
            "buyers": 6,
            "sellers": 5
          },
          "m15": {
            "buys": 107,
            "sells": 133,
            "buyers": 58,
            "sellers": 78
          },
          "m30": {
            "buys": 229,
            "sells": 256,
            "buyers": 107,
            "sellers": 142
          },
          "h1": {
            "buys": 654,
            "sells": 516,
            "buyers": 247,
            "sellers": 252
          },
          "h24": {
            "buys": 11532,
            "sells": 9998,
            "buyers": 3010,
            "sellers": 3259
          }
        },
        "volume_usd": {
          "m5": "4206.20075090818",
          "h1": "1052965.87420622",
          "h6": "2591579.6842283",
          "h24": "13990732.9090079"
        },
        "reserve_in_usd": "2990024.2282"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8wXtPeU6557ETkp9WHFY1n1EcU6NxDvbAggHGsMYiHsB",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.598544304341881",
        "base_token_price_native_currency": "0.0940400220020688",
        "quote_token_price_usd": "6.39",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09404002",
        "quote_token_price_base_token": "10.63",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "59854430",
        "market_cap_usd": "60003507.3920567",
        "price_change_percentage": {
          "m5": "0.81",
          "h1": "-5.81",
          "h6": "-4.94",
          "h24": "7.45"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 11,
            "sells": 5,
            "buyers": 8,
            "sellers": 3
          },
          "m30": {
            "buys": 22,
            "sells": 13,
            "buyers": 15,
            "sellers": 9
          },
          "h1": {
            "buys": 35,
            "sells": 24,
            "buyers": 26,
            "sellers": 17
          },
          "h24": {
            "buys": 555,
            "sells": 380,
            "buyers": 397,
            "sellers": 286
          }
        },
        "volume_usd": {
          "m5": "1675.35538643528",
          "h1": "86604.4833927247",
          "h6": "250935.62401076",
          "h24": "1157850.40278005"
        },
        "reserve_in_usd": "2432480.6462"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBZ_cafPyDr5KUTs0aNxh0ZTDhkpEZONmLJA2SNGlLm4Cko",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000127195036696688",
        "base_token_price_native_currency": "0.0000000033583875299477",
        "quote_token_price_usd": "3776.04894929377",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003358387530",
        "quote_token_price_base_token": "297761944",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "5262984980",
        "market_cap_usd": "5313978289.05284",
        "price_change_percentage": {
          "m5": "0.31",
          "h1": "3.74",
          "h6": "14.9",
          "h24": "35"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 3,
            "buyers": 7,
            "sellers": 3
          },
          "m15": {
            "buys": 31,
            "sells": 11,
            "buyers": 29,
            "sellers": 10
          },
          "m30": {
            "buys": 66,
            "sells": 32,
            "buyers": 59,
            "sellers": 30
          },
          "h1": {
            "buys": 122,
            "sells": 81,
            "buyers": 110,
            "sellers": 71
          },
          "h24": {
            "buys": 1133,
            "sells": 1000,
            "buyers": 858,
            "sellers": 700
          }
        },
        "volume_usd": {
          "m5": "33883.3227369128",
          "h1": "1991541.8866366",
          "h6": "6025334.04408248",
          "h24": "21217199.3616317"
        },
        "reserve_in_usd": "52963918.5175"
      },
      "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_EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "3.687484288995",
        "base_token_price_native_currency": "0.579852013656899",
        "quote_token_price_usd": "6.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.57985201",
        "quote_token_price_base_token": "1.72457796",
        "address": "EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
        "name": "RANDOM / TON 0.4%",
        "pool_created_at": "2024-05-15T16:23:22Z",
        "fdv_usd": "3520986",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-1.9",
          "h6": "-17.67",
          "h24": "22.65"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 7,
            "sells": 11,
            "buyers": 4,
            "sellers": 10
          },
          "m30": {
            "buys": 15,
            "sells": 17,
            "buyers": 7,
            "sellers": 15
          },
          "h1": {
            "buys": 22,
            "sells": 36,
            "buyers": 13,
            "sellers": 27
          },
          "h24": {
            "buys": 936,
            "sells": 684,
            "buyers": 334,
            "sellers": 325
          }
        },
        "volume_usd": {
          "m5": "162.24930871578",
          "h1": "27824.9621000615",
          "h6": "245407.678351576",
          "h24": "715358.632276698"
        },
        "reserve_in_usd": "423055.2762"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCF9oYxo37xCGX1DShZEweaVGJe6Kucp0ztKO6vCsRANDOM",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000889717504974929",
        "base_token_price_native_currency": "0.0000139629881060316",
        "quote_token_price_usd": "6.39",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001396",
        "quote_token_price_base_token": "71617.91",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "889718",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "14.59",
          "h6": "50.54",
          "h24": "17440.98"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 5,
            "sells": 4,
            "buyers": 5,
            "sellers": 4
          },
          "m30": {
            "buys": 15,
            "sells": 7,
            "buyers": 13,
            "sellers": 7
          },
          "h1": {
            "buys": 32,
            "sells": 17,
            "buyers": 30,
            "sellers": 17
          },
          "h24": {
            "buys": 940,
            "sells": 553,
            "buyers": 547,
            "sellers": 327
          }
        },
        "volume_usd": {
          "m5": "12.76",
          "h1": "7210.63985851728",
          "h6": "47413.5722475666",
          "h24": "227827.136288521"
        },
        "reserve_in_usd": "129400.5388"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB8nX1OAAxS0RHCZ-U3xpZPAGIPwjfoqtvtWOPb55NBQipE",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0416463355234736",
        "base_token_price_native_currency": "0.00651890898411994",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00651891",
        "quote_token_price_base_token": "153.40",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "4164536",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.68",
          "h1": "1.54",
          "h6": "-4.7",
          "h24": "-4.96"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m15": {
            "buys": 4,
            "sells": 7,
            "buyers": 4,
            "sellers": 7
          },
          "m30": {
            "buys": 8,
            "sells": 11,
            "buyers": 8,
            "sellers": 11
          },
          "h1": {
            "buys": 15,
            "sells": 20,
            "buyers": 14,
            "sellers": 19
          },
          "h24": {
            "buys": 553,
            "sells": 467,
            "buyers": 393,
            "sellers": 354
          }
        },
        "volume_usd": {
          "m5": "410.57614752109",
          "h1": "15705.1715062557",
          "h6": "109014.628548158",
          "h24": "796859.617200615"
        },
        "reserve_in_usd": "1103836.6003"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB4gPfG0YtoiJHCMTUuzxP9fKXy9nx6TFh-dcAltrnNpLNo",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00207075856162143",
        "base_token_price_native_currency": "0.00000048331991639209",
        "quote_token_price_usd": "3776.16",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000048",
        "quote_token_price_base_token": "2069023",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "20707586",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "3.41",
          "h1": "-1.05",
          "h6": "-26.95",
          "h24": "-83.77"
        },
        "transactions": {
          "m5": {
            "buys": 12,
            "sells": 8,
            "buyers": 12,
            "sellers": 8
          },
          "m15": {
            "buys": 45,
            "sells": 28,
            "buyers": 36,
            "sellers": 27
          },
          "m30": {
            "buys": 86,
            "sells": 50,
            "buyers": 71,
            "sellers": 42
          },
          "h1": {
            "buys": 152,
            "sells": 104,
            "buyers": 126,
            "sellers": 85
          },
          "h24": {
            "buys": 8534,
            "sells": 4900,
            "buyers": 2358,
            "sellers": 1690
          }
        },
        "volume_usd": {
          "m5": "45778.9047292912",
          "h1": "221156.680978643",
          "h6": "1714172.72725473",
          "h24": "9969963.2136429"
        },
        "reserve_in_usd": "736047.2582"
      },
      "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.0389973235391217",
        "base_token_price_native_currency": "0.000207811405081945342436623",
        "quote_token_price_usd": "179.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00020781",
        "quote_token_price_base_token": "4812.06",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "37204931",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.21",
          "h1": "-10.02",
          "h6": "-15.97",
          "h24": "-25.04"
        },
        "transactions": {
          "m5": {
            "buys": 47,
            "sells": 32,
            "buyers": 41,
            "sellers": 28
          },
          "m15": {
            "buys": 323,
            "sells": 140,
            "buyers": 247,
            "sellers": 105
          },
          "m30": {
            "buys": 615,
            "sells": 325,
            "buyers": 391,
            "sellers": 218
          },
          "h1": {
            "buys": 890,
            "sells": 474,
            "buyers": 529,
            "sellers": 302
          },
          "h24": {
            "buys": 16687,
            "sells": 10828,
            "buyers": 5364,
            "sellers": 3773
          }
        },
        "volume_usd": {
          "m5": "146860.066617907",
          "h1": "748380.797966758",
          "h6": "1688101.99302609",
          "h24": "18061534.9643106"
        },
        "reserve_in_usd": "915486.6123"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8vCAUbxejdtaxn6jnX5uaQTyTZLmXALg9u1bvFCAjtx7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.04241110820496",
        "base_token_price_native_currency": "0.000237047935422560265497274",
        "quote_token_price_usd": "179.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00023705",
        "quote_token_price_base_token": "4218.56",
        "address": "7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
        "name": "SLOTH / SOL",
        "pool_created_at": "2024-05-01T14:38:00Z",
        "fdv_usd": "78663865",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.08",
          "h1": "-1.95",
          "h6": "5.88",
          "h24": "-13.91"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 35,
            "sells": 18,
            "buyers": 31,
            "sellers": 18
          },
          "m30": {
            "buys": 67,
            "sells": 51,
            "buyers": 61,
            "sellers": 50
          },
          "h1": {
            "buys": 151,
            "sells": 127,
            "buyers": 126,
            "sellers": 114
          },
          "h24": {
            "buys": 6278,
            "sells": 4385,
            "buyers": 3386,
            "sellers": 2503
          }
        },
        "volume_usd": {
          "m5": "263.0890000854",
          "h1": "186116.412020995",
          "h6": "1404832.89945438",
          "h24": "9418768.39763941"
        },
        "reserve_in_usd": "6129143.0401"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HQ7DaoiUxzC2K1Dr7KXRHccNtXvEYgNvoUextXe8dmBh",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000139317047727792",
        "base_token_price_native_currency": "0.0000000369004560731059",
        "quote_token_price_usd": "3780.73251383076",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004",
        "quote_token_price_base_token": "27099936",
        "address": "0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
        "name": "MAGA / WETH",
        "pool_created_at": "2024-05-16T14:08:11Z",
        "fdv_usd": "57586212",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.47",
          "h1": "-11.22",
          "h6": "-8.13",
          "h24": "19"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 4,
            "buyers": 8,
            "sellers": 4
          },
          "m15": {
            "buys": 14,
            "sells": 14,
            "buyers": 14,
            "sellers": 11
          },
          "m30": {
            "buys": 20,
            "sells": 20,
            "buyers": 20,
            "sellers": 17
          },
          "h1": {
            "buys": 53,
            "sells": 58,
            "buyers": 46,
            "sellers": 48
          },
          "h24": {
            "buys": 4398,
            "sells": 3367,
            "buyers": 2444,
            "sellers": 1713
          }
        },
        "volume_usd": {
          "m5": "44652.5192704222",
          "h1": "389667.507432171",
          "h6": "5666145.24417793",
          "h24": "23222116.4844623"
        },
        "reserve_in_usd": "1716485.2458"
      },
      "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"
          }
        }
      }
    }
  ]
}

Zašto se Web3 projekti koriste platformom CoinGecko

„API za DEX tvrtke CoinGecko pruža nam brz, vrlo precizan i robustan izvor podataka o cijeni na DEX-u. Ima široku pokrivenost podataka, jednostavan je za upotrebu i vrlo pouzdan. API za DEX tvrtke CoinGecko postao je jedan od mnogih naših ključnih priljeva o cijeni na DEX-u kojim se Supra koristi za agregiranje podataka iz decentraliziranih burzi.”
„API za DEX tvrtke CoinGecko postao je ključni dio našeg razvojnog procesa, vješto rukujući brojnim manjim zadacima kojima jednostavno nemamo kapaciteta upravljati. To je značajno pojednostavilo naš tijek rada, omogućujući nam da se usredotočimo na razvoj temelja.”
„API za DEX tvrtke CoinGecko ima široku pokrivenost, podržava najveći broj lanaca i visoku dostupnost.

Često postavljana pitanja

Maksimalno ubrzajte vaš projekt
uz CoinGecko API

Otključajte više mogućnosti uz pouzdane, precizne i sveobuhvatne podatke o cijeni kriptovaluta.

Nikada ne propustite novosti!

Pretplatite se na naš bilten o API-ju za najnovije vijesti o proizvodu, ažuriranja krajnjih točki i nadahnjujući sadržaj iz zajednice.
Odaberi valutu
Predložene valute
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 valute
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
Kriptovalute
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
Jedinice Bitcoina
BITS
Bits
SATS
Satoshi
Roba
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Odaberi jezik
Popularni jezici
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Svi jezici
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
繁體中文
Prijavite se kako biste lakše pratili vaš omiljeni novčić 🚀
Ako nastavite, prihvaćate Uvjete korištenja platforme CoinGecko te potvrđujete da ste pročitali naša Pravila zaštite privatnosti
ili
Zaboravi ste lozinku?
Niste primili upute za potvrdu računa?
Ponovno pošalji upute za potvrdu
BESPLATNO! Pratite vaš omiljeni novčić na jednostavan način uz platformu CoinGecko 🚀
Ako nastavite, prihvaćate Uvjete korištenja platforme CoinGecko te potvrđujete da ste pročitali naša Pravila zaštite privatnosti
ili
Lozinka mora sadržavati najmanje 8 znakova, uključujući 1 veliko slovo, 1 maleno slovo, 1 broj i 1 posebni znak
Niste primili upute za potvrdu računa?
Ponovno pošalji upute za potvrdu
Zaboravi ste lozinku?
U roku nekoliko minuta ćete primiti e-mail s uputama za promjenu Vaše lozinke.
Ponovno pošalji upute za potvrdu
U roku nekoliko minuta ćete primiti e-mail s uputama za potvrdu Vašeg računa.
Preuzmite CoinGecko aplikaciju.
Skenirajte ovaj QR kod kako biste odmah preuzeli aplikaciju App QR Code Ili je pogledajte u trgovinama aplikacijama
coingecko
Nastavi u aplikaciji
Pratite cijene u stvarnom vremenu
Otvori aplikaciju