Kovanci: 14.883
Borze: 1.149
Tržna kapitalizacija: $2,372T 2.9%
Obseg v 24 h: $65,061B
Gorivo: 4 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": "0.998231826290263",
      "base_token_price_native_currency": "0.000297659668344229",
      "quote_token_price_usd": "3352.28477580359",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00029766",
      "quote_token_price_base_token": "3359.54",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3223076770",
      "market_cap_usd": "5174686761.10854",
      "price_change_percentage": {
        "m5": "-0.05",
        "h1": "0.03",
        "h6": "-0.24",
        "h24": "-0.08"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 4,
          "buyers": 0,
          "sellers": 3
        },
        "m15": {
          "buys": 3,
          "sells": 8,
          "buyers": 3,
          "sellers": 7
        },
        "m30": {
          "buys": 10,
          "sells": 16,
          "buyers": 9,
          "sellers": 14
        },
        "h1": {
          "buys": 15,
          "sells": 28,
          "buyers": 14,
          "sellers": 21
        },
        "h24": {
          "buys": 213,
          "sells": 222,
          "buyers": 133,
          "sellers": 131
        }
      },
      "volume_usd": {
        "m5": "14003.8187300355",
        "h1": "168398.219346494",
        "h6": "1053963.05429405",
        "h24": "2027908.03463353"
      },
      "reserve_in_usd": "4746871.927"
    },
    "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": "bsc_0x64b19c0dae1702518915c758a8e130028e28e9ae",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000103921236370498",
        "base_token_price_native_currency": "0.00000000183187988384923",
        "quote_token_price_usd": "568.445350991531",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001831879884",
        "quote_token_price_base_token": "545887320",
        "address": "0x64b19c0dae1702518915c758a8e130028e28e9ae",
        "name": "WAT / WBNB",
        "pool_created_at": "2024-06-30T20:04:12Z",
        "fdv_usd": "437186",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.65",
          "h1": "7.58",
          "h6": "3.2",
          "h24": "1148.53"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 6,
            "buyers": 1,
            "sellers": 4
          },
          "m15": {
            "buys": 4,
            "sells": 8,
            "buyers": 4,
            "sellers": 6
          },
          "m30": {
            "buys": 13,
            "sells": 11,
            "buyers": 11,
            "sellers": 9
          },
          "h1": {
            "buys": 30,
            "sells": 21,
            "buyers": 24,
            "sellers": 19
          },
          "h24": {
            "buys": 2495,
            "sells": 1742,
            "buyers": 1364,
            "sellers": 887
          }
        },
        "volume_usd": {
          "m5": "1160.92155588035",
          "h1": "9159.39905255295",
          "h6": "143846.046296577",
          "h24": "748330.327835764"
        },
        "reserve_in_usd": "90580.3724"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x0b1d4c430de9fc309e38826729ac9cff7070d0a5",
            "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.0131068156930479",
        "base_token_price_native_currency": "0.00163394912784775",
        "quote_token_price_usd": "7.92",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00163395",
        "quote_token_price_base_token": "612.01",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "1343331010",
        "market_cap_usd": "1325809095.88899",
        "price_change_percentage": {
          "m5": "-2.6",
          "h1": "-0.46",
          "h6": "-5.08",
          "h24": "-9.02"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "m15": {
            "buys": 11,
            "sells": 16,
            "buyers": 10,
            "sellers": 16
          },
          "m30": {
            "buys": 24,
            "sells": 42,
            "buyers": 22,
            "sellers": 41
          },
          "h1": {
            "buys": 42,
            "sells": 87,
            "buyers": 39,
            "sellers": 86
          },
          "h24": {
            "buys": 2507,
            "sells": 5242,
            "buyers": 1560,
            "sellers": 4646
          }
        },
        "volume_usd": {
          "m5": "578.40057282744",
          "h1": "12505.8757959169",
          "h6": "127122.673142034",
          "h24": "895120.14087827"
        },
        "reserve_in_usd": "8896761.5142"
      },
      "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": "solana_9uWW4C36HiCTGr6pZW9VFhr9vdXktZ8NA8jVnzQU35pJ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0914439945401893818371774738645111863690697594561975842179837807307725212",
        "base_token_price_native_currency": "0.000614331817419558410515181",
        "quote_token_price_usd": "149.189167053996283968426050259959019852386674705367149844",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00061433",
        "quote_token_price_base_token": "1627.78",
        "address": "9uWW4C36HiCTGr6pZW9VFhr9vdXktZ8NA8jVnzQU35pJ",
        "name": "BILLY / SOL",
        "pool_created_at": "2024-06-17T01:39:24Z",
        "fdv_usd": "89883191",
        "market_cap_usd": "90129572.0825753",
        "price_change_percentage": {
          "m5": "-0.1",
          "h1": "-6.28",
          "h6": "-15.67",
          "h24": "-2.29"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 3,
            "buyers": 7,
            "sellers": 3
          },
          "m15": {
            "buys": 207,
            "sells": 75,
            "buyers": 128,
            "sellers": 59
          },
          "m30": {
            "buys": 277,
            "sells": 209,
            "buyers": 171,
            "sellers": 138
          },
          "h1": {
            "buys": 702,
            "sells": 377,
            "buyers": 353,
            "sellers": 249
          },
          "h24": {
            "buys": 18232,
            "sells": 15294,
            "buyers": 4659,
            "sellers": 3993
          }
        },
        "volume_usd": {
          "m5": "3178.73688796303",
          "h1": "620112.226817502",
          "h6": "3900489.79314916",
          "h24": "22555184.8259764"
        },
        "reserve_in_usd": "2513381.6944"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3B5wuUrMEi5yATD7on46hKfej3pfmd7t1RKgrsN3pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xbf16540c857b4e32ce6c37d2f7725c8eec869b8b",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000194875508998077",
        "base_token_price_native_currency": "0.0000000000582711621361961",
        "quote_token_price_usd": "3354.03041321076",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000058271162",
        "quote_token_price_base_token": "17161147356",
        "address": "0xbf16540c857b4e32ce6c37d2f7725c8eec869b8b",
        "name": "PEIPEI / WETH",
        "pool_created_at": "2024-06-04T19:45:47Z",
        "fdv_usd": "81982158",
        "market_cap_usd": "82179120.6170097",
        "price_change_percentage": {
          "m5": "0.11",
          "h1": "8.34",
          "h6": "-6.54",
          "h24": "-4.47"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 30,
            "sells": 10,
            "buyers": 20,
            "sellers": 9
          },
          "m30": {
            "buys": 45,
            "sells": 21,
            "buyers": 32,
            "sellers": 16
          },
          "h1": {
            "buys": 99,
            "sells": 41,
            "buyers": 73,
            "sellers": 33
          },
          "h24": {
            "buys": 2173,
            "sells": 1361,
            "buyers": 1424,
            "sellers": 848
          }
        },
        "volume_usd": {
          "m5": "1573.42793263041",
          "h1": "203602.459935459",
          "h6": "1344292.1956094",
          "h24": "5117871.00576203"
        },
        "reserve_in_usd": "2456186.7883"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x3ffeea07a27fab7ad1df5297fa75e77a43cb5790",
            "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_4wJDpWtaeuK76Aa8FY3gaJjCt1MxgL61eB84uWBonTxA",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000000000499745086301673681574298757894217694290535269842116404249402489599330441",
        "base_token_price_native_currency": "0.000000000000341039789623576772509410021743815",
        "quote_token_price_usd": "148.730476825937233065512336141616256045060804689420318837",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000341040",
        "quote_token_price_base_token": "2932209174489",
        "address": "4wJDpWtaeuK76Aa8FY3gaJjCt1MxgL61eB84uWBonTxA",
        "name": "CHWY / SOL",
        "pool_created_at": "2024-06-27T17:43:46Z",
        "fdv_usd": "2102370",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.27",
          "h1": "-8.81",
          "h6": "-21.54",
          "h24": "-56.86"
        },
        "transactions": {
          "m5": {
            "buys": 15,
            "sells": 32,
            "buyers": 14,
            "sellers": 30
          },
          "m15": {
            "buys": 183,
            "sells": 144,
            "buyers": 150,
            "sellers": 101
          },
          "m30": {
            "buys": 238,
            "sells": 174,
            "buyers": 187,
            "sellers": 129
          },
          "h1": {
            "buys": 354,
            "sells": 305,
            "buyers": 259,
            "sellers": 209
          },
          "h24": {
            "buys": 17785,
            "sells": 15344,
            "buyers": 5629,
            "sellers": 4686
          }
        },
        "volume_usd": {
          "m5": "3287.26449347609",
          "h1": "100598.353204664",
          "h6": "485463.657171442",
          "h24": "6444614.90212037"
        },
        "reserve_in_usd": "118110.5164"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_y7WrhyUxATe9xMmdQKGp2pcgZYZPie8wsZuCV1oUkcj",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQD54uVMibZPAdHdoA_vcTDFmFLfEnlJ5SEgu4vDiFpTzdnr",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0399168685669614",
        "base_token_price_native_currency": "0.00501366761436521",
        "quote_token_price_usd": "7.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00501367",
        "quote_token_price_base_token": "199.45",
        "address": "EQD54uVMibZPAdHdoA_vcTDFmFLfEnlJ5SEgu4vDiFpTzdnr",
        "name": "REGI / TON",
        "pool_created_at": "2024-03-13T23:23:04Z",
        "fdv_usd": "3991687",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-4.37",
          "h6": "0.28",
          "h24": "15.55"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m30": {
            "buys": 7,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "h1": {
            "buys": 9,
            "sells": 6,
            "buyers": 7,
            "sellers": 6
          },
          "h24": {
            "buys": 355,
            "sells": 369,
            "buyers": 222,
            "sellers": 228
          }
        },
        "volume_usd": {
          "m5": "7.93",
          "h1": "10528.1154162873",
          "h6": "38171.8976285704",
          "h24": "494055.779083926"
        },
        "reserve_in_usd": "616136.7583"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCcYUWKhjGxwqtk_je9LW2V4RoFmbhOUR9e404Y6FQTEXHh",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_zcdAw3jpcqEY8JYVxNVMqs2cU35cyDdy4ot7V8edNhz",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.150527501623454615983618586677599839427660372594898464019643514774321568",
        "base_token_price_native_currency": "0.001013991044673608225937992",
        "quote_token_price_usd": "149.463157033315097173918208020372533706718687409542436878",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00101399",
        "quote_token_price_base_token": "986.20",
        "address": "zcdAw3jpcqEY8JYVxNVMqs2cU35cyDdy4ot7V8edNhz",
        "name": "DADDY / SOL",
        "pool_created_at": "2024-06-09T20:18:21Z",
        "fdv_usd": "90269583",
        "market_cap_usd": "90510704.0431902",
        "price_change_percentage": {
          "m5": "-0.14",
          "h1": "5.58",
          "h6": "7.65",
          "h24": "24.32"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 8,
            "buyers": 9,
            "sellers": 5
          },
          "m15": {
            "buys": 67,
            "sells": 54,
            "buyers": 51,
            "sellers": 32
          },
          "m30": {
            "buys": 154,
            "sells": 246,
            "buyers": 116,
            "sellers": 136
          },
          "h1": {
            "buys": 330,
            "sells": 386,
            "buyers": 237,
            "sellers": 190
          },
          "h24": {
            "buys": 9943,
            "sells": 8879,
            "buyers": 5122,
            "sellers": 3243
          }
        },
        "volume_usd": {
          "m5": "5033.08210917386",
          "h1": "315155.591558058",
          "h6": "4623804.01359746",
          "h24": "8751195.28413635"
        },
        "reserve_in_usd": "2296066.9096"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4Cnk9EPnW5ixfLZatCPJjDB1PUtcRpVVgTQukm9epump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.972741496189924",
        "base_token_price_native_currency": "0.122331505180273",
        "quote_token_price_usd": "7.92",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.12233151",
        "quote_token_price_base_token": "8.17450908",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "97274149",
        "market_cap_usd": "96884334.3400444",
        "price_change_percentage": {
          "m5": "0",
          "h1": "-1.71",
          "h6": "-2.12",
          "h24": "-4.04"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m30": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "h1": {
            "buys": 11,
            "sells": 9,
            "buyers": 11,
            "sellers": 9
          },
          "h24": {
            "buys": 543,
            "sells": 409,
            "buyers": 388,
            "sellers": 284
          }
        },
        "volume_usd": {
          "m5": "1793.79126308448",
          "h1": "12362.1370837296",
          "h6": "115344.017253873",
          "h24": "909181.153682359"
        },
        "reserve_in_usd": "2854810.1705"
      },
      "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_2c9F3UnMBxftqeSmsSCBw5yXjwD9hXFsMLXti9mqTwpr",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.001190239556158142746815960340039429427710194265708702412407568656362196748",
        "base_token_price_native_currency": "0.0000079980685185230260262803099637684629029882514735",
        "quote_token_price_usd": "149.189167053996283968426050259959019852386674705367149844",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000800",
        "quote_token_price_base_token": "125030",
        "address": "2c9F3UnMBxftqeSmsSCBw5yXjwD9hXFsMLXti9mqTwpr",
        "name": "$WATER / SOL",
        "pool_created_at": "2024-06-24T15:10:20Z",
        "fdv_usd": "98922107",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.66",
          "h1": "-0.26",
          "h6": "-6.53",
          "h24": "-0.03"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 19,
            "sells": 13,
            "buyers": 14,
            "sellers": 11
          },
          "m30": {
            "buys": 33,
            "sells": 33,
            "buyers": 22,
            "sellers": 27
          },
          "h1": {
            "buys": 63,
            "sells": 60,
            "buyers": 36,
            "sellers": 41
          },
          "h24": {
            "buys": 5407,
            "sells": 4681,
            "buyers": 2976,
            "sellers": 2002
          }
        },
        "volume_usd": {
          "m5": "671.603512393659",
          "h1": "45729.3097061413",
          "h6": "732611.711815765",
          "h24": "6991259.21841433"
        },
        "reserve_in_usd": "7340382.0008"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_B6h248NJkAcBAkaCnji889a26tCiGXGN8cxhEJ4dX391",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDliYkW-Ryo0CEPpThzxbHT97Niu9BOHLwidsofCj6Qv870",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0119022690996922",
        "base_token_price_native_currency": "0.00149719985996758",
        "quote_token_price_usd": "7.92",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00149720",
        "quote_token_price_base_token": "667.91",
        "address": "EQDliYkW-Ryo0CEPpThzxbHT97Niu9BOHLwidsofCj6Qv870",
        "name": "TCAT / TON 0.25%",
        "pool_created_at": "2024-06-26T20:33:50Z",
        "fdv_usd": "11761364",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "4.21",
          "h1": "17.88",
          "h6": "26.99",
          "h24": "131.74"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 10,
            "sells": 5,
            "buyers": 9,
            "sellers": 5
          },
          "m30": {
            "buys": 21,
            "sells": 17,
            "buyers": 17,
            "sellers": 16
          },
          "h1": {
            "buys": 54,
            "sells": 40,
            "buyers": 39,
            "sellers": 35
          },
          "h24": {
            "buys": 2321,
            "sells": 1471,
            "buyers": 1154,
            "sellers": 653
          }
        },
        "volume_usd": {
          "m5": "5154.56704178856",
          "h1": "51302.519616319",
          "h6": "310658.905067914",
          "h24": "1339389.36629154"
        },
        "reserve_in_usd": "396373.3948"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBtDmYgCKk3ecQ1x-j0CLZRnPYyaV7cB33ad036QN-HE2C7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xb0cfc8233c3e40a44d1da530b33a387640089f8d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000216138039991915",
        "base_token_price_native_currency": "0.00000000622172406782266",
        "quote_token_price_usd": "3354.04038091234",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000006221724068",
        "quote_token_price_base_token": "160727154",
        "address": "0xb0cfc8233c3e40a44d1da530b33a387640089f8d",
        "name": "FLAPPY / WETH",
        "pool_created_at": "2024-06-17T13:05:11Z",
        "fdv_usd": "9008242",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "5.24",
          "h1": "3.22",
          "h6": "19.47",
          "h24": "88.69"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 26,
            "sells": 12,
            "buyers": 24,
            "sellers": 11
          },
          "m30": {
            "buys": 82,
            "sells": 49,
            "buyers": 61,
            "sellers": 42
          },
          "h1": {
            "buys": 208,
            "sells": 110,
            "buyers": 146,
            "sellers": 82
          },
          "h24": {
            "buys": 3153,
            "sells": 1974,
            "buyers": 1608,
            "sellers": 904
          }
        },
        "volume_usd": {
          "m5": "13121.5676645081",
          "h1": "521443.717147284",
          "h6": "2066393.84650526",
          "h24": "6859880.21300695"
        },
        "reserve_in_usd": "488120.1095"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x590246bfbf89b113d8ac36faeea12b7589f7fe5b",
            "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_EjBT8E1KFMzoXK5sP2eaunT3KZpopvJzNDyET2kVzv1M",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.1047591361703427799094277185414881311633913983614235970165031253590271384",
        "base_token_price_native_currency": "0.000701926674371062348656346",
        "quote_token_price_usd": "148.730476825937233065512336141616256045060804689420318837",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00070193",
        "quote_token_price_base_token": "1424.65",
        "address": "EjBT8E1KFMzoXK5sP2eaunT3KZpopvJzNDyET2kVzv1M",
        "name": "Merwa / SOL",
        "pool_created_at": "2024-04-12T06:21:10Z",
        "fdv_usd": "6754750",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.15",
          "h1": "-2.97",
          "h6": "-1.73",
          "h24": "52.88"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 7,
            "sells": 4,
            "buyers": 7,
            "sellers": 4
          },
          "m30": {
            "buys": 29,
            "sells": 16,
            "buyers": 26,
            "sellers": 15
          },
          "h1": {
            "buys": 74,
            "sells": 55,
            "buyers": 62,
            "sellers": 45
          },
          "h24": {
            "buys": 8343,
            "sells": 4019,
            "buyers": 3799,
            "sellers": 1494
          }
        },
        "volume_usd": {
          "m5": "161.251549080517",
          "h1": "10797.0092702055",
          "h6": "254790.650565369",
          "h24": "1542398.34009738"
        },
        "reserve_in_usd": "96606.882"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_EKpWT56hTNof6xJ3Mt5srvSQydpEnWHj9T8aSHgRMJvu",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQC40PY0VXNyBcpujVT0mH2rJe6NTmBVE3wIuyM1p3uc5xfe",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000624611721350664",
        "base_token_price_native_currency": "0.000078953759964637",
        "quote_token_price_usd": "7.92",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007895",
        "quote_token_price_base_token": "12665.64",
        "address": "EQC40PY0VXNyBcpujVT0mH2rJe6NTmBVE3wIuyM1p3uc5xfe",
        "name": "GLITCH / TON 0.25%",
        "pool_created_at": "2024-07-02T17:03:41Z",
        "fdv_usd": "624612",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-1.52",
          "h6": "-7.57",
          "h24": "-28.67"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m30": {
            "buys": 7,
            "sells": 5,
            "buyers": 6,
            "sellers": 5
          },
          "h1": {
            "buys": 10,
            "sells": 11,
            "buyers": 7,
            "sellers": 11
          },
          "h24": {
            "buys": 721,
            "sells": 537,
            "buyers": 526,
            "sellers": 419
          }
        },
        "volume_usd": {
          "m5": "152.83041159672",
          "h1": "2872.13551979745",
          "h6": "18902.8042145073",
          "h24": "290008.3889008"
        },
        "reserve_in_usd": "221821.1735"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCwaOWpWvxlh--VaCJSkf8I5xEmuCXKKkXuGM3P9PAkJclJ",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xa62fdd52ae4c9ca11d6c4e328e8f6a9db218e452",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.251495335494867",
        "base_token_price_native_currency": "0.000443736316389407323009454023401",
        "quote_token_price_usd": "0.999089250171685",
        "quote_token_price_native_currency": "0.00176144106135777",
        "base_token_price_quote_token": "0.25191664",
        "quote_token_price_base_token": "3.96956705",
        "address": "0xa62fdd52ae4c9ca11d6c4e328e8f6a9db218e452",
        "name": "FURY / USDT 0.05%",
        "pool_created_at": "2024-05-15T11:07:32Z",
        "fdv_usd": "30179440",
        "market_cap_usd": "2490098.06632105",
        "price_change_percentage": {
          "m5": "0.07",
          "h1": "0.58",
          "h6": "-3.38",
          "h24": "5.28"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 5,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 13,
            "sells": 21,
            "buyers": 7,
            "sellers": 9
          },
          "m30": {
            "buys": 14,
            "sells": 22,
            "buyers": 7,
            "sellers": 10
          },
          "h1": {
            "buys": 25,
            "sells": 32,
            "buyers": 18,
            "sellers": 11
          },
          "h24": {
            "buys": 365,
            "sells": 386,
            "buyers": 133,
            "sellers": 122
          }
        },
        "volume_usd": {
          "m5": "705.381246121261",
          "h1": "6041.88871022006",
          "h6": "11745.847869669",
          "h24": "102295.819931364"
        },
        "reserve_in_usd": "255207.3825"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x0203d275d2a65030889af45ed91d472be3948b92",
            "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_EQCtPeBJd-8rSZORKHnB6ZIECOLL-b8CtsnHPBu2x6htGO8B",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000360945756223495",
        "base_token_price_native_currency": "0.0000456791905756015",
        "quote_token_price_usd": "7.92",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00004568",
        "quote_token_price_base_token": "21891.81",
        "address": "EQCtPeBJd-8rSZORKHnB6ZIECOLL-b8CtsnHPBu2x6htGO8B",
        "name": "PUTON / TON 0.25%",
        "pool_created_at": "2024-07-02T16:24:20Z",
        "fdv_usd": "329932",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.13",
          "h1": "3.49",
          "h6": "-48.33",
          "h24": "623"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 3,
            "buyers": 5,
            "sellers": 3
          },
          "m30": {
            "buys": 9,
            "sells": 8,
            "buyers": 6,
            "sellers": 8
          },
          "h1": {
            "buys": 27,
            "sells": 18,
            "buyers": 24,
            "sellers": 17
          },
          "h24": {
            "buys": 1539,
            "sells": 1005,
            "buyers": 863,
            "sellers": 588
          }
        },
        "volume_usd": {
          "m5": "93.43696736088",
          "h1": "10813.1654606211",
          "h6": "107875.322539704",
          "h24": "497764.290076016"
        },
        "reserve_in_usd": "64330.1866"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQAM0LPCnSsv5mVgBqMCu70kvbxNrSthfhu_QgeUTnvgtD22",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x6e68fae720d991c6706cb8b618d0ee8941845896",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000000227941043616576",
        "base_token_price_native_currency": "0.00000000000677892969726043",
        "quote_token_price_usd": "3354.03041321076",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000006778930",
        "quote_token_price_base_token": "147515912490",
        "address": "0x6e68fae720d991c6706cb8b618d0ee8941845896",
        "name": "DRAGGY / WETH",
        "pool_created_at": "2024-04-24T14:30:11Z",
        "fdv_usd": "9589252",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.77",
          "h1": "-3.26",
          "h6": "18.59",
          "h24": "103.26"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "m15": {
            "buys": 24,
            "sells": 8,
            "buyers": 20,
            "sellers": 6
          },
          "m30": {
            "buys": 56,
            "sells": 28,
            "buyers": 44,
            "sellers": 24
          },
          "h1": {
            "buys": 104,
            "sells": 76,
            "buyers": 75,
            "sellers": 57
          },
          "h24": {
            "buys": 2965,
            "sells": 1708,
            "buyers": 1576,
            "sellers": 743
          }
        },
        "volume_usd": {
          "m5": "13841.9427505569",
          "h1": "231247.23372733",
          "h6": "1374690.4722071",
          "h24": "5885476.39209648"
        },
        "reserve_in_usd": "411526.4992"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xd12a99dbc40036cec6f1b776dccd2d36f5953b94",
            "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_EQAiEvzjV4ZxycTIV3plilxETQcdvrnOR7mFDvAEe-njQnRt",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000990832148211277",
        "base_token_price_native_currency": "0.000114130470708219",
        "quote_token_price_usd": "7.92",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00011413",
        "quote_token_price_base_token": "8761.90",
        "address": "EQAiEvzjV4ZxycTIV3plilxETQcdvrnOR7mFDvAEe-njQnRt",
        "name": "TDOG / TON 0.25%",
        "pool_created_at": "2024-07-02T21:23:55Z",
        "fdv_usd": "898761",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "20.67",
          "h1": "-9.21",
          "h6": "1853.38",
          "h24": "2426.61"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m15": {
            "buys": 53,
            "sells": 26,
            "buyers": 48,
            "sellers": 25
          },
          "m30": {
            "buys": 148,
            "sells": 90,
            "buyers": 124,
            "sellers": 82
          },
          "h1": {
            "buys": 350,
            "sells": 232,
            "buyers": 221,
            "sellers": 174
          },
          "h24": {
            "buys": 2666,
            "sells": 1676,
            "buyers": 1200,
            "sellers": 789
          }
        },
        "volume_usd": {
          "m5": "5266.8",
          "h1": "223684.716392423",
          "h6": "855091.69448523",
          "h24": "950755.142460038"
        },
        "reserve_in_usd": "99156.8526"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQD4XTXWJewuNtnhKGTkZaP0wsLvQyNgkVXcPLW5zPTQdykb",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5JCFFnYtRnJk14eUUHn4EeS98gV5rWwUqnecW8KNkGSr",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00459658211488460838210420256979240028606678935811190788942841562653550073",
        "base_token_price_native_currency": "0.000031227808616204046425762",
        "quote_token_price_usd": "148.730476825937233065512336141616256045060804689420318837",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003123",
        "quote_token_price_base_token": "32022.74",
        "address": "5JCFFnYtRnJk14eUUHn4EeS98gV5rWwUqnecW8KNkGSr",
        "name": "DILLY / SOL",
        "pool_created_at": "2024-06-29T09:19:47Z",
        "fdv_usd": "4591837",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "7.14",
          "h1": "9.24",
          "h6": "76.86",
          "h24": "713.54"
        },
        "transactions": {
          "m5": {
            "buys": 27,
            "sells": 44,
            "buyers": 26,
            "sellers": 34
          },
          "m15": {
            "buys": 109,
            "sells": 129,
            "buyers": 69,
            "sellers": 96
          },
          "m30": {
            "buys": 284,
            "sells": 294,
            "buyers": 195,
            "sellers": 186
          },
          "h1": {
            "buys": 585,
            "sells": 566,
            "buyers": 353,
            "sellers": 324
          },
          "h24": {
            "buys": 15513,
            "sells": 14148,
            "buyers": 4220,
            "sellers": 3770
          }
        },
        "volume_usd": {
          "m5": "23221.2418688332",
          "h1": "301208.504994789",
          "h6": "1274361.52340587",
          "h24": "5938987.93437274"
        },
        "reserve_in_usd": "214996.2394"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_61VtkXr9mRXtrFYe2T9arWYX52sbJnkAUQgfjGuCzox2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x5c6919b79fac1c3555675ae59a9ac2484f3972f5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000129496166649304",
        "base_token_price_native_currency": "0.0000000384919713058863",
        "quote_token_price_usd": "3354.03041321076",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004",
        "quote_token_price_base_token": "25979444",
        "address": "0x5c6919b79fac1c3555675ae59a9ac2484f3972f5",
        "name": "HOPPY / WETH",
        "pool_created_at": "2024-03-10T08:32:47Z",
        "fdv_usd": "54477742",
        "market_cap_usd": "54117258.6390136",
        "price_change_percentage": {
          "m5": "0.11",
          "h1": "0.37",
          "h6": "-5.34",
          "h24": "1.45"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 19,
            "sells": 11,
            "buyers": 17,
            "sellers": 10
          },
          "m30": {
            "buys": 50,
            "sells": 27,
            "buyers": 43,
            "sellers": 24
          },
          "h1": {
            "buys": 81,
            "sells": 75,
            "buyers": 68,
            "sellers": 61
          },
          "h24": {
            "buys": 2110,
            "sells": 1330,
            "buyers": 1341,
            "sellers": 715
          }
        },
        "volume_usd": {
          "m5": "11255.2130271517",
          "h1": "227350.502243345",
          "h6": "1280686.0961968",
          "h24": "6875088.61097186"
        },
        "reserve_in_usd": "1716998.155"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x6e79b51959cf968d87826592f46f819f92466615",
            "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_EQAgbLAXcf9H7N0pFLb0KyFcA0UIl2u0HAFJ99ygIQ7sjOs1",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00018173438661089",
        "base_token_price_native_currency": "0.0000237452166066798",
        "quote_token_price_usd": "7.92",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002375",
        "quote_token_price_base_token": "42113.75",
        "address": "EQAgbLAXcf9H7N0pFLb0KyFcA0UIl2u0HAFJ99ygIQ7sjOs1",
        "name": "ШАПКА / TON 0.25%",
        "pool_created_at": "2024-07-02T15:13:42Z",
        "fdv_usd": "181734",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "4.62",
          "h1": "14.65",
          "h6": "256.86",
          "h24": "379.64"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 1,
            "buyers": 6,
            "sellers": 1
          },
          "m15": {
            "buys": 18,
            "sells": 5,
            "buyers": 18,
            "sellers": 5
          },
          "m30": {
            "buys": 31,
            "sells": 12,
            "buyers": 30,
            "sellers": 12
          },
          "h1": {
            "buys": 61,
            "sells": 46,
            "buyers": 57,
            "sellers": 42
          },
          "h24": {
            "buys": 1650,
            "sells": 1182,
            "buyers": 900,
            "sellers": 662
          }
        },
        "volume_usd": {
          "m5": "674.43842729392",
          "h1": "24093.1031894755",
          "h6": "115517.843719058",
          "h24": "507541.961286317"
        },
        "reserve_in_usd": "42318.0892"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBaaKzybjqa5OR9QyQC6lTJ4ehtHrSmmI4YfwJE7AW1c39F",
            "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