Monetos: 14 355
Keityklos: 1 099
Rinkos kapitalizacija: 2,746T $ 8.1%
Apimtis per 24h: 177,275B $
Dujos: 10 GWEI
Atsisakykite skelbimų

„DeFi“ projektams ir kūrėjams skirtas grandinėje esantis DEX žetonas ir rinkos duomenų API

Duomenys teikia
Pasitiki geriausi „Web3“ projektai

Platus ir patikimas grandinės DEX duomenų API

Naudodamiesi mūsų patikima ir išsamia DEX duomenų API, gaukite prieigą prie grandinės rinkos duomenų iš DEX, tokių kaip Uniswap, PancakeSwap, Orca, Curve ir kitų pagrindinių tinklų.
2M+
Monetos ir žetonai
100+
Tinklai
800+
Decentralizuotos biržos

Efektyviai plėskite „DeFi“ projektą

Viena bendra kriptovaliutų, NFT ir DEX duomenų API

Supaprastinkite integracijos procesą naudodami vieną bendrą kriptovaliutų duomenų API, užtikrinantį visišką aprėptį
Galutinio taško kategorija Aprašas
/onchain/simple/*/token_price/* Paprasčiausias būdas sužinoti naujausią žetonų kainą JAV doleriais tinkle su žetonų adresais
/onchain/networks Gaukite visą palaikomų tinklų sąrašą
/onchain/network/*dexes Gaukite visą tinkle palaikomų decentralizuotų biržų sąrašą
/onchains/network/*/pools/* Gaukite likvidumo fondo duomenis tokius kaip tendencingus fondus, naujus fondus ir rinkos duomenis, pvz., kainą, rezervą, rinkos kapitalizaciją, sandorius, apimtį. Paieškos parametru galima ieškoti fondų tinkle.
/onchains/network/*/tokens/* Gaukite su žetonais susijusius duomenis tokius kaip geriausius fondus, kainą, fdv, rezervą, apimtį, rinkos kapitalizaciją, „geckoterminal“ balą, „coingecko“ api id. Taip pat galima naudotis metaduomenimis, įskaitant paveikslėlį, svetainę, aprašymą ir socialinių tinklų nuorodas.
/onchains/network/*/ohlcvs/* Gauti likvidumo fondo OHLCV istorinius diagramos duomenis
/onchains/network/*/trades Gaukite naujausius 300 sandorių iš likvidumo fondo
// Sužinokite likvidumo fondo kainas ir rinkos duomenis
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.998603506035206",
      "base_token_price_native_currency": "0.000271502672050257",
      "quote_token_price_usd": "3673.12304286427",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00027150",
      "quote_token_price_base_token": "3683.21",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3300066064",
      "market_cap_usd": "5401825053.20314",
      "price_change_percentage": {
        "m5": "0.03",
        "h1": "-0.16",
        "h6": "-0.03",
        "h24": "-0.2"
      },
      "transactions": {
        "m5": {
          "buys": 2,
          "sells": 0,
          "buyers": 2,
          "sellers": 0
        },
        "m15": {
          "buys": 4,
          "sells": 6,
          "buyers": 4,
          "sellers": 6
        },
        "m30": {
          "buys": 7,
          "sells": 10,
          "buyers": 7,
          "sellers": 9
        },
        "h1": {
          "buys": 15,
          "sells": 15,
          "buyers": 14,
          "sellers": 14
        },
        "h24": {
          "buys": 674,
          "sells": 538,
          "buyers": 293,
          "sellers": 218
        }
      },
      "volume_usd": {
        "m5": "3982.02940025678",
        "h1": "122458.429343862",
        "h6": "1141169.04544018",
        "h24": "24976253.5331537"
      },
      "reserve_in_usd": "5402356.8409"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Atraskite tendencingus fondus
{
  "data": [
    {
      "id": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000947143211244716",
        "base_token_price_native_currency": "0.00000000000000152971490142448",
        "quote_token_price_usd": "619.223527611095",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000001530",
        "quote_token_price_base_token": "653716584096026",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "397800",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.25",
          "h1": "-10.36",
          "h6": "-3.87",
          "h24": "332.87"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 14,
            "sells": 13,
            "buyers": 13,
            "sellers": 13
          },
          "m30": {
            "buys": 38,
            "sells": 21,
            "buyers": 35,
            "sellers": 21
          },
          "h1": {
            "buys": 96,
            "sells": 56,
            "buyers": 81,
            "sellers": 50
          },
          "h24": {
            "buys": 2898,
            "sells": 1746,
            "buyers": 1767,
            "sellers": 946
          }
        },
        "volume_usd": {
          "m5": "168.358916886986",
          "h1": "14392.3976012937",
          "h6": "149487.995051615",
          "h24": "636004.365942718"
        },
        "reserve_in_usd": "132698.9719"
      },
      "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.0054543997900385",
        "base_token_price_native_currency": "0.000808375591296441",
        "quote_token_price_usd": "6.69",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00080838",
        "quote_token_price_base_token": "1237.05",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "560271701",
        "market_cap_usd": "554472774.992344",
        "price_change_percentage": {
          "m5": "2.38",
          "h1": "1.94",
          "h6": "-2.75",
          "h24": "0.43"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 35,
            "buyers": 5,
            "sellers": 35
          },
          "m15": {
            "buys": 49,
            "sells": 409,
            "buyers": 41,
            "sellers": 402
          },
          "m30": {
            "buys": 114,
            "sells": 885,
            "buyers": 95,
            "sellers": 863
          },
          "h1": {
            "buys": 310,
            "sells": 2178,
            "buyers": 239,
            "sellers": 2084
          },
          "h24": {
            "buys": 7002,
            "sells": 39737,
            "buyers": 4895,
            "sellers": 34498
          }
        },
        "volume_usd": {
          "m5": "6002.61714653742",
          "h1": "228829.002706356",
          "h6": "1523025.36471306",
          "h24": "4390401.16729391"
        },
        "reserve_in_usd": "5952932.1701"
      },
      "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.25942079942164",
        "base_token_price_native_currency": "0.000418336772589411389502057563013099758267803",
        "quote_token_price_usd": "0.999355242619228",
        "quote_token_price_native_currency": "0.00161072979095185",
        "base_token_price_quote_token": "0.25971878",
        "quote_token_price_base_token": "3.85031844",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "258990558",
        "market_cap_usd": "121474624.763873",
        "price_change_percentage": {
          "m5": "0",
          "h1": "0.34",
          "h6": "2.57",
          "h24": "12.81"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m30": {
            "buys": 17,
            "sells": 12,
            "buyers": 11,
            "sellers": 11
          },
          "h1": {
            "buys": 52,
            "sells": 31,
            "buyers": 25,
            "sellers": 28
          },
          "h24": {
            "buys": 1055,
            "sells": 553,
            "buyers": 261,
            "sellers": 273
          }
        },
        "volume_usd": {
          "m5": "10.9219596000738",
          "h1": "56083.0194308947",
          "h6": "304404.09154395",
          "h24": "951762.850936173"
        },
        "reserve_in_usd": "4499531.4935"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x9840652dc04fb9db2c43853633f0f62be6f00f98",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00119290501074138",
        "base_token_price_native_currency": "0.000178544024271359",
        "quote_token_price_usd": "6.69",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00017854",
        "quote_token_price_base_token": "5600.86",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "1044506",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "5.45",
          "h6": "-2.96",
          "h24": "35.92"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m30": {
            "buys": 5,
            "sells": 5,
            "buyers": 4,
            "sellers": 5
          },
          "h1": {
            "buys": 17,
            "sells": 12,
            "buyers": 16,
            "sellers": 9
          },
          "h24": {
            "buys": 1187,
            "sells": 738,
            "buyers": 637,
            "sellers": 414
          }
        },
        "volume_usd": {
          "m5": "220.77",
          "h1": "5103.71783668483",
          "h6": "51133.1208801073",
          "h24": "416944.076410633"
        },
        "reserve_in_usd": "102790.4923"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCNCUxFwMsNYKTv89WuRX5pyxDCWqlgBi4Tl8zytjllNTaC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.245864432248421",
        "base_token_price_native_currency": "0.0367847692040261",
        "quote_token_price_usd": "6.69",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03678477",
        "quote_token_price_base_token": "27.19",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "5163153",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.52",
          "h1": "7.01",
          "h6": "22.53",
          "h24": "7.93"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m15": {
            "buys": 11,
            "sells": 13,
            "buyers": 10,
            "sellers": 12
          },
          "m30": {
            "buys": 24,
            "sells": 27,
            "buyers": 16,
            "sellers": 23
          },
          "h1": {
            "buys": 57,
            "sells": 61,
            "buyers": 32,
            "sellers": 48
          },
          "h24": {
            "buys": 1118,
            "sells": 1057,
            "buyers": 640,
            "sellers": 644
          }
        },
        "volume_usd": {
          "m5": "7425.92766842841",
          "h1": "99290.8121241589",
          "h6": "334828.686158843",
          "h24": "1499689.51395024"
        },
        "reserve_in_usd": "876316.8075"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCH44N73BXEhT8063KAK_27oComvJnmAaebso-dZoyAy6g_",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00640726016434813",
        "base_token_price_native_currency": "0.000035610738763375168175772",
        "quote_token_price_usd": "183.15",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003561",
        "quote_token_price_base_token": "28081.42",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "44114855",
        "market_cap_usd": "44905841.9692245",
        "price_change_percentage": {
          "m5": "-0.03",
          "h1": "0.31",
          "h6": "7.06",
          "h24": "-17.35"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 6,
            "buyers": 4,
            "sellers": 6
          },
          "m15": {
            "buys": 33,
            "sells": 37,
            "buyers": 32,
            "sellers": 20
          },
          "m30": {
            "buys": 183,
            "sells": 104,
            "buyers": 105,
            "sellers": 67
          },
          "h1": {
            "buys": 322,
            "sells": 582,
            "buyers": 161,
            "sellers": 216
          },
          "h24": {
            "buys": 12977,
            "sells": 11582,
            "buyers": 3373,
            "sellers": 3596
          }
        },
        "volume_usd": {
          "m5": "9075.10180251643",
          "h1": "553428.550037075",
          "h6": "2419964.97358826",
          "h24": "15183989.0508567"
        },
        "reserve_in_usd": "3209798.1225"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8wXtPeU6557ETkp9WHFY1n1EcU6NxDvbAggHGsMYiHsB",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.410435252982633",
        "base_token_price_native_currency": "0.002233173751294109913241318",
        "quote_token_price_usd": "183.13",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00223317",
        "quote_token_price_base_token": "447.79",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "228016052",
        "market_cap_usd": "204499860.859059",
        "price_change_percentage": {
          "m5": "0.62",
          "h1": "-1.97",
          "h6": "8.18",
          "h24": "-6.42"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "m15": {
            "buys": 32,
            "sells": 41,
            "buyers": 29,
            "sellers": 14
          },
          "m30": {
            "buys": 60,
            "sells": 82,
            "buyers": 47,
            "sellers": 34
          },
          "h1": {
            "buys": 166,
            "sells": 179,
            "buyers": 113,
            "sellers": 64
          },
          "h24": {
            "buys": 10044,
            "sells": 8490,
            "buyers": 3462,
            "sellers": 3090
          }
        },
        "volume_usd": {
          "m5": "2105.84564022323",
          "h1": "177914.659652349",
          "h6": "1846862.73288969",
          "h24": "13154934.1953454"
        },
        "reserve_in_usd": "5170105.0027"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5z3EqYQo9HiCEs3R84RCDMu2n7anpDMxRhdK8PSWmrRC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0046064892149879",
        "base_token_price_native_currency": "0.000688239711903351",
        "quote_token_price_usd": "6.69",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00068824",
        "quote_token_price_base_token": "1452.98",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "644908",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "10.1",
          "h6": "11.23",
          "h24": "-0.69"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m30": {
            "buys": 5,
            "sells": 7,
            "buyers": 5,
            "sellers": 6
          },
          "h1": {
            "buys": 23,
            "sells": 16,
            "buyers": 21,
            "sellers": 12
          },
          "h24": {
            "buys": 1086,
            "sells": 653,
            "buyers": 595,
            "sellers": 353
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "h1": "12291.3941487764",
          "h6": "60720.8817802806",
          "h24": "510212.787784903"
        },
        "reserve_in_usd": "135672.3893"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC8XkUEWb6bzbzE9eVaASoKUCyYA_CUQALGE15jWInEqla6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0134293367642857",
        "base_token_price_native_currency": "0.0111991241037097",
        "quote_token_price_usd": "1.15",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01119912",
        "quote_token_price_base_token": "89.29",
        "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.9",
          "h1": "6.97",
          "h6": "-7.9",
          "h24": "-39.26"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 6,
            "buyers": 1,
            "sellers": 6
          },
          "m15": {
            "buys": 36,
            "sells": 81,
            "buyers": 31,
            "sellers": 75
          },
          "m30": {
            "buys": 74,
            "sells": 214,
            "buyers": 56,
            "sellers": 194
          },
          "h1": {
            "buys": 147,
            "sells": 404,
            "buyers": 106,
            "sellers": 360
          },
          "h24": {
            "buys": 1910,
            "sells": 9787,
            "buyers": 1306,
            "sellers": 7993
          }
        },
        "volume_usd": {
          "m5": "50.3551016764",
          "h1": "6671.19991076316",
          "h6": "32803.9244197838",
          "h24": "136318.085524531"
        },
        "reserve_in_usd": "17159.8055"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "sui-network_0xa8816d3a6e3136e86bc2873b1f94a15cadc8af2703c075f2d546c2ae367f4df9::ocean::OCEAN",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "sui-network_0x2::sui::SUI",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "sui-network",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "cetus",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0184336302878824",
        "base_token_price_native_currency": "0.00276629278454309",
        "quote_token_price_usd": "6.69",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00276629",
        "quote_token_price_base_token": "361.49",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "92019352",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.02",
          "h1": "-6.39",
          "h6": "1.81",
          "h24": "19.96"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 8,
            "sells": 5,
            "buyers": 8,
            "sellers": 5
          },
          "m30": {
            "buys": 17,
            "sells": 13,
            "buyers": 17,
            "sellers": 11
          },
          "h1": {
            "buys": 59,
            "sells": 44,
            "buyers": 54,
            "sellers": 36
          },
          "h24": {
            "buys": 718,
            "sells": 775,
            "buyers": 511,
            "sellers": 573
          }
        },
        "volume_usd": {
          "m5": "236.46354358047",
          "h1": "93815.1823103548",
          "h6": "583098.111406834",
          "h24": "1254813.13931741"
        },
        "reserve_in_usd": "1700032.1825"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC47093oX5Xhb0xuk2lCr2RhS8rj-vul61u4W2UH5ORmG_O",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00291634053011246",
        "base_token_price_native_currency": "0.00000079244838637272",
        "quote_token_price_usd": "3680.35",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000079",
        "quote_token_price_base_token": "1261912",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "29163405",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.98",
          "h1": "12.95",
          "h6": "-10.93",
          "h24": "-75.72"
        },
        "transactions": {
          "m5": {
            "buys": 26,
            "sells": 2,
            "buyers": 13,
            "sellers": 2
          },
          "m15": {
            "buys": 83,
            "sells": 31,
            "buyers": 26,
            "sellers": 25
          },
          "m30": {
            "buys": 129,
            "sells": 57,
            "buyers": 56,
            "sellers": 41
          },
          "h1": {
            "buys": 173,
            "sells": 86,
            "buyers": 87,
            "sellers": 63
          },
          "h24": {
            "buys": 9237,
            "sells": 5063,
            "buyers": 2525,
            "sellers": 1704
          }
        },
        "volume_usd": {
          "m5": "7458.1430920522",
          "h1": "172008.15578027",
          "h6": "1106761.75974719",
          "h24": "11323132.7626045"
        },
        "reserve_in_usd": "915104.1981"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x041fdf3f472d2c8a7ecc458fc3b7f543e6c57ef7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.637173522859048",
        "base_token_price_native_currency": "0.0950604308728905",
        "quote_token_price_usd": "6.69",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09506043",
        "quote_token_price_base_token": "10.52",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "63717352",
        "market_cap_usd": "63238043.6010049",
        "price_change_percentage": {
          "m5": "1.08",
          "h1": "-0.15",
          "h6": "0.77",
          "h24": "18.42"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 6,
            "buyers": 5,
            "sellers": 6
          },
          "m30": {
            "buys": 14,
            "sells": 8,
            "buyers": 13,
            "sellers": 8
          },
          "h1": {
            "buys": 17,
            "sells": 15,
            "buyers": 15,
            "sellers": 15
          },
          "h24": {
            "buys": 534,
            "sells": 344,
            "buyers": 410,
            "sellers": 263
          }
        },
        "volume_usd": {
          "m5": "4047.62255118276",
          "h1": "16107.9652323853",
          "h6": "177284.658219968",
          "h24": "971312.662369629"
        },
        "reserve_in_usd": "2565311.712"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBZ_cafPyDr5KUTs0aNxh0ZTDhkpEZONmLJA2SNGlLm4Cko",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0415140518925",
        "base_token_price_native_currency": "0.000227509144842378951770737",
        "quote_token_price_usd": "183.15",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00022751",
        "quote_token_price_base_token": "4395.43",
        "address": "7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
        "name": "SLOTH / SOL",
        "pool_created_at": "2024-05-01T14:38:00Z",
        "fdv_usd": "77000015",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.3",
          "h1": "0.32",
          "h6": "3.16",
          "h24": "-23.07"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m15": {
            "buys": 38,
            "sells": 17,
            "buyers": 36,
            "sellers": 17
          },
          "m30": {
            "buys": 81,
            "sells": 42,
            "buyers": 69,
            "sellers": 41
          },
          "h1": {
            "buys": 149,
            "sells": 113,
            "buyers": 130,
            "sellers": 101
          },
          "h24": {
            "buys": 8582,
            "sells": 6561,
            "buyers": 4146,
            "sellers": 3455
          }
        },
        "volume_usd": {
          "m5": "13254.4532179784",
          "h1": "220114.849234",
          "h6": "1387101.55019547",
          "h24": "16891864.4731732"
        },
        "reserve_in_usd": "6124983.2256"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HQ7DaoiUxzC2K1Dr7KXRHccNtXvEYgNvoUextXe8dmBh",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0429788597158188",
        "base_token_price_native_currency": "0.0063987946572939",
        "quote_token_price_usd": "6.69",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00639879",
        "quote_token_price_base_token": "156.28",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "4297786",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.8",
          "h6": "-2.42",
          "h24": "-4.53"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m30": {
            "buys": 2,
            "sells": 7,
            "buyers": 2,
            "sellers": 7
          },
          "h1": {
            "buys": 7,
            "sells": 15,
            "buyers": 7,
            "sellers": 14
          },
          "h24": {
            "buys": 551,
            "sells": 478,
            "buyers": 392,
            "sellers": 361
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "h1": "14612.9469278867",
          "h6": "120932.864937527",
          "h24": "824389.931847756"
        },
        "reserve_in_usd": "1148520.0802"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB4gPfG0YtoiJHCMTUuzxP9fKXy9nx6TFh-dcAltrnNpLNo",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0437865900744806",
        "base_token_price_native_currency": "0.000224618466856414930185847",
        "quote_token_price_usd": "183.13",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00022462",
        "quote_token_price_base_token": "4451.99",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "41991299",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.64",
          "h1": "0.76",
          "h6": "-13.43",
          "h24": "10.02"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "m15": {
            "buys": 35,
            "sells": 28,
            "buyers": 31,
            "sellers": 26
          },
          "m30": {
            "buys": 97,
            "sells": 68,
            "buyers": 76,
            "sellers": 60
          },
          "h1": {
            "buys": 214,
            "sells": 128,
            "buyers": 161,
            "sellers": 111
          },
          "h24": {
            "buys": 16735,
            "sells": 11218,
            "buyers": 5532,
            "sellers": 3809
          }
        },
        "volume_usd": {
          "m5": "3003.40969035642",
          "h1": "129900.164426633",
          "h6": "1433539.36457072",
          "h24": "18219115.9679959"
        },
        "reserve_in_usd": "972381.8434"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8vCAUbxejdtaxn6jnX5uaQTyTZLmXALg9u1bvFCAjtx7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "4.48767304474203",
        "base_token_price_native_currency": "0.668327554411516",
        "quote_token_price_usd": "6.69",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.66832755",
        "quote_token_price_base_token": "1.49627229",
        "address": "EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
        "name": "RANDOM / TON 0.4%",
        "pool_created_at": "2024-05-15T16:23:22Z",
        "fdv_usd": "4285956",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "1.11",
          "h6": "-3.06",
          "h24": "339.16"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m30": {
            "buys": 4,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "h1": {
            "buys": 13,
            "sells": 13,
            "buyers": 5,
            "sellers": 11
          },
          "h24": {
            "buys": 921,
            "sells": 608,
            "buyers": 310,
            "sellers": 292
          }
        },
        "volume_usd": {
          "m5": "74.2731405861",
          "h1": "4420.7981735246",
          "h6": "42990.2637087812",
          "h24": "694895.352615684"
        },
        "reserve_in_usd": "476254.0188"
      },
      "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": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000111634591229481",
        "base_token_price_native_currency": "0.00000000303068602349914",
        "quote_token_price_usd": "3672.43244641592",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003030686023",
        "quote_token_price_base_token": "329958297",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "4619136030",
        "market_cap_usd": "4682275361.67539",
        "price_change_percentage": {
          "m5": "0.01",
          "h1": "1.17",
          "h6": "1.92",
          "h24": "19.37"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "m15": {
            "buys": 9,
            "sells": 4,
            "buyers": 9,
            "sellers": 4
          },
          "m30": {
            "buys": 14,
            "sells": 7,
            "buyers": 14,
            "sellers": 7
          },
          "h1": {
            "buys": 35,
            "sells": 13,
            "buyers": 33,
            "sellers": 12
          },
          "h24": {
            "buys": 896,
            "sells": 853,
            "buyers": 695,
            "sellers": 627
          }
        },
        "volume_usd": {
          "m5": "1238.83309072037",
          "h1": "108555.913638854",
          "h6": "1232046.08665502",
          "h24": "15577273.6863421"
        },
        "reserve_in_usd": "48844204.8319"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x6982508145454ce325ddbe47a25d4ec3d2311933",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5Hk9rF7ozTMHiTaGmPp1Mw2nLL1NxXmhPEmeoUAZvyBM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00756372096364116",
        "base_token_price_native_currency": "0.000040999094694504737960945",
        "quote_token_price_usd": "183.15",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00004100",
        "quote_token_price_base_token": "24390.78",
        "address": "5Hk9rF7ozTMHiTaGmPp1Mw2nLL1NxXmhPEmeoUAZvyBM",
        "name": "GOME / SOL",
        "pool_created_at": "2024-04-27T04:26:52Z",
        "fdv_usd": "4927570",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.14",
          "h1": "-2.3",
          "h6": "-21.5",
          "h24": "-27.43"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m15": {
            "buys": 30,
            "sells": 33,
            "buyers": 23,
            "sellers": 30
          },
          "m30": {
            "buys": 54,
            "sells": 88,
            "buyers": 42,
            "sellers": 82
          },
          "h1": {
            "buys": 152,
            "sells": 149,
            "buyers": 117,
            "sellers": 125
          },
          "h24": {
            "buys": 10174,
            "sells": 8518,
            "buyers": 3270,
            "sellers": 3171
          }
        },
        "volume_usd": {
          "m5": "4235.22924795039",
          "h1": "105450.966190109",
          "h6": "983425.922217174",
          "h24": "7710071.93100913"
        },
        "reserve_in_usd": "593231.724"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8ULCkCTUa3XXrNXaDVzPcja2tdJtRdxRr8T4eZjVKqk",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00013725102245509",
        "base_token_price_native_currency": "0.0000000372535792818875",
        "quote_token_price_usd": "3673.26540643707",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004",
        "quote_token_price_base_token": "26843058",
        "address": "0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
        "name": "MAGA / WETH",
        "pool_created_at": "2024-05-16T14:08:11Z",
        "fdv_usd": "56732228",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.07",
          "h1": "-5.65",
          "h6": "-5.24",
          "h24": "43.33"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 19,
            "sells": 8,
            "buyers": 18,
            "sellers": 8
          },
          "m30": {
            "buys": 76,
            "sells": 45,
            "buyers": 61,
            "sellers": 30
          },
          "h1": {
            "buys": 206,
            "sells": 125,
            "buyers": 154,
            "sellers": 91
          },
          "h24": {
            "buys": 4957,
            "sells": 3827,
            "buyers": 2668,
            "sellers": 1874
          }
        },
        "volume_usd": {
          "m5": "455.574628884261",
          "h1": "1144114.33034713",
          "h6": "5153124.71637351",
          "h24": "24285312.5864169"
        },
        "reserve_in_usd": "1667304.1545"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xd29da236dd4aac627346e1bba06a619e8c22d7c5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000733342931486024",
        "base_token_price_native_currency": "0.000011115855488899",
        "quote_token_price_usd": "6.69",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001112",
        "quote_token_price_base_token": "89961.59",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "733343",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "6.55",
          "h6": "50.43",
          "h24": "14248.23"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m30": {
            "buys": 6,
            "sells": 5,
            "buyers": 6,
            "sellers": 5
          },
          "h1": {
            "buys": 17,
            "sells": 13,
            "buyers": 17,
            "sellers": 13
          },
          "h24": {
            "buys": 822,
            "sells": 454,
            "buyers": 486,
            "sellers": 273
          }
        },
        "volume_usd": {
          "m5": "67.59657518319",
          "h1": "8875.07531475578",
          "h6": "49730.0709751216",
          "h24": "194069.786365762"
        },
        "reserve_in_usd": "120173.9352"
      },
      "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"
          }
        }
      }
    }
  ]
}

