Kovanci: 14.357
Borze: 1.099
Tržna kapitalizacija: $2,732T 5.9%
Obseg v 24 h: $220,287B
Gorivo: 31 GWEI
Uporaba brez oglasov

API za podatke o decentraliziranih borzah v verigi za projekte in razvijalce DeFi

Uporablja tehnologijo
Zaupajo nam vodilni projekti Web3

Obsežen in zanesljiv podatkovni vmesnik API za podatke decentraliziranih borz v verigi

Z našim zanesljivim in obsežnim API-jem za podatke decentraliziranih borz (DEX) lahko dostopate do tržnih podatkov borz, kot so Uniswap, PancakeSwap, Orca, Curve in druge v vseh glavnih omrežjih.
2M+
Kovanci in žetoni
100+
Omrežja
800+
Decentralizirane borze

Učinkovito izbirajte velikost svojih projektov DeFi

Enoten API za podatke o kriptovalutah, NFT-jih in decentraliziranih borzah

Poenostavite postopek integracije z enim enotnim API-jem za podatke o kriptovalutah, ki zagotavlja popolno pokritost
Kategorija končnih točk Opis
/onchain/simple/*/token_price/* Najpreprostejši način za pridobivanje najnovejših cen žetonov v USD v omrežju z naslovi žetonov
/onchain/networks Pridobite celoten seznam podprtih omrežij
/onchain/network/*dexes Pridobite celoten seznam podprtih decentraliziranih borz v omrežju
/onchains/network/*/pools/* Pridobite podatke o likvidnostnih skladih, na primer, najbolj priljubljenih skladih, in novih skladih, ter tržne podatke, kot so: cena, rezerve, tržna vrednost, transakcije in obseg trgovanja. Na voljo je tudi končna točka za iskanje skladov v omrežju.
/onchains/network/*/tokens/* Pridobite podatke, povezane s žetoni, kot so najboljši skladi, cene, vrednost na vsa izdana sredstva, rezerve, obseg trgovanja, tržna kapitalizacija, ocena GeckoTerminal, ID v API-ju CoinGecko. Na voljo so tudi metapodatki, vključno s sliko, spletno stranjo, opisom in povezavami do družbenih omrežij.
/onchains/network/*/ohlcvs/* Pridobite pretekle podatke iz grafikona OHLCV za likvidnostni sklad
/onchains/network/*/trades Pridobite najnovejših 300 poslov likvidnostega sklada
// Pridobite cene in tržne podatke likvidnostnega sklada
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.00266037190023",
      "base_token_price_native_currency": "0.000265060243710758",
      "quote_token_price_usd": "3778.37452709275",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026506",
      "quote_token_price_base_token": "3772.73",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3313472712",
      "market_cap_usd": "5354484886.73522",
      "price_change_percentage": {
        "m5": "0.08",
        "h1": "0.49",
        "h6": "0.43",
        "h24": "0.02"
      },
      "transactions": {
        "m5": {
          "buys": 3,
          "sells": 0,
          "buyers": 3,
          "sellers": 0
        },
        "m15": {
          "buys": 4,
          "sells": 1,
          "buyers": 4,
          "sellers": 1
        },
        "m30": {
          "buys": 9,
          "sells": 4,
          "buyers": 8,
          "sellers": 4
        },
        "h1": {
          "buys": 18,
          "sells": 13,
          "buyers": 16,
          "sellers": 11
        },
        "h24": {
          "buys": 708,
          "sells": 505,
          "buyers": 317,
          "sellers": 215
        }
      },
      "volume_usd": {
        "m5": "25020.9761065076",
        "h1": "415261.445731554",
        "h6": "3278141.87621109",
        "h24": "18600974.1812866"
      },
      "reserve_in_usd": "5464584.2913"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Spoznajte trenutno najbolj priljubljene sklade
{
  "data": [
    {
      "id": "eth_0x1458770554b8918b970444d8b2c02a47f6df99a7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.59654212585391",
        "base_token_price_native_currency": "0.000424239254870814998506116825768",
        "quote_token_price_usd": "1.00298538295638",
        "quote_token_price_native_currency": "0.000265148697763992",
        "base_token_price_quote_token": "1.60000505",
        "quote_token_price_base_token": "0.62499803",
        "address": "0x1458770554b8918b970444d8b2c02a47f6df99a7",
        "name": "RETIK / USDT 0.3%",
        "pool_created_at": "2024-05-21T11:59:35Z",
        "fdv_usd": "1596542126",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.64",
          "h1": "-1.69",
          "h6": "915.91",
          "h24": "915.91"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 3,
            "buyers": 6,
            "sellers": 3
          },
          "m15": {
            "buys": 16,
            "sells": 7,
            "buyers": 16,
            "sellers": 7
          },
          "m30": {
            "buys": 40,
            "sells": 25,
            "buyers": 37,
            "sellers": 17
          },
          "h1": {
            "buys": 81,
            "sells": 38,
            "buyers": 69,
            "sellers": 25
          },
          "h24": {
            "buys": 1502,
            "sells": 509,
            "buyers": 1024,
            "sellers": 258
          }
        },
        "volume_usd": {
          "m5": "15734.8034212589",
          "h1": "204610.567772376",
          "h6": "6594982.49240224",
          "h24": "6594982.49240224"
        },
        "reserve_in_usd": "990022.021"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x26ebb8213fb8d66156f1af8908d43f7e3e367c1d",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000441075137633589",
        "base_token_price_native_currency": "0.000000000000000715299667186684",
        "quote_token_price_usd": "615.098863539686",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000000715",
        "quote_token_price_base_token": "1398015469422849",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "185252",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.59",
          "h1": "-20.33",
          "h6": "-52.81",
          "h24": "63.58"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 9,
            "sells": 14,
            "buyers": 8,
            "sellers": 12
          },
          "m30": {
            "buys": 34,
            "sells": 26,
            "buyers": 31,
            "sellers": 22
          },
          "h1": {
            "buys": 107,
            "sells": 73,
            "buyers": 91,
            "sellers": 56
          },
          "h24": {
            "buys": 2993,
            "sells": 1937,
            "buyers": 1653,
            "sellers": 1046
          }
        },
        "volume_usd": {
          "m5": "24.9231547077718",
          "h1": "16219.0450102646",
          "h6": "144953.607878975",
          "h24": "692275.899533926"
        },
        "reserve_in_usd": "92809.2033"
      },
      "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.00554557915535604",
        "base_token_price_native_currency": "0.000881027214766646",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00088103",
        "quote_token_price_base_token": "1135.04",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "569609846",
        "market_cap_usd": "579575710.987239",
        "price_change_percentage": {
          "m5": "0.04",
          "h1": "-1.03",
          "h6": "3.66",
          "h24": "4.71"
        },
        "transactions": {
          "m5": {
            "buys": 41,
            "sells": 135,
            "buyers": 35,
            "sellers": 135
          },
          "m15": {
            "buys": 116,
            "sells": 412,
            "buyers": 95,
            "sellers": 401
          },
          "m30": {
            "buys": 231,
            "sells": 952,
            "buyers": 201,
            "sellers": 918
          },
          "h1": {
            "buys": 407,
            "sells": 1881,
            "buyers": 355,
            "sellers": 1795
          },
          "h24": {
            "buys": 7269,
            "sells": 43961,
            "buyers": 5101,
            "sellers": 38068
          }
        },
        "volume_usd": {
          "m5": "16353.8836678335",
          "h1": "317455.451695639",
          "h6": "1658286.65524477",
          "h24": "5252614.50902315"
        },
        "reserve_in_usd": "6023999.4662"
      },
      "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.252163575327277",
        "base_token_price_native_currency": "0.000409661138539264351960821051740755010204231",
        "quote_token_price_usd": "1.0002137400947",
        "quote_token_price_native_currency": "0.00162406665442476",
        "base_token_price_quote_token": "0.25224404",
        "quote_token_price_base_token": "3.96441474",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "251745370",
        "market_cap_usd": "118103440.492824",
        "price_change_percentage": {
          "m5": "0.04",
          "h1": "-0.16",
          "h6": "-0.11",
          "h24": "7.08"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 1,
            "sells": 14,
            "buyers": 1,
            "sellers": 12
          },
          "m30": {
            "buys": 5,
            "sells": 22,
            "buyers": 5,
            "sellers": 18
          },
          "h1": {
            "buys": 26,
            "sells": 47,
            "buyers": 16,
            "sellers": 30
          },
          "h24": {
            "buys": 1155,
            "sells": 841,
            "buyers": 294,
            "sellers": 322
          }
        },
        "volume_usd": {
          "m5": "130.994918018753",
          "h1": "23328.9712862579",
          "h6": "307468.854279489",
          "h24": "1251321.90210625"
        },
        "reserve_in_usd": "4416599.3875"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x9840652dc04fb9db2c43853633f0f62be6f00f98",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.246020971760581",
        "base_token_price_native_currency": "0.0384677586934483",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03846776",
        "quote_token_price_base_token": "26.00",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "5166440",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.01",
          "h1": "1.85",
          "h6": "1.1",
          "h24": "25.6"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 4,
            "buyers": 4,
            "sellers": 4
          },
          "m15": {
            "buys": 17,
            "sells": 15,
            "buyers": 17,
            "sellers": 13
          },
          "m30": {
            "buys": 39,
            "sells": 37,
            "buyers": 37,
            "sellers": 35
          },
          "h1": {
            "buys": 84,
            "sells": 72,
            "buyers": 79,
            "sellers": 67
          },
          "h24": {
            "buys": 1226,
            "sells": 1008,
            "buyers": 748,
            "sellers": 621
          }
        },
        "volume_usd": {
          "m5": "3829.98016503557",
          "h1": "55272.5553727098",
          "h6": "364933.200599817",
          "h24": "1476532.41330486"
        },
        "reserve_in_usd": "891470.3343"
      },
      "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.00349595395577124",
        "base_token_price_native_currency": "0.000543693709266258",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00054369",
        "quote_token_price_base_token": "1839.27",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "489434",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.64",
          "h1": "6.78",
          "h6": "-15.64",
          "h24": "-25.54"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 9,
            "sells": 2,
            "buyers": 6,
            "sellers": 2
          },
          "m30": {
            "buys": 12,
            "sells": 3,
            "buyers": 9,
            "sellers": 3
          },
          "h1": {
            "buys": 22,
            "sells": 11,
            "buyers": 16,
            "sellers": 9
          },
          "h24": {
            "buys": 1288,
            "sells": 807,
            "buyers": 672,
            "sellers": 427
          }
        },
        "volume_usd": {
          "m5": "1620.72232051912",
          "h1": "4926.90533212136",
          "h6": "64208.6286695941",
          "h24": "588291.822645303"
        },
        "reserve_in_usd": "114815.2747"
      },
      "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.000820796220514412",
        "base_token_price_native_currency": "0.000129315661765624",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00012932",
        "quote_token_price_base_token": "7733.02",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "718688",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.77",
          "h1": "-4.49",
          "h6": "-26.77",
          "h24": "-48.44"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 5,
            "sells": 9,
            "buyers": 5,
            "sellers": 9
          },
          "m30": {
            "buys": 17,
            "sells": 10,
            "buyers": 17,
            "sellers": 10
          },
          "h1": {
            "buys": 32,
            "sells": 17,
            "buyers": 31,
            "sellers": 16
          },
          "h24": {
            "buys": 936,
            "sells": 580,
            "buyers": 529,
            "sellers": 352
          }
        },
        "volume_usd": {
          "m5": "209.96574327365",
          "h1": "12015.0028796184",
          "h6": "67962.7528032102",
          "h24": "347255.899345511"
        },
        "reserve_in_usd": "71375.2063"
      },
      "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": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000128557569944687",
        "base_token_price_native_currency": "0.00000000338854675197162",
        "quote_token_price_usd": "3782.64593408485",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003388546752",
        "quote_token_price_base_token": "295111761",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "5319362903",
        "market_cap_usd": "5403250424.85009",
        "price_change_percentage": {
          "m5": "0.2",
          "h1": "3.28",
          "h6": "14.53",
          "h24": "34.69"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 2,
            "buyers": 6,
            "sellers": 2
          },
          "m15": {
            "buys": 17,
            "sells": 16,
            "buyers": 17,
            "sellers": 16
          },
          "m30": {
            "buys": 46,
            "sells": 40,
            "buyers": 43,
            "sellers": 35
          },
          "h1": {
            "buys": 94,
            "sells": 67,
            "buyers": 87,
            "sellers": 59
          },
          "h24": {
            "buys": 1268,
            "sells": 1102,
            "buyers": 964,
            "sellers": 780
          }
        },
        "volume_usd": {
          "m5": "36322.4176667956",
          "h1": "2991629.87976271",
          "h6": "10161737.5222636",
          "h24": "25183794.1571013"
        },
        "reserve_in_usd": "53229634.3622"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x6982508145454ce325ddbe47a25d4ec3d2311933",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0179333537365137",
        "base_token_price_native_currency": "0.00280870609296993",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00280871",
        "quote_token_price_base_token": "356.04",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "89521946",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.78",
          "h1": "2.56",
          "h6": "-7.91",
          "h24": "9.63"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 7,
            "sells": 3,
            "buyers": 7,
            "sellers": 3
          },
          "m30": {
            "buys": 16,
            "sells": 12,
            "buyers": 15,
            "sellers": 12
          },
          "h1": {
            "buys": 29,
            "sells": 24,
            "buyers": 27,
            "sellers": 23
          },
          "h24": {
            "buys": 752,
            "sells": 810,
            "buyers": 533,
            "sellers": 597
          }
        },
        "volume_usd": {
          "m5": "6896.19176915669",
          "h1": "37668.5390513594",
          "h6": "180318.361434622",
          "h24": "1295283.80919921"
        },
        "reserve_in_usd": "1586471.7729"
      },
      "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": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0116345450898483",
        "base_token_price_native_currency": "0.0100383814813473",
        "quote_token_price_usd": "1.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01003838",
        "quote_token_price_base_token": "99.62",
        "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": "2.87",
          "h1": "-1.89",
          "h6": "-6.46",
          "h24": "-42.8"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 8,
            "buyers": 1,
            "sellers": 7
          },
          "m15": {
            "buys": 10,
            "sells": 66,
            "buyers": 9,
            "sellers": 62
          },
          "m30": {
            "buys": 19,
            "sells": 109,
            "buyers": 18,
            "sellers": 101
          },
          "h1": {
            "buys": 51,
            "sells": 265,
            "buyers": 43,
            "sellers": 247
          },
          "h24": {
            "buys": 1615,
            "sells": 8633,
            "buyers": 1161,
            "sellers": 7154
          }
        },
        "volume_usd": {
          "m5": "215.9263111803",
          "h1": "2921.06929137501",
          "h6": "19655.2662021875",
          "h24": "102957.736448257"
        },
        "reserve_in_usd": "15114.1101"
      },
      "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_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.430650876955688",
        "base_token_price_native_currency": "0.002444242636373347131659437",
        "quote_token_price_usd": "176.35",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00244424",
        "quote_token_price_base_token": "409.12",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "239246780",
        "market_cap_usd": "221762024.72595",
        "price_change_percentage": {
          "m5": "-1.36",
          "h1": "3.61",
          "h6": "6.83",
          "h24": "-4.26"
        },
        "transactions": {
          "m5": {
            "buys": 21,
            "sells": 22,
            "buyers": 18,
            "sellers": 20
          },
          "m15": {
            "buys": 67,
            "sells": 107,
            "buyers": 46,
            "sellers": 60
          },
          "m30": {
            "buys": 162,
            "sells": 191,
            "buyers": 69,
            "sellers": 108
          },
          "h1": {
            "buys": 367,
            "sells": 312,
            "buyers": 143,
            "sellers": 160
          },
          "h24": {
            "buys": 8774,
            "sells": 7553,
            "buyers": 2862,
            "sellers": 2615
          }
        },
        "volume_usd": {
          "m5": "36131.5165025536",
          "h1": "324352.711394402",
          "h6": "2111658.08403172",
          "h24": "10899269.1349384"
        },
        "reserve_in_usd": "5214813.7739"
      },
      "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_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000123703694319733",
        "base_token_price_native_currency": "0.0000193113185982586",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001931",
        "quote_token_price_base_token": "51783.10",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "1237037",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.93",
          "h1": "1.97",
          "h6": "54.13",
          "h24": "1647.03"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m15": {
            "buys": 10,
            "sells": 8,
            "buyers": 10,
            "sellers": 8
          },
          "m30": {
            "buys": 17,
            "sells": 10,
            "buyers": 17,
            "sellers": 10
          },
          "h1": {
            "buys": 47,
            "sells": 34,
            "buyers": 44,
            "sellers": 34
          },
          "h24": {
            "buys": 1051,
            "sells": 635,
            "buyers": 610,
            "sellers": 376
          }
        },
        "volume_usd": {
          "m5": "736.98798578405",
          "h1": "5623.17599715322",
          "h6": "64523.3619827278",
          "h24": "257704.038262227"
        },
        "reserve_in_usd": "152008.4972"
      },
      "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_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.602342529922552",
        "base_token_price_native_currency": "0.0942804885658947",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09428049",
        "quote_token_price_base_token": "10.61",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "60234252",
        "market_cap_usd": "60099110.1029861",
        "price_change_percentage": {
          "m5": "0",
          "h1": "2.35",
          "h6": "-3.84",
          "h24": "-5.79"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m30": {
            "buys": 9,
            "sells": 1,
            "buyers": 9,
            "sellers": 1
          },
          "h1": {
            "buys": 18,
            "sells": 7,
            "buyers": 18,
            "sellers": 7
          },
          "h24": {
            "buys": 554,
            "sells": 351,
            "buyers": 394,
            "sellers": 267
          }
        },
        "volume_usd": {
          "m5": "60.46589870867",
          "h1": "11603.8503614982",
          "h6": "228651.632310609",
          "h24": "956843.231932813"
        },
        "reserve_in_usd": "2420504.6858"
      },
      "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_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00528038535852273",
        "base_token_price_native_currency": "0.000030526489495318767404633",
        "quote_token_price_usd": "176.35",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003053",
        "quote_token_price_base_token": "32758.43",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "36356169",
        "market_cap_usd": "36457371.1233374",
        "price_change_percentage": {
          "m5": "-0.03",
          "h1": "-1.51",
          "h6": "-15.51",
          "h24": "-13.03"
        },
        "transactions": {
          "m5": {
            "buys": 12,
            "sells": 44,
            "buyers": 8,
            "sellers": 33
          },
          "m15": {
            "buys": 76,
            "sells": 121,
            "buyers": 51,
            "sellers": 74
          },
          "m30": {
            "buys": 278,
            "sells": 194,
            "buyers": 142,
            "sellers": 121
          },
          "h1": {
            "buys": 605,
            "sells": 350,
            "buyers": 229,
            "sellers": 215
          },
          "h24": {
            "buys": 10436,
            "sells": 8992,
            "buyers": 2765,
            "sellers": 2981
          }
        },
        "volume_usd": {
          "m5": "18169.4880918652",
          "h1": "536309.183158503",
          "h6": "2709770.14741464",
          "h24": "12293717.2423943"
        },
        "reserve_in_usd": "2871200.9284"
      },
      "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": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00179903845829601",
        "base_token_price_native_currency": "0.000000477250896674257",
        "quote_token_price_usd": "3768.2",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000048",
        "quote_token_price_base_token": "2095334",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "17990385",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-13.86",
          "h1": "-25.66",
          "h6": "-8.26",
          "h24": "-87.34"
        },
        "transactions": {
          "m5": {
            "buys": 36,
            "sells": 11,
            "buyers": 23,
            "sellers": 9
          },
          "m15": {
            "buys": 89,
            "sells": 22,
            "buyers": 40,
            "sellers": 18
          },
          "m30": {
            "buys": 206,
            "sells": 61,
            "buyers": 71,
            "sellers": 54
          },
          "h1": {
            "buys": 363,
            "sells": 108,
            "buyers": 114,
            "sellers": 93
          },
          "h24": {
            "buys": 7917,
            "sells": 4709,
            "buyers": 2281,
            "sellers": 1652
          }
        },
        "volume_usd": {
          "m5": "64041.134571756",
          "h1": "263372.78361099",
          "h6": "1275813.47841194",
          "h24": "9278979.20881285"
        },
        "reserve_in_usd": "759922.6363"
      },
      "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.039943774414911",
        "base_token_price_native_currency": "0.000214597230100054440166895",
        "quote_token_price_usd": "176.35",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00021460",
        "quote_token_price_base_token": "4659.89",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "38107881",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.35",
          "h1": "7.77",
          "h6": "-19.95",
          "h24": "-13.31"
        },
        "transactions": {
          "m5": {
            "buys": 29,
            "sells": 41,
            "buyers": 25,
            "sellers": 20
          },
          "m15": {
            "buys": 105,
            "sells": 113,
            "buyers": 65,
            "sellers": 81
          },
          "m30": {
            "buys": 357,
            "sells": 261,
            "buyers": 226,
            "sellers": 188
          },
          "h1": {
            "buys": 625,
            "sells": 575,
            "buyers": 383,
            "sellers": 367
          },
          "h24": {
            "buys": 17147,
            "sells": 11319,
            "buyers": 5349,
            "sellers": 3859
          }
        },
        "volume_usd": {
          "m5": "16106.1840368943",
          "h1": "687609.298985079",
          "h6": "3820281.99565925",
          "h24": "18644756.4120179"
        },
        "reserve_in_usd": "924028.82"
      },
      "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_EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.04101908802901",
        "base_token_price_native_currency": "0.00646476816069213",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00646477",
        "quote_token_price_base_token": "154.68",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "4101813",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.11",
          "h1": "1.18",
          "h6": "-2.05",
          "h24": "5.31"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m30": {
            "buys": 5,
            "sells": 11,
            "buyers": 5,
            "sellers": 11
          },
          "h1": {
            "buys": 10,
            "sells": 20,
            "buyers": 10,
            "sellers": 20
          },
          "h24": {
            "buys": 381,
            "sells": 347,
            "buyers": 279,
            "sellers": 257
          }
        },
        "volume_usd": {
          "m5": "60.12532615544",
          "h1": "22059.8335609747",
          "h6": "96029.3650687548",
          "h24": "583374.717024601"
        },
        "reserve_in_usd": "1099582.4787"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB4gPfG0YtoiJHCMTUuzxP9fKXy9nx6TFh-dcAltrnNpLNo",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "3.0930695868946",
        "base_token_price_native_currency": "0.485219408896768",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.48521941",
        "quote_token_price_base_token": "2.06092333",
        "address": "EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
        "name": "RANDOM / TON 0.4%",
        "pool_created_at": "2024-05-15T16:23:22Z",
        "fdv_usd": "2952176",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.81",
          "h1": "-14.06",
          "h6": "1.05",
          "h24": "-10.24"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 3
          },
          "m30": {
            "buys": 13,
            "sells": 12,
            "buyers": 7,
            "sellers": 11
          },
          "h1": {
            "buys": 18,
            "sells": 22,
            "buyers": 8,
            "sellers": 19
          },
          "h24": {
            "buys": 734,
            "sells": 499,
            "buyers": 278,
            "sellers": 261
          }
        },
        "volume_usd": {
          "m5": "1256.76453235515",
          "h1": "18631.1871002201",
          "h6": "133960.923353249",
          "h24": "492693.695701927"
        },
        "reserve_in_usd": "386390.4348"
      },
      "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": "base_0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0226093448589395",
        "base_token_price_native_currency": "0.00000600070993636302",
        "quote_token_price_usd": "3768.2",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000600",
        "quote_token_price_base_token": "166647",
        "address": "0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
        "name": "DEGEN / WETH 0.3%",
        "pool_created_at": "2024-01-07T19:30:45Z",
        "fdv_usd": "835770945",
        "market_cap_usd": "280286876.312512",
        "price_change_percentage": {
          "m5": "1.26",
          "h1": "15.69",
          "h6": "13.55",
          "h24": "29.51"
        },
        "transactions": {
          "m5": {
            "buys": 36,
            "sells": 34,
            "buyers": 31,
            "sellers": 31
          },
          "m15": {
            "buys": 115,
            "sells": 176,
            "buyers": 103,
            "sellers": 77
          },
          "m30": {
            "buys": 310,
            "sells": 355,
            "buyers": 215,
            "sellers": 150
          },
          "h1": {
            "buys": 1035,
            "sells": 877,
            "buyers": 426,
            "sellers": 307
          },
          "h24": {
            "buys": 4340,
            "sells": 5085,
            "buyers": 1699,
            "sellers": 1736
          }
        },
        "volume_usd": {
          "m5": "229744.95608516",
          "h1": "4675339.77235749",
          "h6": "6644040.06157536",
          "h24": "13290432.6506662"
        },
        "reserve_in_usd": "14444491.8856"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x4ed4e862860bed51a9570b96d89af5e1b0efefed",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00209303344945744",
        "base_token_price_native_currency": "0.00032936814020703",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00032937",
        "quote_token_price_base_token": "3036.12",
        "address": "EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
        "name": "GPU / TON 0.4%",
        "pool_created_at": "2024-05-17T23:43:22Z",
        "fdv_usd": "10465167",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.17",
          "h1": "-6.51",
          "h6": "21.41",
          "h24": "146.92"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m15": {
            "buys": 4,
            "sells": 12,
            "buyers": 4,
            "sellers": 9
          },
          "m30": {
            "buys": 20,
            "sells": 17,
            "buyers": 19,
            "sellers": 13
          },
          "h1": {
            "buys": 77,
            "sells": 70,
            "buyers": 61,
            "sellers": 52
          },
          "h24": {
            "buys": 971,
            "sells": 1047,
            "buyers": 520,
            "sellers": 477
          }
        },
        "volume_usd": {
          "m5": "414.69430591225",
          "h1": "26594.4413710709",
          "h6": "239749.407604258",
          "h24": "358847.415161432"
        },
        "reserve_in_usd": "82360.7963"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCILWMtTu_ShFu0WPZnZx9SfCX70dTypBESubKMZUPQOd53",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    }
  ]
}

