Coins: 14.356
Børser: 1.099
Markedsværdi: $ 2,726T 7.3%
24t vol: $ 218,226B
Gas: 43 GWEI
Bliv reklamefri

On-chain DEX token og markedsdata API til DeFi-projekter og udviklere

Data fra
Anvendes af førende Web3-projekter

Omfattende og pålidelig On-Chain DEX-data-API

Få adgang til on-chain markedsdata fra DEX'er som Uniswap, PancakeSwap, Orca, Curve med flere på tværs af større netværk med vores pålidelige og omfattende DEX-data-API.
2M+
Coins og tokens
100+
Netværk
800+
DEX'er

Skaler dit DeFi-projekt effektivt

Et samlet API til krypto-, NFT- og DEX-data

Forenkl integrationsprocessen med et samlet kryptodata-API, der giver komplet dækning
Slutpunktkategori Beskrivelse
/onchain/simple/*/token_price/* Den enkleste metode til at få den seneste USD-kurs for tokens på et netværk, med token-adresser
/onchain/networks Få den fulde liste over understøttede netværk
/onchain/network/*dexes Få den fulde liste over understøttede Dex'er på et netværk
/onchains/network/*/pools/* Få data for likviditetspuljer som f.eks.: populære puljer, nye puljer og markedsdata som f.eks. kurs, reserve, markedsværdi, transaktioner, volumen. Der er også adgang til søgning efter slutpunkter, hvor man kan søge efter puljer på et netværk.
/onchains/network/*/tokens/* Få token-relaterede data som f.eks. toppuljer, kurs, fdv, reserve, volumen, markedsværdi, geckoterminal-score, coingecko api-id. Metadata er også tilgængelige, herunder billede, websted, beskrivelse og links til sociale medier.
/onchains/network/*/ohlcvs/* Hent OHLCV historiske diagramdata for en likviditetspulje
/onchains/network/*/trades Få de seneste 300 handler fra en likviditetspulje
// Få priser og markedsdata for en likviditetspulje
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.997746887383919",
      "base_token_price_native_currency": "0.000265342483997313",
      "quote_token_price_usd": "3778.98315725671",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026534",
      "quote_token_price_base_token": "3768.71",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3297235213",
      "market_cap_usd": "5354484886.73522",
      "price_change_percentage": {
        "m5": "0",
        "h1": "-0.29",
        "h6": "0.08",
        "h24": "-0.33"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 1,
          "buyers": 0,
          "sellers": 1
        },
        "m15": {
          "buys": 6,
          "sells": 4,
          "buyers": 5,
          "sellers": 4
        },
        "m30": {
          "buys": 14,
          "sells": 6,
          "buyers": 10,
          "sellers": 6
        },
        "h1": {
          "buys": 17,
          "sells": 10,
          "buyers": 13,
          "sellers": 10
        },
        "h24": {
          "buys": 721,
          "sells": 517,
          "buyers": 315,
          "sellers": 214
        }
      },
      "volume_usd": {
        "m5": "16507.7869720125",
        "h1": "254527.659791346",
        "h6": "3253544.05741426",
        "h24": "20776195.900062"
      },
      "reserve_in_usd": "5481425.9454"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Find populære puljer
{
  "data": [
    {
      "id": "eth_0x1458770554b8918b970444d8b2c02a47f6df99a7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.60684194283241",
        "base_token_price_native_currency": "0.00042360576144247467792031752378",
        "quote_token_price_usd": "1.00322133238453",
        "quote_token_price_native_currency": "0.00026547367214538",
        "base_token_price_quote_token": "1.59566016",
        "quote_token_price_base_token": "0.62669986",
        "address": "0x1458770554b8918b970444d8b2c02a47f6df99a7",
        "name": "RETIK / USDT 0.3%",
        "pool_created_at": "2024-05-21T11:59:35Z",
        "fdv_usd": "1606841943",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.06",
          "h1": "1.57",
          "h6": "922.46",
          "h24": "922.46"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 34,
            "sells": 14,
            "buyers": 33,
            "sellers": 12
          },
          "m30": {
            "buys": 37,
            "sells": 17,
            "buyers": 36,
            "sellers": 14
          },
          "h1": {
            "buys": 89,
            "sells": 47,
            "buyers": 84,
            "sellers": 39
          },
          "h24": {
            "buys": 1426,
            "sells": 473,
            "buyers": 974,
            "sellers": 248
          }
        },
        "volume_usd": {
          "m5": "19346.1635815617",
          "h1": "312850.311826262",
          "h6": "6409718.08821142",
          "h24": "6409718.08821142"
        },
        "reserve_in_usd": "988361.5225"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x26ebb8213fb8d66156f1af8908d43f7e3e367c1d",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000555053092792631",
        "base_token_price_native_currency": "0.000000000000000902596917945738",
        "quote_token_price_usd": "613.45026788068",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000000903",
        "quote_token_price_base_token": "1107914263961754",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "233122",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.26",
          "h1": "-8.36",
          "h6": "-36.48",
          "h24": "100.54"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 8,
            "sells": 6,
            "buyers": 8,
            "sellers": 6
          },
          "m30": {
            "buys": 20,
            "sells": 19,
            "buyers": 18,
            "sellers": 19
          },
          "h1": {
            "buys": 56,
            "sells": 43,
            "buyers": 51,
            "sellers": 39
          },
          "h24": {
            "buys": 2948,
            "sells": 1899,
            "buyers": 1649,
            "sellers": 1029
          }
        },
        "volume_usd": {
          "m5": "107.324018994801",
          "h1": "5657.40722804789",
          "h6": "161089.820234325",
          "h24": "684720.614932116"
        },
        "reserve_in_usd": "103428.4047"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x1b517f6794523bc3dd4e1275d9c205064f7cc167",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.005538977272632",
        "base_token_price_native_currency": "0.000882308508241259",
        "quote_token_price_usd": "6.36",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00088231",
        "quote_token_price_base_token": "1133.39",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "568931739",
        "market_cap_usd": "571226102.143767",
        "price_change_percentage": {
          "m5": "-1.1",
          "h1": "-0.64",
          "h6": "3.96",
          "h24": "3.42"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 93,
            "buyers": 12,
            "sellers": 93
          },
          "m15": {
            "buys": 70,
            "sells": 361,
            "buyers": 62,
            "sellers": 352
          },
          "m30": {
            "buys": 154,
            "sells": 788,
            "buyers": 130,
            "sellers": 754
          },
          "h1": {
            "buys": 378,
            "sells": 1716,
            "buyers": 318,
            "sellers": 1619
          },
          "h24": {
            "buys": 7184,
            "sells": 43709,
            "buyers": 5027,
            "sellers": 37864
          }
        },
        "volume_usd": {
          "m5": "29792.4002403354",
          "h1": "348262.763063446",
          "h6": "1620133.13108869",
          "h24": "5113084.36547902"
        },
        "reserve_in_usd": "5957268.1099"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.252710479038078",
        "base_token_price_native_currency": "0.000411088667467040080626498279668568517490749",
        "quote_token_price_usd": "1.00054495739787",
        "quote_token_price_native_currency": "0.00162675256865744",
        "base_token_price_quote_token": "0.25270510",
        "quote_token_price_base_token": "3.95718174",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "252291367",
        "market_cap_usd": "118314987.240484",
        "price_change_percentage": {
          "m5": "0.06",
          "h1": "-0.53",
          "h6": "-2.63",
          "h24": "8.5"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m15": {
            "buys": 2,
            "sells": 14,
            "buyers": 2,
            "sellers": 11
          },
          "m30": {
            "buys": 6,
            "sells": 33,
            "buyers": 6,
            "sellers": 27
          },
          "h1": {
            "buys": 6,
            "sells": 62,
            "buyers": 6,
            "sellers": 38
          },
          "h24": {
            "buys": 1216,
            "sells": 839,
            "buyers": 295,
            "sellers": 326
          }
        },
        "volume_usd": {
          "m5": "904.162265669397",
          "h1": "15536.2665992841",
          "h6": "469064.125042631",
          "h24": "1304420.76695076"
        },
        "reserve_in_usd": "4421443.1274"
      },
      "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.240285164772449",
        "base_token_price_native_currency": "0.0378835782000219",
        "quote_token_price_usd": "6.36",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03788358",
        "quote_token_price_base_token": "26.40",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "5045988",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.53",
          "h1": "-0.47",
          "h6": "-6.92",
          "h24": "24.92"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m15": {
            "buys": 14,
            "sells": 15,
            "buyers": 14,
            "sellers": 14
          },
          "m30": {
            "buys": 38,
            "sells": 21,
            "buyers": 36,
            "sellers": 20
          },
          "h1": {
            "buys": 96,
            "sells": 48,
            "buyers": 88,
            "sellers": 45
          },
          "h24": {
            "buys": 1198,
            "sells": 999,
            "buyers": 722,
            "sellers": 615
          }
        },
        "volume_usd": {
          "m5": "1033.55348153829",
          "h1": "52750.7289347532",
          "h6": "424196.944027963",
          "h24": "1500173.50912077"
        },
        "reserve_in_usd": "875143.8287"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCH44N73BXEhT8063KAK_27oComvJnmAaebso-dZoyAy6g_",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0032702302537948",
        "base_token_price_native_currency": "0.000517767289230245",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00051777",
        "quote_token_price_base_token": "1931.37",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "457832",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.16",
          "h1": "-10.33",
          "h6": "-23.56",
          "h24": "-30.34"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "m15": {
            "buys": 8,
            "sells": 7,
            "buyers": 7,
            "sellers": 5
          },
          "m30": {
            "buys": 16,
            "sells": 20,
            "buyers": 13,
            "sellers": 13
          },
          "h1": {
            "buys": 29,
            "sells": 27,
            "buyers": 22,
            "sellers": 17
          },
          "h24": {
            "buys": 1266,
            "sells": 796,
            "buyers": 662,
            "sellers": 420
          }
        },
        "volume_usd": {
          "m5": "313.75498039269",
          "h1": "9996.96385465552",
          "h6": "70695.7656733041",
          "h24": "583364.917313181"
        },
        "reserve_in_usd": "111516.6323"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC8XkUEWb6bzbzE9eVaASoKUCyYA_CUQALGE15jWInEqla6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000869997957053627",
        "base_token_price_native_currency": "0.000137067924520032",
        "quote_token_price_usd": "6.36",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00013707",
        "quote_token_price_base_token": "7295.65",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "761769",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.24",
          "h1": "-10.58",
          "h6": "-26.3",
          "h24": "-31.55"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 8,
            "sells": 5,
            "buyers": 7,
            "sellers": 5
          },
          "m30": {
            "buys": 25,
            "sells": 18,
            "buyers": 21,
            "sellers": 18
          },
          "h1": {
            "buys": 50,
            "sells": 29,
            "buyers": 42,
            "sellers": 25
          },
          "h24": {
            "buys": 993,
            "sells": 610,
            "buyers": 560,
            "sellers": 365
          }
        },
        "volume_usd": {
          "m5": "471.01886449888",
          "h1": "26456.2337671008",
          "h6": "60352.6580261779",
          "h24": "363226.652067944"
        },
        "reserve_in_usd": "86417.4253"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCNCUxFwMsNYKTv89WuRX5pyxDCWqlgBi4Tl8zytjllNTaC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0175342344191267",
        "base_token_price_native_currency": "0.00274646692998132",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00274647",
        "quote_token_price_base_token": "364.10",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "87529572",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.28",
          "h1": "-1.94",
          "h6": "-2.76",
          "h24": "10.43"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 6,
            "sells": 4,
            "buyers": 6,
            "sellers": 4
          },
          "m30": {
            "buys": 12,
            "sells": 12,
            "buyers": 12,
            "sellers": 12
          },
          "h1": {
            "buys": 19,
            "sells": 34,
            "buyers": 19,
            "sellers": 34
          },
          "h24": {
            "buys": 753,
            "sells": 840,
            "buyers": 532,
            "sellers": 609
          }
        },
        "volume_usd": {
          "m5": "6941.35180182545",
          "h1": "13950.0770563373",
          "h6": "254947.512122063",
          "h24": "1319270.57697191"
        },
        "reserve_in_usd": "1569314.3263"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC47093oX5Xhb0xuk2lCr2RhS8rj-vul61u4W2UH5ORmG_O",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.421948292953788",
        "base_token_price_native_currency": "0.002382981410908761463807924",
        "quote_token_price_usd": "177.22",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00238298",
        "quote_token_price_base_token": "419.64",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "234412086",
        "market_cap_usd": "210046263.640916",
        "price_change_percentage": {
          "m5": "1.44",
          "h1": "6.98",
          "h6": "2.13",
          "h24": "-8.95"
        },
        "transactions": {
          "m5": {
            "buys": 41,
            "sells": 32,
            "buyers": 7,
            "sellers": 24
          },
          "m15": {
            "buys": 95,
            "sells": 93,
            "buyers": 16,
            "sellers": 65
          },
          "m30": {
            "buys": 154,
            "sells": 151,
            "buyers": 55,
            "sellers": 85
          },
          "h1": {
            "buys": 242,
            "sells": 229,
            "buyers": 102,
            "sellers": 147
          },
          "h24": {
            "buys": 8835,
            "sells": 7654,
            "buyers": 2958,
            "sellers": 2649
          }
        },
        "volume_usd": {
          "m5": "20812.967289634",
          "h1": "225787.287304233",
          "h6": "1924546.8656481",
          "h24": "11038010.9223498"
        },
        "reserve_in_usd": "5175433.5782"
      },
      "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": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000123646548720912",
        "base_token_price_native_currency": "0.00000000328248258042652",
        "quote_token_price_usd": "3777.95835126844",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003282482580",
        "quote_token_price_base_token": "304647466",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "5116158190",
        "market_cap_usd": "5222249465.25858",
        "price_change_percentage": {
          "m5": "-0.66",
          "h1": "2.03",
          "h6": "11.66",
          "h24": "29.97"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 15,
            "sells": 11,
            "buyers": 13,
            "sellers": 11
          },
          "m30": {
            "buys": 16,
            "sells": 12,
            "buyers": 14,
            "sellers": 12
          },
          "h1": {
            "buys": 37,
            "sells": 28,
            "buyers": 33,
            "sellers": 28
          },
          "h24": {
            "buys": 1207,
            "sells": 1053,
            "buyers": 928,
            "sellers": 742
          }
        },
        "volume_usd": {
          "m5": "21871.103755307",
          "h1": "498161.156187167",
          "h6": "7658322.93782709",
          "h24": "22412919.8872048"
        },
        "reserve_in_usd": "52318004.3974"
      },
      "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_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.594919339914719",
        "base_token_price_native_currency": "0.0935597498623884",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09355975",
        "quote_token_price_base_token": "10.69",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "59491933",
        "market_cap_usd": "59230672.8449968",
        "price_change_percentage": {
          "m5": "1.09",
          "h1": "0.13",
          "h6": "-7.31",
          "h24": "1.52"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 8,
            "sells": 5,
            "buyers": 8,
            "sellers": 5
          },
          "m30": {
            "buys": 12,
            "sells": 6,
            "buyers": 11,
            "sellers": 6
          },
          "h1": {
            "buys": 23,
            "sells": 11,
            "buyers": 21,
            "sellers": 11
          },
          "h24": {
            "buys": 560,
            "sells": 389,
            "buyers": 394,
            "sellers": 289
          }
        },
        "volume_usd": {
          "m5": "5094.18976913742",
          "h1": "22297.6330890357",
          "h6": "260472.870437793",
          "h24": "1141010.49611477"
        },
        "reserve_in_usd": "2407451.2584"
      },
      "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.0110664377092493",
        "base_token_price_native_currency": "0.0102486083333333",
        "quote_token_price_usd": "1.13",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01024861",
        "quote_token_price_base_token": "97.57",
        "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": "-0.71",
          "h1": "-5.54",
          "h6": "-9",
          "h24": "-41.58"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 29,
            "buyers": 1,
            "sellers": 29
          },
          "m15": {
            "buys": 13,
            "sells": 96,
            "buyers": 13,
            "sellers": 92
          },
          "m30": {
            "buys": 21,
            "sells": 133,
            "buyers": 21,
            "sellers": 126
          },
          "h1": {
            "buys": 49,
            "sells": 288,
            "buyers": 45,
            "sellers": 273
          },
          "h24": {
            "buys": 1659,
            "sells": 8900,
            "buyers": 1196,
            "sellers": 7380
          }
        },
        "volume_usd": {
          "m5": "224.82147736721",
          "h1": "2545.03698511187",
          "h6": "20915.2264181461",
          "h24": "106189.596410129"
        },
        "reserve_in_usd": "15635.3939"
      },
      "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_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000121626569199933",
        "base_token_price_native_currency": "0.0000190428269882902",
        "quote_token_price_usd": "6.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001904",
        "quote_token_price_base_token": "52513.21",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "1216266",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.25",
          "h1": "12.82",
          "h6": "57.32",
          "h24": "23773.22"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 20,
            "sells": 8,
            "buyers": 20,
            "sellers": 8
          },
          "m30": {
            "buys": 36,
            "sells": 15,
            "buyers": 35,
            "sellers": 15
          },
          "h1": {
            "buys": 78,
            "sells": 32,
            "buyers": 70,
            "sellers": 30
          },
          "h24": {
            "buys": 1069,
            "sells": 609,
            "buyers": 622,
            "sellers": 356
          }
        },
        "volume_usd": {
          "m5": "791.33665465312",
          "h1": "19875.62670183",
          "h6": "70719.6988610731",
          "h24": "267402.419865386"
        },
        "reserve_in_usd": "150701.5824"
      },
      "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": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00537516179249427",
        "base_token_price_native_currency": "0.000030903786843238216433452",
        "quote_token_price_usd": "177.22",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003090",
        "quote_token_price_base_token": "32358.49",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "37008718",
        "market_cap_usd": "37805510.3062127",
        "price_change_percentage": {
          "m5": "0.22",
          "h1": "-4.79",
          "h6": "-14.96",
          "h24": "-18.69"
        },
        "transactions": {
          "m5": {
            "buys": 29,
            "sells": 6,
            "buyers": 19,
            "sellers": 6
          },
          "m15": {
            "buys": 127,
            "sells": 47,
            "buyers": 59,
            "sellers": 40
          },
          "m30": {
            "buys": 191,
            "sells": 83,
            "buyers": 93,
            "sellers": 68
          },
          "h1": {
            "buys": 330,
            "sells": 148,
            "buyers": 136,
            "sellers": 122
          },
          "h24": {
            "buys": 10820,
            "sells": 9436,
            "buyers": 2858,
            "sellers": 3106
          }
        },
        "volume_usd": {
          "m5": "10989.0018727668",
          "h1": "186436.81271523",
          "h6": "2314703.47507154",
          "h24": "13150729.4942556"
        },
        "reserve_in_usd": "2901418.4004"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8wXtPeU6557ETkp9WHFY1n1EcU6NxDvbAggHGsMYiHsB",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00242383973009822",
        "base_token_price_native_currency": "0.000000644770093795604",
        "quote_token_price_usd": "3781.73",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000064",
        "quote_token_price_base_token": "1550940",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "24238397",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.79",
          "h1": "11.06",
          "h6": "-11.28",
          "h24": "-81.91"
        },
        "transactions": {
          "m5": {
            "buys": 18,
            "sells": 3,
            "buyers": 8,
            "sellers": 3
          },
          "m15": {
            "buys": 38,
            "sells": 16,
            "buyers": 27,
            "sellers": 16
          },
          "m30": {
            "buys": 61,
            "sells": 32,
            "buyers": 41,
            "sellers": 30
          },
          "h1": {
            "buys": 102,
            "sells": 69,
            "buyers": 71,
            "sellers": 61
          },
          "h24": {
            "buys": 8074,
            "sells": 4737,
            "buyers": 2293,
            "sellers": 1664
          }
        },
        "volume_usd": {
          "m5": "831.925894176817",
          "h1": "110136.912595823",
          "h6": "1583580.79040561",
          "h24": "9254898.77402794"
        },
        "reserve_in_usd": "853094.4521"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x041fdf3f472d2c8a7ecc458fc3b7f543e6c57ef7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0407590566500281",
        "base_token_price_native_currency": "0.00640316863100938",
        "quote_token_price_usd": "6.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00640317",
        "quote_token_price_base_token": "156.17",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "4075811",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.22",
          "h1": "0.22",
          "h6": "-3.67",
          "h24": "7.11"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 7,
            "sells": 4,
            "buyers": 7,
            "sellers": 4
          },
          "m30": {
            "buys": 12,
            "sells": 9,
            "buyers": 12,
            "sellers": 9
          },
          "h1": {
            "buys": 23,
            "sells": 18,
            "buyers": 23,
            "sellers": 18
          },
          "h24": {
            "buys": 433,
            "sells": 381,
            "buyers": 316,
            "sellers": 284
          }
        },
        "volume_usd": {
          "m5": "2946.93384847652",
          "h1": "15798.2789264994",
          "h6": "95370.9505821064",
          "h24": "637450.869743051"
        },
        "reserve_in_usd": "1089134.202"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB4gPfG0YtoiJHCMTUuzxP9fKXy9nx6TFh-dcAltrnNpLNo",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0359674043824895",
        "base_token_price_native_currency": "0.000192171281364330348150551",
        "quote_token_price_usd": "177.22",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00019217",
        "quote_token_price_base_token": "5203.69",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "34314273",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.04",
          "h1": "-12.89",
          "h6": "-21.22",
          "h24": "-15.66"
        },
        "transactions": {
          "m5": {
            "buys": 36,
            "sells": 33,
            "buyers": 32,
            "sellers": 33
          },
          "m15": {
            "buys": 345,
            "sells": 227,
            "buyers": 264,
            "sellers": 179
          },
          "m30": {
            "buys": 540,
            "sells": 326,
            "buyers": 360,
            "sellers": 242
          },
          "h1": {
            "buys": 819,
            "sells": 488,
            "buyers": 494,
            "sellers": 353
          },
          "h24": {
            "buys": 16993,
            "sells": 11082,
            "buyers": 5348,
            "sellers": 3817
          }
        },
        "volume_usd": {
          "m5": "22402.1868024698",
          "h1": "637417.13722514",
          "h6": "3313295.83064973",
          "h24": "18342703.7840574"
        },
        "reserve_in_usd": "876119.0066"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8vCAUbxejdtaxn6jnX5uaQTyTZLmXALg9u1bvFCAjtx7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "3.5989145563067",
        "base_token_price_native_currency": "0.564663061189792",
        "quote_token_price_usd": "6.35",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.56466306",
        "quote_token_price_base_token": "1.77096762",
        "address": "EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
        "name": "RANDOM / TON 0.4%",
        "pool_created_at": "2024-05-15T16:23:22Z",
        "fdv_usd": "3435973",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-2.98",
          "h6": "-15.49",
          "h24": "7.52"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m30": {
            "buys": 7,
            "sells": 10,
            "buyers": 4,
            "sellers": 10
          },
          "h1": {
            "buys": 11,
            "sells": 14,
            "buyers": 7,
            "sellers": 13
          },
          "h24": {
            "buys": 766,
            "sells": 507,
            "buyers": 291,
            "sellers": 268
          }
        },
        "volume_usd": {
          "m5": "63.5",
          "h1": "3744.44117866775",
          "h6": "242932.915239186",
          "h24": "521075.988389489"
        },
        "reserve_in_usd": "415514.5793"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCF9oYxo37xCGX1DShZEweaVGJe6Kucp0ztKO6vCsRANDOM",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0386894810372367",
        "base_token_price_native_currency": "0.000219600694401920675301628",
        "quote_token_price_usd": "177.22",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00021960",
        "quote_token_price_base_token": "4553.72",
        "address": "7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
        "name": "SLOTH / SOL",
        "pool_created_at": "2024-05-01T14:38:00Z",
        "fdv_usd": "71761014",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.62",
          "h1": "-6.54",
          "h6": "-6.25",
          "h24": "-17.2"
        },
        "transactions": {
          "m5": {
            "buys": 27,
            "sells": 13,
            "buyers": 24,
            "sellers": 13
          },
          "m15": {
            "buys": 99,
            "sells": 41,
            "buyers": 82,
            "sellers": 38
          },
          "m30": {
            "buys": 129,
            "sells": 84,
            "buyers": 110,
            "sellers": 79
          },
          "h1": {
            "buys": 202,
            "sells": 159,
            "buyers": 157,
            "sellers": 142
          },
          "h24": {
            "buys": 6054,
            "sells": 4248,
            "buyers": 3290,
            "sellers": 2440
          }
        },
        "volume_usd": {
          "m5": "65400.5925658515",
          "h1": "436925.413749062",
          "h6": "1883081.83356601",
          "h24": "9259344.45539156"
        },
        "reserve_in_usd": "5802832.71"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HQ7DaoiUxzC2K1Dr7KXRHccNtXvEYgNvoUextXe8dmBh",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000140059727228215",
        "base_token_price_native_currency": "0.0000000371479867200958",
        "quote_token_price_usd": "3777.96676349666",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004",
        "quote_token_price_base_token": "26919359",
        "address": "0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
        "name": "MAGA / WETH",
        "pool_created_at": "2024-05-16T14:08:11Z",
        "fdv_usd": "57893196",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.71",
          "h1": "5.36",
          "h6": "4.49",
          "h24": "-4.01"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m15": {
            "buys": 14,
            "sells": 13,
            "buyers": 14,
            "sellers": 13
          },
          "m30": {
            "buys": 23,
            "sells": 15,
            "buyers": 23,
            "sellers": 15
          },
          "h1": {
            "buys": 47,
            "sells": 30,
            "buyers": 46,
            "sellers": 29
          },
          "h24": {
            "buys": 3700,
            "sells": 2894,
            "buyers": 2117,
            "sellers": 1572
          }
        },
        "volume_usd": {
          "m5": "7436.42117238503",
          "h1": "159430.827187477",
          "h6": "3417274.47219147",
          "h24": "20113275.2090489"
        },
        "reserve_in_usd": "1723001.3215"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xd29da236dd4aac627346e1bba06a619e8c22d7c5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    }
  ]
}

