Munten: 14.375
Beurzen: 1.099
Marktkapitalisatie: $ 2,738T 1.4%
24 uur volume: $ 192,58B
Gas: 9 GWEI
Geen advertenties meer

On-chain DEX-token- en marktgegevens API voor DeFi-projecten en ontwikkelaars

Gegevens mogelijk gemaakt door
Vertrouwd door toonaangevende Web3-projecten

Uitgebreide en betrouwbare on-chain DEX-gegevens-API

Krijg toegang tot on-chain marktgegevens van gedecentraliseerde exchanges zoals Uniswap, PancakeSwap, Orca, Curve en meer over grote netwerken, met onze betrouwbare en uitgebreide DEX-data-API.
Meer dan 2 miljoen
Munten en tokens
Meer dan 100
Netwerken
Meer dan 800
DEXes

Schaal je DeFi-project efficiënt

Eén uniforme API voor crypto-, NFT- en DEX-gegevens

Vereenvoudig het integratieproces met één API voor cryptodata die volledige dekking biedt
Endpoint-categorie Beschrijving
/onchain/simple/*/token_price/* De eenvoudigste manier om de laatste USD-prijs van tokens op een netwerk te krijgen, met tokenadressen
/onchain/networks Krijg toegang tot de volledige lijst met ondersteunde netwerken
/onchain/network/*dexes Krijg toegang tot de volledige lijst van ondersteunde DEXes op een netwerk
/onchains/network/*/pools/* Krijg toegang tot gegevens over liquiditeitspools zoals: populaire pools, nieuwe pools en marktgegevens zoals prijs, reserve, marktkapitalisatie, transacties en volume. Er is ook een zoekfunctie beschikbaar om te zoeken naar pools op een netwerk.
/onchains/network/*/tokens/* Krijg toegang tot tokengerelateerde gegevens zoals top pools, prijs, fdv, reserve, volume, marktkapitalisatie, geckoterminal-score, coingecko-api-id. Er zijn ook metadata beschikbaar, zoals afbeeldingen, websites, beschrijvingen en links naar sociale media.
/onchains/network/*/ohlcvs/* Krijg toegang tot OHLCV historische grafiekgegevens van een liquiditeitspool
/onchains/network/*/trades Krijg toegang tot de laatste 300 transacties van een liquiditeitspool
// Krijg toegang tot prijzen en marktgegevens van een liquiditeitspool
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.999080447360153",
      "base_token_price_native_currency": "0.000263875869497523",
      "quote_token_price_usd": "3780.88253510283",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026388",
      "quote_token_price_base_token": "3789.66",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3301642203",
      "market_cap_usd": "5319705278.24331",
      "price_change_percentage": {
        "m5": "-0.12",
        "h1": "-0.18",
        "h6": "-0.24",
        "h24": "-0.29"
      },
      "transactions": {
        "m5": {
          "buys": 4,
          "sells": 2,
          "buyers": 4,
          "sellers": 2
        },
        "m15": {
          "buys": 11,
          "sells": 2,
          "buyers": 9,
          "sellers": 2
        },
        "m30": {
          "buys": 18,
          "sells": 7,
          "buyers": 15,
          "sellers": 6
        },
        "h1": {
          "buys": 21,
          "sells": 15,
          "buyers": 18,
          "sellers": 13
        },
        "h24": {
          "buys": 573,
          "sells": 419,
          "buyers": 283,
          "sellers": 192
        }
      },
      "volume_usd": {
        "m5": "41431.0696842214",
        "h1": "172990.766871915",
        "h6": "1540908.17523575",
        "h24": "11016140.3332969"
      },
      "reserve_in_usd": "4857666.3427"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Ontdek populaire pools
{
  "data": [
    {
      "id": "eth_0x1458770554b8918b970444d8b2c02a47f6df99a7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.86645800661449",
        "base_token_price_native_currency": "0.000492175234904289486439475040144",
        "quote_token_price_usd": "0.996861055862616",
        "quote_token_price_native_currency": "0.000263659230593256",
        "base_token_price_quote_token": "1.86670967",
        "quote_token_price_base_token": "0.53570194",
        "address": "0x1458770554b8918b970444d8b2c02a47f6df99a7",
        "name": "RETIK / USDT 0.3%",
        "pool_created_at": "2024-05-21T11:59:35Z",
        "fdv_usd": "1866458007",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.44",
          "h1": "8.75",
          "h6": "7.39",
          "h24": "1077.42"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 1,
            "buyers": 8,
            "sellers": 1
          },
          "m15": {
            "buys": 31,
            "sells": 4,
            "buyers": 29,
            "sellers": 4
          },
          "m30": {
            "buys": 49,
            "sells": 9,
            "buyers": 45,
            "sellers": 8
          },
          "h1": {
            "buys": 83,
            "sells": 17,
            "buyers": 72,
            "sellers": 13
          },
          "h24": {
            "buys": 1848,
            "sells": 611,
            "buyers": 1266,
            "sellers": 290
          }
        },
        "volume_usd": {
          "m5": "7633.81241903541",
          "h1": "107178.269975872",
          "h6": "594998.630209067",
          "h24": "7140063.75211853"
        },
        "reserve_in_usd": "1055535.0047"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x26ebb8213fb8d66156f1af8908d43f7e3e367c1d",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00554600360916966",
        "base_token_price_native_currency": "0.000887547554783822",
        "quote_token_price_usd": "6.33",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00088755",
        "quote_token_price_base_token": "1126.70",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "569653444",
        "market_cap_usd": "578727268.102154",
        "price_change_percentage": {
          "m5": "-2.83",
          "h1": "1.14",
          "h6": "-4.92",
          "h24": "3.16"
        },
        "transactions": {
          "m5": {
            "buys": 15,
            "sells": 56,
            "buyers": 11,
            "sellers": 56
          },
          "m15": {
            "buys": 53,
            "sells": 169,
            "buyers": 38,
            "sellers": 167
          },
          "m30": {
            "buys": 124,
            "sells": 397,
            "buyers": 84,
            "sellers": 382
          },
          "h1": {
            "buys": 270,
            "sells": 910,
            "buyers": 175,
            "sellers": 862
          },
          "h24": {
            "buys": 7486,
            "sells": 43342,
            "buyers": 5311,
            "sellers": 37527
          }
        },
        "volume_usd": {
          "m5": "2536.85488342368",
          "h1": "145937.244981156",
          "h6": "987119.068795454",
          "h24": "5106568.70904179"
        },
        "reserve_in_usd": "6232671.908"
      },
      "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_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000232826005134828",
        "base_token_price_native_currency": "0.000000000000000377653703784413",
        "quote_token_price_usd": "615.638786105051",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000000378",
        "quote_token_price_base_token": "2647928485750689",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "97786.92",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.52",
          "h1": "-7.46",
          "h6": "-48.68",
          "h24": "-36.98"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 8,
            "buyers": 1,
            "sellers": 6
          },
          "m15": {
            "buys": 3,
            "sells": 21,
            "buyers": 3,
            "sellers": 19
          },
          "m30": {
            "buys": 6,
            "sells": 31,
            "buyers": 6,
            "sellers": 29
          },
          "h1": {
            "buys": 34,
            "sells": 53,
            "buyers": 30,
            "sellers": 45
          },
          "h24": {
            "buys": 2880,
            "sells": 1930,
            "buyers": 1593,
            "sellers": 1071
          }
        },
        "volume_usd": {
          "m5": "464.90831143412",
          "h1": "7430.14328914263",
          "h6": "53456.8180096344",
          "h24": "654002.349237307"
        },
        "reserve_in_usd": "68561.8108"
      },
      "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": "bsc_0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.24975507002245",
        "base_token_price_native_currency": "0.000405413739577848818360009688460936636120471",
        "quote_token_price_usd": "0.999057475179968",
        "quote_token_price_native_currency": "0.00162252815214594",
        "base_token_price_quote_token": "0.24986546",
        "quote_token_price_base_token": "4.00215383",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "249340859",
        "market_cap_usd": "116886108.316719",
        "price_change_percentage": {
          "m5": "0",
          "h1": "0.25",
          "h6": "-1.2",
          "h24": "-0.3"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 5,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m30": {
            "buys": 13,
            "sells": 9,
            "buyers": 8,
            "sellers": 8
          },
          "h1": {
            "buys": 25,
            "sells": 24,
            "buyers": 14,
            "sellers": 17
          },
          "h24": {
            "buys": 783,
            "sells": 893,
            "buyers": 235,
            "sellers": 317
          }
        },
        "volume_usd": {
          "m5": "3.59699492289598",
          "h1": "23594.1366007072",
          "h6": "74173.5660632672",
          "h24": "1025921.32132277"
        },
        "reserve_in_usd": "4383688.926"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x9840652dc04fb9db2c43853633f0f62be6f00f98",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.241352577943502",
        "base_token_price_native_currency": "0.0379500872200851",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03795009",
        "quote_token_price_base_token": "26.35",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "5068404",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.74",
          "h1": "1.01",
          "h6": "-1.3",
          "h24": "24.28"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 5,
            "buyers": 6,
            "sellers": 5
          },
          "m30": {
            "buys": 12,
            "sells": 6,
            "buyers": 12,
            "sellers": 6
          },
          "h1": {
            "buys": 34,
            "sells": 17,
            "buyers": 32,
            "sellers": 17
          },
          "h24": {
            "buys": 1505,
            "sells": 1066,
            "buyers": 974,
            "sellers": 681
          }
        },
        "volume_usd": {
          "m5": "3852.818",
          "h1": "27485.6046288607",
          "h6": "226251.302439466",
          "h24": "1452722.3238441"
        },
        "reserve_in_usd": "919751.0137"
      },
      "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": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000134025456820027",
        "base_token_price_native_currency": "0.00000000355444978506411",
        "quote_token_price_usd": "3781.66776304017",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003554449785",
        "quote_token_price_base_token": "281337495",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "5545609204",
        "market_cap_usd": "5655769702.99436",
        "price_change_percentage": {
          "m5": "-0.16",
          "h1": "4.48",
          "h6": "3.99",
          "h24": "24.08"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 5,
            "buyers": 9,
            "sellers": 5
          },
          "m15": {
            "buys": 40,
            "sells": 19,
            "buyers": 40,
            "sellers": 19
          },
          "m30": {
            "buys": 72,
            "sells": 36,
            "buyers": 70,
            "sellers": 35
          },
          "h1": {
            "buys": 157,
            "sells": 69,
            "buyers": 143,
            "sellers": 65
          },
          "h24": {
            "buys": 1456,
            "sells": 1181,
            "buyers": 1128,
            "sellers": 895
          }
        },
        "volume_usd": {
          "m5": "25272.9314325808",
          "h1": "1427144.11241595",
          "h6": "5148902.26556227",
          "h24": "20724519.3782582"
        },
        "reserve_in_usd": "54523602.3225"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x6982508145454ce325ddbe47a25d4ec3d2311933",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.017508655178782",
        "base_token_price_native_currency": "0.00275779932536687",
        "quote_token_price_usd": "6.33",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00275780",
        "quote_token_price_base_token": "362.61",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "87401868",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.04",
          "h1": "1.04",
          "h6": "-1.7",
          "h24": "2.19"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 7,
            "sells": 6,
            "buyers": 5,
            "sellers": 6
          },
          "m30": {
            "buys": 13,
            "sells": 7,
            "buyers": 11,
            "sellers": 7
          },
          "h1": {
            "buys": 19,
            "sells": 12,
            "buyers": 16,
            "sellers": 12
          },
          "h24": {
            "buys": 741,
            "sells": 736,
            "buyers": 543,
            "sellers": 574
          }
        },
        "volume_usd": {
          "m5": "420.48253740354",
          "h1": "5956.68546367996",
          "h6": "77202.6532863321",
          "h24": "1097630.53773119"
        },
        "reserve_in_usd": "1552590.2732"
      },
      "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": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.600533474323748",
        "base_token_price_native_currency": "0.0952484243148763",
        "quote_token_price_usd": "6.33",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09524842",
        "quote_token_price_base_token": "10.50",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "60053347",
        "market_cap_usd": "60292252.5913167",
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.86",
          "h6": "-0.03",
          "h24": "4.34"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m30": {
            "buys": 8,
            "sells": 4,
            "buyers": 8,
            "sellers": 4
          },
          "h1": {
            "buys": 15,
            "sells": 8,
            "buyers": 14,
            "sellers": 8
          },
          "h24": {
            "buys": 457,
            "sells": 295,
            "buyers": 341,
            "sellers": 231
          }
        },
        "volume_usd": {
          "m5": "40.56652423992",
          "h1": "15912.1892001475",
          "h6": "145329.259907338",
          "h24": "750185.875957359"
        },
        "reserve_in_usd": "2418398.935"
      },
      "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": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00873471005727273",
        "base_token_price_native_currency": "0.00773022574676183",
        "quote_token_price_usd": "1.13",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00773023",
        "quote_token_price_base_token": "129.36",
        "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.05",
          "h1": "-1.65",
          "h6": "-22.66",
          "h24": "-47.66"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 16,
            "buyers": 0,
            "sellers": 16
          },
          "m15": {
            "buys": 5,
            "sells": 46,
            "buyers": 5,
            "sellers": 46
          },
          "m30": {
            "buys": 9,
            "sells": 64,
            "buyers": 9,
            "sellers": 63
          },
          "h1": {
            "buys": 20,
            "sells": 151,
            "buyers": 17,
            "sellers": 147
          },
          "h24": {
            "buys": 1520,
            "sells": 7723,
            "buyers": 1071,
            "sellers": 6405
          }
        },
        "volume_usd": {
          "m5": "100.42541751248",
          "h1": "753.20295537441",
          "h6": "10788.7868546767",
          "h24": "93084.7850360141"
        },
        "reserve_in_usd": "11310.351"
      },
      "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_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000701908477187599",
        "base_token_price_native_currency": "0.000110640639263354",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00011064",
        "quote_token_price_base_token": "9038.27",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "614590",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.48",
          "h1": "6.25",
          "h6": "-16.82",
          "h24": "-39.93"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 7,
            "sells": 2,
            "buyers": 7,
            "sellers": 2
          },
          "m30": {
            "buys": 18,
            "sells": 5,
            "buyers": 17,
            "sellers": 4
          },
          "h1": {
            "buys": 36,
            "sells": 8,
            "buyers": 33,
            "sellers": 7
          },
          "h24": {
            "buys": 636,
            "sells": 344,
            "buyers": 364,
            "sellers": 207
          }
        },
        "volume_usd": {
          "m5": "380.63639565882",
          "h1": "7111.08692564648",
          "h6": "57031.1814997388",
          "h24": "213260.950851767"
        },
        "reserve_in_usd": "65833.5049"
      },
      "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_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00325499515221276",
        "base_token_price_native_currency": "0.000513161771549132",
        "quote_token_price_usd": "6.33",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00051316",
        "quote_token_price_base_token": "1948.70",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "455699",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-3.83",
          "h6": "-5.13",
          "h24": "-20.23"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m30": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "h1": {
            "buys": 4,
            "sells": 5,
            "buyers": 4,
            "sellers": 5
          },
          "h24": {
            "buys": 515,
            "sells": 393,
            "buyers": 281,
            "sellers": 222
          }
        },
        "volume_usd": {
          "m5": "107.61",
          "h1": "3220.40452458731",
          "h6": "55574.0772784877",
          "h24": "241781.579353778"
        },
        "reserve_in_usd": "110020.9958"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC8XkUEWb6bzbzE9eVaASoKUCyYA_CUQALGE15jWInEqla6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000846442737614767",
        "base_token_price_native_currency": "0.0000133121314708521",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001331",
        "quote_token_price_base_token": "75119.45",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "846443",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-18.45",
          "h6": "-32.48",
          "h24": "59.29"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 5,
            "buyers": 1,
            "sellers": 5
          },
          "m30": {
            "buys": 1,
            "sells": 11,
            "buyers": 1,
            "sellers": 11
          },
          "h1": {
            "buys": 5,
            "sells": 17,
            "buyers": 5,
            "sellers": 16
          },
          "h24": {
            "buys": 699,
            "sells": 571,
            "buyers": 449,
            "sellers": 384
          }
        },
        "volume_usd": {
          "m5": "6.34",
          "h1": "9360.12611995569",
          "h6": "52996.5028799305",
          "h24": "228450.941316881"
        },
        "reserve_in_usd": "125505.5799"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB8nX1OAAxS0RHCZ-U3xpZPAGIPwjfoqtvtWOPb55NBQipE",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00173933625296583",
        "base_token_price_native_currency": "0.00000046016613288869",
        "quote_token_price_usd": "3788.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000046",
        "quote_token_price_base_token": "2173128",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "17393363",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.32",
          "h1": "1.85",
          "h6": "-34.45",
          "h24": "-31.76"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 4
          },
          "m15": {
            "buys": 7,
            "sells": 8,
            "buyers": 6,
            "sellers": 8
          },
          "m30": {
            "buys": 18,
            "sells": 22,
            "buyers": 14,
            "sellers": 21
          },
          "h1": {
            "buys": 38,
            "sells": 41,
            "buyers": 29,
            "sellers": 33
          },
          "h24": {
            "buys": 4825,
            "sells": 3172,
            "buyers": 1682,
            "sellers": 1320
          }
        },
        "volume_usd": {
          "m5": "1167.39924522754",
          "h1": "26765.3387132727",
          "h6": "590119.17771939",
          "h24": "5088484.28017263"
        },
        "reserve_in_usd": "716746.3549"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x041fdf3f472d2c8a7ecc458fc3b7f543e6c57ef7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00531983429250308",
        "base_token_price_native_currency": "0.000030665295853682558900519",
        "quote_token_price_usd": "178.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003067",
        "quote_token_price_base_token": "32610.15",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "36627781",
        "market_cap_usd": "37027862.654941",
        "price_change_percentage": {
          "m5": "-2.58",
          "h1": "-4.69",
          "h6": "4.94",
          "h24": "-5.02"
        },
        "transactions": {
          "m5": {
            "buys": 48,
            "sells": 24,
            "buyers": 36,
            "sellers": 20
          },
          "m15": {
            "buys": 100,
            "sells": 36,
            "buyers": 57,
            "sellers": 31
          },
          "m30": {
            "buys": 135,
            "sells": 70,
            "buyers": 73,
            "sellers": 63
          },
          "h1": {
            "buys": 166,
            "sells": 179,
            "buyers": 93,
            "sellers": 149
          },
          "h24": {
            "buys": 8458,
            "sells": 7838,
            "buyers": 2405,
            "sellers": 2761
          }
        },
        "volume_usd": {
          "m5": "79031.2852609706",
          "h1": "208004.168737627",
          "h6": "2236900.14010653",
          "h24": "9151864.53547448"
        },
        "reserve_in_usd": "2907173.99"
      },
      "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": "bsc_0x5c9c0920e5f37856ac44810154f77e99dd2b5d41",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "22.4454822144752",
        "base_token_price_native_currency": "0.0363915249236162996000273849594",
        "quote_token_price_usd": "0.998971411354686",
        "quote_token_price_native_currency": "0.00161987971457681",
        "base_token_price_quote_token": "22.47",
        "quote_token_price_base_token": "0.04451255",
        "address": "0x5c9c0920e5f37856ac44810154f77e99dd2b5d41",
        "name": "BCCoin / USDT 0.01%",
        "pool_created_at": "2024-03-17T11:17:37Z",
        "fdv_usd": "3366814720",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.12",
          "h1": "-0.28",
          "h6": "-0.98",
          "h24": "6"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 4,
            "buyers": 5,
            "sellers": 3
          },
          "m15": {
            "buys": 14,
            "sells": 14,
            "buyers": 7,
            "sellers": 7
          },
          "m30": {
            "buys": 28,
            "sells": 27,
            "buyers": 7,
            "sellers": 7
          },
          "h1": {
            "buys": 59,
            "sells": 52,
            "buyers": 11,
            "sellers": 10
          },
          "h24": {
            "buys": 3492,
            "sells": 1359,
            "buyers": 1663,
            "sellers": 129
          }
        },
        "volume_usd": {
          "m5": "5285.9787426471",
          "h1": "78642.9782844366",
          "h6": "626170.01223129",
          "h24": "2817000.65884423"
        },
        "reserve_in_usd": "1472302624.6365"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x2940566eb50f15129238f4dc599adc4f742d7d8e",
            "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": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.463493970576497",
        "base_token_price_native_currency": "0.002591700581157537472358524",
        "quote_token_price_usd": "178.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00259170",
        "quote_token_price_base_token": "385.85",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "257492661",
        "market_cap_usd": "231592085.55632",
        "price_change_percentage": {
          "m5": "0.1",
          "h1": "0.65",
          "h6": "6.1",
          "h24": "10.51"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 24,
            "buyers": 6,
            "sellers": 17
          },
          "m15": {
            "buys": 47,
            "sells": 51,
            "buyers": 32,
            "sellers": 40
          },
          "m30": {
            "buys": 106,
            "sells": 101,
            "buyers": 64,
            "sellers": 75
          },
          "h1": {
            "buys": 257,
            "sells": 263,
            "buyers": 164,
            "sellers": 129
          },
          "h24": {
            "buys": 7846,
            "sells": 7003,
            "buyers": 2592,
            "sellers": 2269
          }
        },
        "volume_usd": {
          "m5": "6618.98501511474",
          "h1": "338917.356114224",
          "h6": "2558472.79328617",
          "h24": "9480695.91758203"
        },
        "reserve_in_usd": "5426406.7126"
      },
      "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_EQAimL9gUxrbYSHYbHc-dasxMQm_d5qrrLYjb1YT-LejgIIb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.36869747205095",
        "base_token_price_native_currency": "0.0581141069677214",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.05811411",
        "quote_token_price_base_token": "17.21",
        "address": "EQAimL9gUxrbYSHYbHc-dasxMQm_d5qrrLYjb1YT-LejgIIb",
        "name": "MOLOKO / TON 0.4%",
        "pool_created_at": "2024-05-19T20:53:18Z",
        "fdv_usd": "368697",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "0.79",
          "h6": "-22.88",
          "h24": "49.22"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 5,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m30": {
            "buys": 11,
            "sells": 2,
            "buyers": 9,
            "sellers": 2
          },
          "h1": {
            "buys": 21,
            "sells": 9,
            "buyers": 17,
            "sellers": 9
          },
          "h24": {
            "buys": 1614,
            "sells": 456,
            "buyers": 942,
            "sellers": 240
          }
        },
        "volume_usd": {
          "m5": "86.6351000552",
          "h1": "1077.86801807852",
          "h6": "19837.9347708574",
          "h24": "164607.890137628"
        },
        "reserve_in_usd": "52086.4994"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQARgJ-aCPIyOr4WDckDVcdXQHRPAjTjBNatopiRS9FnUEmn",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00178856633525909",
        "base_token_price_native_currency": "0.000282948351742264",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00028295",
        "quote_token_price_base_token": "3534.21",
        "address": "EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
        "name": "GPU / TON 0.4%",
        "pool_created_at": "2024-05-17T23:43:22Z",
        "fdv_usd": "8942832",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.75",
          "h6": "-15.17",
          "h24": "132.86"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 3
          },
          "m30": {
            "buys": 2,
            "sells": 5,
            "buyers": 2,
            "sellers": 4
          },
          "h1": {
            "buys": 6,
            "sells": 11,
            "buyers": 6,
            "sellers": 10
          },
          "h24": {
            "buys": 1013,
            "sells": 1105,
            "buyers": 549,
            "sellers": 484
          }
        },
        "volume_usd": {
          "m5": "39.3484593757",
          "h1": "1185.41153671156",
          "h6": "71464.3977410213",
          "h24": "403303.928722547"
        },
        "reserve_in_usd": "75911.4926"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCILWMtTu_ShFu0WPZnZx9SfCX70dTypBESubKMZUPQOd53",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0411093435294286",
        "base_token_price_native_currency": "0.000218451201178524381523263",
        "quote_token_price_usd": "178.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00021845",
        "quote_token_price_base_token": "4577.68",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "39219879",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.69",
          "h1": "-3.26",
          "h6": "6.33",
          "h24": "-13.93"
        },
        "transactions": {
          "m5": {
            "buys": 26,
            "sells": 27,
            "buyers": 23,
            "sellers": 26
          },
          "m15": {
            "buys": 126,
            "sells": 65,
            "buyers": 104,
            "sellers": 56
          },
          "m30": {
            "buys": 215,
            "sells": 109,
            "buyers": 136,
            "sellers": 88
          },
          "h1": {
            "buys": 451,
            "sells": 219,
            "buyers": 211,
            "sellers": 164
          },
          "h24": {
            "buys": 15147,
            "sells": 10372,
            "buyers": 4615,
            "sellers": 3631
          }
        },
        "volume_usd": {
          "m5": "15194.8213912204",
          "h1": "302309.723432245",
          "h6": "2632351.81049647",
          "h24": "15448591.7128323"
        },
        "reserve_in_usd": "948017.631"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8vCAUbxejdtaxn6jnX5uaQTyTZLmXALg9u1bvFCAjtx7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0401200074723293",
        "base_token_price_native_currency": "0.00633254353968971",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00633254",
        "quote_token_price_base_token": "157.91",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "4011907",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.23",
          "h1": "1.82",
          "h6": "-3.13",
          "h24": "-8.33"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m30": {
            "buys": 7,
            "sells": 3,
            "buyers": 7,
            "sellers": 3
          },
          "h1": {
            "buys": 16,
            "sells": 9,
            "buyers": 15,
            "sellers": 8
          },
          "h24": {
            "buys": 336,
            "sells": 359,
            "buyers": 247,
            "sellers": 270
          }
        },
        "volume_usd": {
          "m5": "2036.6350016947",
          "h1": "13510.2364420547",
          "h6": "144809.222682635",
          "h24": "513591.603289956"
        },
        "reserve_in_usd": "1081675.2757"
      },
      "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"
          }
        }
      }
    }
  ]
}