Zakaj projekti Web3 uporabljajo platformo CoinGecko?

»DEX API platforme CoinGecko nam zagotavlja hiter, zelo natančen in obsežen vir podatkov o cenah na decentraliziranih borzah. Zagotavlja široko pokritost podatkov, je enostaven za uporabo in zelo zanesljiv. DEX API platforme CoinGecko je postal eden od naših številnih ključnih virov cen na decentraliziranih borzah, ki jih Supra uporablja za združevanje podatkov z decentraliziranih borz.«
»DEX API platforme CoinGecko je postal sestavni del našega razvojnega procesa in zelo učinkovito izvaja številna manjša opravila, ki jih mi preprosto ne moremo opraviti. To je bistveno poenostavilo naš delovni proces in nam omogočilo, da se osredotočimo na razvoj temeljih delov poslovanja.«
»DEX API platforme CoinGecko zagotavlja široko pokritost, podpira največje število verig in visoko zanesljivost delovanja.«

Pogosta vprašanja

Pospešite svoj projekt
z API-jem CoinGecko

Odkrijte več možnosti z zanesljivimi, natančnimi in celovitimi podatki o cenah kriptovalut.

Nikoli ne zamudite posodobitve!

Naročite se na naše novice o API-ju za najnovejše novice o izdelkih, posodobitve končnih točk in navdihujoče vsebine skupnosti.
Izberite valuto
Predlagane 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
Fiduciarne 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
Enote Bitcoina
BITS
Bits
SATS
Satoshi
Blago
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Izberite jezik
Priljubljeni jeziki
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Vsi jeziki
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 in enostavno spremljajte svoj najljubši kovanec 🚀
Če nadaljujete, soglašate s pogoji storitve CoinGecko in potrjujete, da ste prebrali naš pravilnik o zasebnosti
ali
Ste pozabili geslo?
Niste prejeli navodil za potrditev?
Ponovno pošlji navodila za potrditev
BREZPLAČNO! Svoje najljubše kovance spremljajte na enotnem seznamu s platformo CoinGecko 🚀
Če nadaljujete, soglašate s pogoji storitve CoinGecko in potrjujete, da ste prebrali naš pravilnik o zasebnosti
ali
Geslo mora vsebovati vsaj 8 znakov, vključno z eno veliko tiskano črko, eno malo tiskano črko, eno številko in enim posebnim znakom.
Niste prejeli navodil za potrditev?
Ponovno pošlji navodila za potrditev
Ste pozabili geslo?
V naslednjih minutah boste prejeli email z navodili za ponastavitev gesla.
Ponovno pošlji navodila za potrditev
Prejeli boste email z navodili za potrditev vašega računa.
Prenesite aplikacijo CoinGecko.
Odčitajte to kodo QR in prenesite aplikacijo zdaj App QR Code Ali pa jo poiščite v trgovini z aplikacijami
coingecko
Nadaljujte v aplikaciji
Sprotno sledenje cenam
Odprite aplikacijo