Kodėl „Web3“ projektai naudoja „CoinGecko“

„CoinGecko“ DEX API suteikia mums greitą, labai tikslų ir patikimą DEX kainų duomenų šaltinį. Jie turi plačią duomenų aprėptį, yra lengvai naudojami ir labai patikimi. „CoinGecko“ DEX API tapo vienu iš daugelio mūsų pagrindinių DEX kainų šaltinių, kuriuos „Supra“ naudoja decentralizuotų biržų duomenims kaupti.
„CoinGecko“ DEX API tapo neatsiejama mūsų kūrimo proceso dalimi, nes puikiai atlieka daugybę smulkių užduočių, kurių mes paprasčiausiai nesugebame atlikti. Tai gerokai supaprastino mūsų darbo eigą, todėl galime sutelkti dėmesį į pagrindinę plėtrą."
„CoinGecko„ DEX API apima plačią aprėptį, palaiko daugiausiai grandinių ir yra labai lengvai pasiekiamas.

Dažniausiai užduodami klausimai

Papildykite savo projektą
su „CoinGecko“ API

Atskleiskite daugiau galimybių naudodami patikimus, tikslius ir išsamius kriptovaliutų kainų duomenis.

Niekada nepraleiskite atnaujinimų!

Prenumeruokite mūsų API naujienlaiškį, kad gautumėte naujausias produktų naujienas, galinių taškų atnaujinimus ir įkvepiantį bendruomenės turinį.
Pasirinkite valiutą
Siūlomos valiutos
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
Dekretinių pinigų valiutos
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
Kriptovaliutos
BTC
Bitcoin
ETH
Ether
LTC
Litecoin
BCH
Bitcoin Cash
BNB
Binance Coin
EOS
EOS
XRP
XRP
XLM
Lumens
LINK
Chainlink
DOT
Polkadot
YFI
Yearn.finance
Bitcoin vienetai
BITS
Bits
SATS
Satoshi
Prekės
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Pasirinkite kalbą
Populiarios kalbos
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Visos kalbos
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
繁體中文
Prisijunkite, kad galėtumėte lengvai stebėti savo mėgstamą monetą 🚀
Tęsdami sutinkate su „CoinGecko” paslaugų teikimo sąlygomis ir patvirtinate, kad perskaitėte mūsų privatumo politiką
arba
Pamiršote slaptažodį?
Negavote patvirtinimo nurodymų?
Iš naujo atsiųsti patvirtinimo nurodymus
TAI NIEKO NEKAINUOJA! Lengvai stebėkite savo mėgstamą monetą naudodami „CoinGecko“ 🚀
Tęsdami sutinkate su „CoinGecko” paslaugų teikimo sąlygomis ir patvirtinate, kad perskaitėte mūsų privatumo politiką
arba
Slaptažodį turi sudaryti ne mažiau kaip 8 simboliai: 1 didžioji raidė, 1 mažoji raidė, 1 skaičius ir 1 specialusis simbolis
Negavote patvirtinimo nurodymų?
Iš naujo atsiųsti patvirtinimo nurodymus
Pamiršote slaptažodį?
Jūs gausite el. laišką su slaptažodžio pakeitimo instrukcijomis netrukus.
Iš naujo atsiųsti patvirtinimo nurodymus
Už keleto minučių sulauksite elektroninio laiško su instrukcijomis kaip patvirtinti jūsų vartotojo paskyrą.
Gauti „CoinGecko“ programėlę.
Nuskaitykite šį QR kodą ir atsisiųskite programėlę dabar App QR Code Arba peržiūrėkite ją programėlių parduotuvėse
coingecko
Tęsti programėlėje
Stebėti kainas realiu laiku
Atidaryti programėlę