Waarom Web3-projecten gebruikmaken van CoinGecko

"De DEX API van CoinGecko biedt ons een snelle, zeer nauwkeurige en robuuste bron van DEX-prijsgegevens. Ze hebben een brede gegevensdekking, zijn gemakkelijk te gebruiken en zeer betrouwbaar. CoinGecko's DEX API is een van onze vele belangrijke DEX-prijsfeeds geworden die Supra gebruikt om gegevens van gedecentraliseerde exchanges te verzamelen."
"CoinGecko's DEX API is een integraal onderdeel geworden van ons ontwikkelingsproces, en handelt vakkundig talloze kleine taken af die we eenvoudigweg niet kunnen uitvoeren. Dit heeft onze workflow aanzienlijk gestroomlijnd < /strong>, waardoor we ons kunnen richten op de ontwikkeling van onze kernactiviteiten."
"CoinGecko's DEX API heeft een brede dekking, ondersteunt het grootste aantal chains/strong>, en heeft een hoge beschikbaarheid."

Veelgestelde vragen

Til je project naar een hoger niveau
met CoinGecko API

Ontgrendel meer mogelijkheden met betrouwbare, nauwkeurige en uitgebreide cryptoprijsgegevens.

Mis nooit meer een update!

Abonneer je op onze API-nieuwsbrief voor het laatste productnieuws, endpoint-updates en inspirerende content van de community.
Selecteer valuta
Voorgestelde valuta's
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
Fiduciaire valuta's
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
Cryptocurrency's
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-eenheden
BITS
Bits
SATS
Satoshi
Commodities
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Selecteer taal
Populaire talen
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Alle talen
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
繁體中文
Log in om je favoriete munt makkelijk te volgen 🚀
Door verder te gaan, ga je akkoord met CoinGecko's Gebruiksvoorwaarden en erken je dat je ons Privacybeleid hebt gelezen
of
Wachtwoord vergeten?
Geen bevestigingsmail ontvangen?
Verstuur bevestiging-instructies opnieuw
HET IS GRATIS! Volg je favoriete munt makkelijk met CoinGecko 🚀
Door verder te gaan, ga je akkoord met CoinGecko's Gebruiksvoorwaarden en erken je dat je ons Privacybeleid hebt gelezen
of
Het wachtwoord moet minstens 8 tekens bevatten, waaronder 1 hoofdletter, 1 kleine letter, 1 cijfer en 1 speciaal teken
Geen bevestigingsmail ontvangen?
Verstuur bevestiging-instructies opnieuw
Wachtwoord vergeten?
Je ontvangt een e-mail met instructies hoe je je wachtwoord opnieuw kan instellen.
Verstuur bevestiging-instructies opnieuw
Je ontvangt via e-mail instructies hoe je je account kan bevestigen.
Download de app van CoinGecko.
Scan deze QR-code om de app nu te downloaden App QR Code Of bekijk hem in de app stores
coingecko
Doorgaan in de app
Volg prijzen in real-time
App openen