Derfor bruger Web3-projekter CoinGecko

"CoinGeckos DEX API giver os en hurtig, meget nøjagtig og robust kilde til DEX-kursdata. De har en bred datadækning, er nemme at bruge og meget pålidelige. CoinGeckos DEX API er blevet en af vores mange vigtige DEX-kursfeeds, som Supra bruger til at hente data fra decentraliserede børser."
"CoinGeckos DEX API er blevet en integreret del af vores udviklingsproces og håndterer på en kompetent måde mange mindre opgaver, som vi simpelthen ikke har kapacitet til at håndtere. Det har i høj grad strømlinet vores arbejdsgang, så vi kan fokusere på kerneudviklingen."
"CoinGeckos DEX API har en bred dækning, understøtter det største antal chains og har en høj tilgængelighed."

Ofte stillede spørgsmål

Sæt turbo på dit projekt
med CoinGecko API

Lås op for flere muligheder med pålidelige, nøjagtige og omfattende kryptokursdata.

Gå aldrig glip af en opdatering!

Tilmeld dig vores API-nyhedsbrev, og få de seneste produktnyheder, slutpunktopdateringer og inspirerende community-indhold.
Vælg valuta
Foreslåede valutaer
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
Fiatvalutaer
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
Kryptovalutaer
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-enheder
BITS
Bits
SATS
Satoshi
Råvarer
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Vælg sprog
Populære sprog
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Alle sprog
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 på for nemt at følge din yndlingscoin 🚀
Ved at fortsætte accepterer du CoinGeckos tjenestevilkår og tilkendegiver, at du har læst vores fortrolighedspolitik
eller
Glemt adgangskode?
Har du ikke modtaget bekræftelsesinstruktioner?
Gensend bekræftelsesinstruktioner
DET ER GRATIS! Spor nemt din yndlingscoin med CoinGecko 🚀
Ved at fortsætte accepterer du CoinGeckos tjenestevilkår og tilkendegiver, at du har læst vores fortrolighedspolitik
eller
Adgangskoden skal indeholde mindst 8 tegn, herunder 1 stort bogstav, 1 lille bogstav, 1 tal og 1 specialtegn
Har du ikke modtaget bekræftelsesinstruktioner?
Gensend bekræftelsesinstruktioner
Glemt adgangskode?
Du vil i løbet af få minutter modtage en mail med instruktioner om, hvordan du skifter din adgangskode.
Gensend bekræftelsesinstruktioner
Du vil i løbet af få minutter modtage en mail med instruktioner om, hvordan du bekræfter din e-mail.
Hent CoinGecko-appen.
Scan denne QR-kode for at downloade appen nu App QR Code Eller tjek den ud i app-butikkerne
coingecko
Fortsæt i appen
Følg kurser i realtid
Åbn appen