Kryptovalutor: 14 381
Handel: 1 099
Börsvärde: 2,741T $ 0.1%
24h vol: 131,141B $
Gas: 8 GWEI
Få bort reklam

DEX-token- och marknadsdata-API i kedjan för DeFi-projekt och utvecklare

Data drivs av
Betrodda av ledande Web3-projekt

Omfattande och tillförlitlig API för DEX-data i kedjan

Få tillgång till marknadsdata från kedjan från DEX:er som Uniswap, PancakeSwap, Orca, Curve med flera över större nätverk med vårt tillförlitliga och omfattande API för DEX-data.
2M+
Mynt och tokens
100+
Nätverk
800+
DEX:er

Skala upp ditt DeFi-projekt på ett effektivt sätt

Ett enhetligt API för krypto-, NFT- och DEX-data

Förenkla integrationsprocessen med ett enhetligt API för kryptodata som ger fullständig täckning
Slutpunktskategori Beskrivning
/onchain/simple/*/token_price/* Det enklaste sättet att få den senaste kursen i USD för tokens på ett nätverk, med token-adresser
/onchain/networks Få hela listan med nätverk som stöds
/onchain/network/*dexes Få hela listan med DEX:er som stöds på ett nätverk
/onchains/network/*/pools/* Få likviditetspooldata som: trendande pooler, nya pooler och marknadsdata som kurs, reserv, börsvärde, transaktioner, volym. Det finns även en sökfunktion för att söka efter pooler i ett nätverk.
/onchains/network/*/tokens/* Få tokenrelaterade data som toppooler, kurs, fullt utspätt värde, reserv, volym, börsvärde, geckoterminalpoäng, coingecko api-id. Metadata finns också tillgängligt, inklusive bild, webbplats, beskrivning och länkar till sociala medier.
/onchains/network/*/ohlcvs/* Hämta historiska OHLCV-diagramdata för en likviditetspool
/onchains/network/*/trades Få de senaste 300 transaktionerna från en likviditetspool
// Hämta kurser och marknadsdata för en likviditetspool
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.99997725794202",
      "base_token_price_native_currency": "0.000262879495315685",
      "quote_token_price_usd": "3792.4247112221",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026288",
      "quote_token_price_base_token": "3804.02",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3304605876",
      "market_cap_usd": "5317666065.12264",
      "price_change_percentage": {
        "m5": "0.11",
        "h1": "-0.13",
        "h6": "-0.25",
        "h24": "-0.13"
      },
      "transactions": {
        "m5": {
          "buys": 2,
          "sells": 3,
          "buyers": 2,
          "sellers": 3
        },
        "m15": {
          "buys": 4,
          "sells": 6,
          "buyers": 4,
          "sellers": 6
        },
        "m30": {
          "buys": 8,
          "sells": 7,
          "buyers": 7,
          "sellers": 7
        },
        "h1": {
          "buys": 12,
          "sells": 13,
          "buyers": 10,
          "sellers": 13
        },
        "h24": {
          "buys": 503,
          "sells": 379,
          "buyers": 259,
          "sellers": 182
        }
      },
      "volume_usd": {
        "m5": "41033.2035371892",
        "h1": "122983.988451529",
        "h6": "1052419.73037256",
        "h24": "7131388.02001141"
      },
      "reserve_in_usd": "4860818.5"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Upptäck trendande pooler
{
  "data": [
    {
      "id": "eth_0x1458770554b8918b970444d8b2c02a47f6df99a7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "2.28400669115691",
        "base_token_price_native_currency": "0.0005940482099510232856414775488",
        "quote_token_price_usd": "1.00315820892426",
        "quote_token_price_native_currency": "0.00026451631484096",
        "base_token_price_quote_token": "2.24579044",
        "quote_token_price_base_token": "0.44527752",
        "address": "0x1458770554b8918b970444d8b2c02a47f6df99a7",
        "name": "RETIK / USDT 0.3%",
        "pool_created_at": "2024-05-21T11:59:35Z",
        "fdv_usd": "2284006691",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.26",
          "h1": "1.84",
          "h6": "37.96",
          "h24": "1328.97"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m15": {
            "buys": 20,
            "sells": 7,
            "buyers": 19,
            "sellers": 7
          },
          "m30": {
            "buys": 37,
            "sells": 18,
            "buyers": 32,
            "sellers": 18
          },
          "h1": {
            "buys": 80,
            "sells": 33,
            "buyers": 70,
            "sellers": 25
          },
          "h24": {
            "buys": 2334,
            "sells": 806,
            "buyers": 1534,
            "sellers": 343
          }
        },
        "volume_usd": {
          "m5": "3758.67353697194",
          "h1": "180759.120557884",
          "h6": "1169311.71365946",
          "h24": "8080838.24695259"
        },
        "reserve_in_usd": "1170787.6019"
      },
      "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.00552446331732436",
        "base_token_price_native_currency": "0.000886993873963497",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00088699",
        "quote_token_price_base_token": "1127.40",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "567440949",
        "market_cap_usd": "574920968.320047",
        "price_change_percentage": {
          "m5": "0.01",
          "h1": "-1.39",
          "h6": "-0.49",
          "h24": "0.96"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 11,
            "buyers": 7,
            "sellers": 11
          },
          "m15": {
            "buys": 19,
            "sells": 160,
            "buyers": 18,
            "sellers": 160
          },
          "m30": {
            "buys": 48,
            "sells": 411,
            "buyers": 44,
            "sellers": 402
          },
          "h1": {
            "buys": 86,
            "sells": 860,
            "buyers": 81,
            "sellers": 821
          },
          "h24": {
            "buys": 7310,
            "sells": 41510,
            "buyers": 5210,
            "sellers": 35907
          }
        },
        "volume_usd": {
          "m5": "1312.22884630703",
          "h1": "66262.6040740333",
          "h6": "604934.064471571",
          "h24": "4945445.67629372"
        },
        "reserve_in_usd": "6207026.5472"
      },
      "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.00000000000021641645001222",
        "base_token_price_native_currency": "0.00000000000000034702226326027",
        "quote_token_price_usd": "622.480348508291",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000000347",
        "quote_token_price_base_token": "2881659495287167",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "90894.91",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.1",
          "h1": "15.73",
          "h6": "-23.45",
          "h24": "-81.5"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m30": {
            "buys": 7,
            "sells": 6,
            "buyers": 7,
            "sellers": 5
          },
          "h1": {
            "buys": 43,
            "sells": 12,
            "buyers": 40,
            "sellers": 10
          },
          "h24": {
            "buys": 2354,
            "sells": 1801,
            "buyers": 1319,
            "sellers": 1055
          }
        },
        "volume_usd": {
          "m5": "32.2079839589992",
          "h1": "5041.68862003854",
          "h6": "65446.3801743146",
          "h24": "532712.209233518"
        },
        "reserve_in_usd": "67145.6182"
      },
      "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_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.250654854298471",
        "base_token_price_native_currency": "0.0395647853040504",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03956479",
        "quote_token_price_base_token": "25.28",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "5263752",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.8",
          "h1": "0.77",
          "h6": "5.51",
          "h24": "23.83"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m30": {
            "buys": 11,
            "sells": 5,
            "buyers": 11,
            "sellers": 5
          },
          "h1": {
            "buys": 20,
            "sells": 13,
            "buyers": 19,
            "sellers": 12
          },
          "h24": {
            "buys": 1497,
            "sells": 1028,
            "buyers": 999,
            "sellers": 671
          }
        },
        "volume_usd": {
          "m5": "42.78914085839",
          "h1": "7899.84727772954",
          "h6": "95336.741376247",
          "h24": "1139782.54558407"
        },
        "reserve_in_usd": "935393.6446"
      },
      "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": "bsc_0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.251058228954574",
        "base_token_price_native_currency": "0.000402661680861876284105083983791375262673786",
        "quote_token_price_usd": "0.999873702768951",
        "quote_token_price_native_currency": "0.00160471391743874",
        "base_token_price_quote_token": "0.25092428",
        "quote_token_price_base_token": "3.98526603",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "250641857",
        "market_cap_usd": "117479201.058436",
        "price_change_percentage": {
          "m5": "0.08",
          "h1": "0.24",
          "h6": "0.44",
          "h24": "-1.02"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m30": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "h1": {
            "buys": 13,
            "sells": 4,
            "buyers": 7,
            "sellers": 4
          },
          "h24": {
            "buys": 688,
            "sells": 832,
            "buyers": 205,
            "sellers": 298
          }
        },
        "volume_usd": {
          "m5": "833.990974126404",
          "h1": "7505.63259486194",
          "h6": "54842.4730888348",
          "h24": "901016.439522854"
        },
        "reserve_in_usd": "4408750.4774"
      },
      "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": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000138672323879302",
        "base_token_price_native_currency": "0.0000000036678543449451",
        "quote_token_price_usd": "3792.10712117612",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003667854345",
        "quote_token_price_base_token": "272638962",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "5737883935",
        "market_cap_usd": "5856628322.38129",
        "price_change_percentage": {
          "m5": "-0.05",
          "h1": "0.85",
          "h6": "10.67",
          "h24": "27.43"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 19,
            "sells": 12,
            "buyers": 18,
            "sellers": 12
          },
          "m30": {
            "buys": 56,
            "sells": 28,
            "buyers": 52,
            "sellers": 28
          },
          "h1": {
            "buys": 145,
            "sells": 57,
            "buyers": 123,
            "sellers": 56
          },
          "h24": {
            "buys": 1935,
            "sells": 1314,
            "buyers": 1509,
            "sellers": 997
          }
        },
        "volume_usd": {
          "m5": "6544.21262121866",
          "h1": "944772.505813648",
          "h6": "7068451.68539233",
          "h24": "22195985.6169404"
        },
        "reserve_in_usd": "55551956.198"
      },
      "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": "bsc_0x5c9c0920e5f37856ac44810154f77e99dd2b5d41",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "22.7035230978627",
        "base_token_price_native_currency": "0.0365317662575918724984835528542",
        "quote_token_price_usd": "0.999704149158609",
        "quote_token_price_native_currency": "0.00160952915299686",
        "base_token_price_quote_token": "22.70",
        "quote_token_price_base_token": "0.04405834",
        "address": "0x5c9c0920e5f37856ac44810154f77e99dd2b5d41",
        "name": "BCCoin / USDT 0.01%",
        "pool_created_at": "2024-03-17T11:17:37Z",
        "fdv_usd": "3405520765",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.08",
          "h1": "0.32",
          "h6": "1.04",
          "h24": "3.96"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 12,
            "sells": 13,
            "buyers": 6,
            "sellers": 8
          },
          "m30": {
            "buys": 30,
            "sells": 25,
            "buyers": 8,
            "sellers": 9
          },
          "h1": {
            "buys": 59,
            "sells": 58,
            "buyers": 12,
            "sellers": 15
          },
          "h24": {
            "buys": 3199,
            "sells": 1413,
            "buyers": 1356,
            "sellers": 127
          }
        },
        "volume_usd": {
          "m5": "4236.14559578824",
          "h1": "78685.9226669916",
          "h6": "489828.214692571",
          "h24": "2852437.26475811"
        },
        "reserve_in_usd": "1486940638.2971"
      },
      "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": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0174393491911115",
        "base_token_price_native_currency": "0.00275734560636739",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00275735",
        "quote_token_price_base_token": "362.67",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "87055818",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.24",
          "h6": "-0.3",
          "h24": "0.05"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "h1": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "h24": {
            "buys": 705,
            "sells": 708,
            "buyers": 527,
            "sellers": 564
          }
        },
        "volume_usd": {
          "m5": "523.18047573591",
          "h1": "588.69480349246",
          "h6": "23155.7056579596",
          "h24": "1008384.14478342"
        },
        "reserve_in_usd": "1544833.1074"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC47093oX5Xhb0xuk2lCr2RhS8rj-vul61u4W2UH5ORmG_O",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00907748932515151",
        "base_token_price_native_currency": "0.0080420463953853",
        "quote_token_price_usd": "1.13",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00804205",
        "quote_token_price_base_token": "124.35",
        "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.72",
          "h1": "-1.84",
          "h6": "-2.82",
          "h24": "-38.59"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 17,
            "buyers": 0,
            "sellers": 16
          },
          "m15": {
            "buys": 6,
            "sells": 107,
            "buyers": 6,
            "sellers": 97
          },
          "m30": {
            "buys": 16,
            "sells": 203,
            "buyers": 16,
            "sellers": 186
          },
          "h1": {
            "buys": 25,
            "sells": 351,
            "buyers": 23,
            "sellers": 322
          },
          "h24": {
            "buys": 1405,
            "sells": 7604,
            "buyers": 1005,
            "sellers": 6347
          }
        },
        "volume_usd": {
          "m5": "173.53467524571",
          "h1": "2406.54372081487",
          "h6": "11130.4173268465",
          "h24": "84536.9178276377"
        },
        "reserve_in_usd": "19527.4966"
      },
      "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.000771378357199131",
        "base_token_price_native_currency": "0.000122210005334151",
        "quote_token_price_usd": "6.3",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00012221",
        "quote_token_price_base_token": "8182.64",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "675418",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.43",
          "h1": "5.86",
          "h6": "0.45",
          "h24": "-24.02"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m30": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "h1": {
            "buys": 8,
            "sells": 2,
            "buyers": 7,
            "sellers": 2
          },
          "h24": {
            "buys": 617,
            "sells": 314,
            "buyers": 361,
            "sellers": 195
          }
        },
        "volume_usd": {
          "m5": "145.4162873377",
          "h1": "1275.04609752714",
          "h6": "16534.9786363114",
          "h24": "193204.616535909"
        },
        "reserve_in_usd": "67952.5424"
      },
      "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": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.438388248235599",
        "base_token_price_native_currency": "0.002470116248661967726121594",
        "quote_token_price_usd": "177.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00247012",
        "quote_token_price_base_token": "404.84",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "243545253",
        "market_cap_usd": "218840098.978081",
        "price_change_percentage": {
          "m5": "0.09",
          "h1": "-0.68",
          "h6": "0.12",
          "h24": "11.75"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 3,
            "buyers": 5,
            "sellers": 3
          },
          "m15": {
            "buys": 36,
            "sells": 8,
            "buyers": 27,
            "sellers": 8
          },
          "m30": {
            "buys": 69,
            "sells": 45,
            "buyers": 53,
            "sellers": 38
          },
          "h1": {
            "buys": 205,
            "sells": 109,
            "buyers": 121,
            "sellers": 90
          },
          "h24": {
            "buys": 7235,
            "sells": 6590,
            "buyers": 2517,
            "sellers": 2249
          }
        },
        "volume_usd": {
          "m5": "9133.11553014723",
          "h1": "290152.211577383",
          "h6": "1900142.4839594",
          "h24": "8500754.49936705"
        },
        "reserve_in_usd": "5289698.8943"
      },
      "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_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.597470767185063",
        "base_token_price_native_currency": "0.0950510659539689",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09505107",
        "quote_token_price_base_token": "10.52",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "59747076",
        "market_cap_usd": "59977222.6169544",
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.98",
          "h6": "-0.98",
          "h24": "-2.03"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 5,
            "buyers": 5,
            "sellers": 4
          },
          "m30": {
            "buys": 5,
            "sells": 8,
            "buyers": 5,
            "sellers": 7
          },
          "h1": {
            "buys": 7,
            "sells": 10,
            "buyers": 7,
            "sellers": 9
          },
          "h24": {
            "buys": 399,
            "sells": 289,
            "buyers": 292,
            "sellers": 226
          }
        },
        "volume_usd": {
          "m5": "191.19064549922",
          "h1": "3607.41478090072",
          "h6": "49825.6019273865",
          "h24": "656578.053081267"
        },
        "reserve_in_usd": "2408270.6221"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBZ_cafPyDr5KUTs0aNxh0ZTDhkpEZONmLJA2SNGlLm4Cko",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00475341284122422",
        "base_token_price_native_currency": "0.000027461389354702206052129",
        "quote_token_price_usd": "177.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002746",
        "quote_token_price_base_token": "36414.76",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "32727892",
        "market_cap_usd": "34262516.5034572",
        "price_change_percentage": {
          "m5": "-2.58",
          "h1": "-4.13",
          "h6": "-14.92",
          "h24": "-18.69"
        },
        "transactions": {
          "m5": {
            "buys": 42,
            "sells": 6,
            "buyers": 32,
            "sellers": 5
          },
          "m15": {
            "buys": 97,
            "sells": 28,
            "buyers": 51,
            "sellers": 24
          },
          "m30": {
            "buys": 122,
            "sells": 59,
            "buyers": 67,
            "sellers": 49
          },
          "h1": {
            "buys": 258,
            "sells": 129,
            "buyers": 125,
            "sellers": 109
          },
          "h24": {
            "buys": 8258,
            "sells": 7442,
            "buyers": 2366,
            "sellers": 2715
          }
        },
        "volume_usd": {
          "m5": "43478.5493116007",
          "h1": "240593.010614506",
          "h6": "2072842.01856533",
          "h24": "9336953.12516767"
        },
        "reserve_in_usd": "2752157.6893"
      },
      "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": "ton_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00351124126435532",
        "base_token_price_native_currency": "0.000556070362191712",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00055607",
        "quote_token_price_base_token": "1798.33",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "491574",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.5",
          "h1": "3.76",
          "h6": "2.89",
          "h24": "-14.45"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m30": {
            "buys": 7,
            "sells": 2,
            "buyers": 6,
            "sellers": 2
          },
          "h1": {
            "buys": 7,
            "sells": 2,
            "buyers": 6,
            "sellers": 2
          },
          "h24": {
            "buys": 445,
            "sells": 349,
            "buyers": 253,
            "sellers": 198
          }
        },
        "volume_usd": {
          "m5": "473.25",
          "h1": "1301.89338829834",
          "h6": "21291.8644986847",
          "h24": "214771.003634544"
        },
        "reserve_in_usd": "113986.4949"
      },
      "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.0000753127575334301",
        "base_token_price_native_currency": "0.0000119829647030398",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001198",
        "quote_token_price_base_token": "83451.80",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "753128",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-8.12",
          "h6": "-32.37",
          "h24": "65.12"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m30": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 4
          },
          "h1": {
            "buys": 5,
            "sells": 6,
            "buyers": 5,
            "sellers": 6
          },
          "h24": {
            "buys": 612,
            "sells": 504,
            "buyers": 405,
            "sellers": 346
          }
        },
        "volume_usd": {
          "m5": "1.88281140706",
          "h1": "4914.8659172265",
          "h6": "20785.6666618472",
          "h24": "189564.045580718"
        },
        "reserve_in_usd": "118714.6139"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB8nX1OAAxS0RHCZ-U3xpZPAGIPwjfoqtvtWOPb55NBQipE",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00170721711900105",
        "base_token_price_native_currency": "0.000269679001069339",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00026968",
        "quote_token_price_base_token": "3708.11",
        "address": "EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
        "name": "GPU / TON 0.4%",
        "pool_created_at": "2024-05-17T23:43:22Z",
        "fdv_usd": "8536086",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.47",
          "h1": "5.08",
          "h6": "-6.75",
          "h24": "134.77"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m30": {
            "buys": 6,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "h1": {
            "buys": 6,
            "sells": 7,
            "buyers": 4,
            "sellers": 5
          },
          "h24": {
            "buys": 1029,
            "sells": 1125,
            "buyers": 553,
            "sellers": 493
          }
        },
        "volume_usd": {
          "m5": "288.0713276606",
          "h1": "1898.75051110248",
          "h6": "19054.0975564458",
          "h24": "411492.807285464"
        },
        "reserve_in_usd": "73875.964"
      },
      "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": "base_0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0227394514171743",
        "base_token_price_native_currency": "0.00000598710957473982",
        "quote_token_price_usd": "3798.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000599",
        "quote_token_price_base_token": "167026",
        "address": "0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
        "name": "DEGEN / WETH 0.3%",
        "pool_created_at": "2024-01-07T19:30:45Z",
        "fdv_usd": "840580429",
        "market_cap_usd": "283350642.387962",
        "price_change_percentage": {
          "m5": "0.78",
          "h1": "0.96",
          "h6": "4.08",
          "h24": "16.5"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 2,
            "buyers": 7,
            "sellers": 2
          },
          "m15": {
            "buys": 64,
            "sells": 17,
            "buyers": 40,
            "sellers": 15
          },
          "m30": {
            "buys": 99,
            "sells": 63,
            "buyers": 74,
            "sellers": 36
          },
          "h1": {
            "buys": 170,
            "sells": 148,
            "buyers": 119,
            "sellers": 85
          },
          "h24": {
            "buys": 4403,
            "sells": 4884,
            "buyers": 1903,
            "sellers": 1871
          }
        },
        "volume_usd": {
          "m5": "17117.2343290881",
          "h1": "423429.359365065",
          "h6": "2305905.28435414",
          "h24": "13596123.796387"
        },
        "reserve_in_usd": "14496293.8625"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x4ed4e862860bed51a9570b96d89af5e1b0efefed",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQAimL9gUxrbYSHYbHc-dasxMQm_d5qrrLYjb1YT-LejgIIb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.354349534969436",
        "base_token_price_native_currency": "0.0559368791781955",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.05593688",
        "quote_token_price_base_token": "17.88",
        "address": "EQAimL9gUxrbYSHYbHc-dasxMQm_d5qrrLYjb1YT-LejgIIb",
        "name": "MOLOKO / TON 0.4%",
        "pool_created_at": "2024-05-19T20:53:18Z",
        "fdv_usd": "354350",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.53",
          "h6": "-5.13",
          "h24": "12.93"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m30": {
            "buys": 11,
            "sells": 2,
            "buyers": 8,
            "sellers": 1
          },
          "h1": {
            "buys": 15,
            "sells": 10,
            "buyers": 11,
            "sellers": 7
          },
          "h24": {
            "buys": 1641,
            "sells": 481,
            "buyers": 959,
            "sellers": 249
          }
        },
        "volume_usd": {
          "m5": "2.13903656692",
          "h1": "2346.8653039377",
          "h6": "12513.4965307123",
          "h24": "169341.540903736"
        },
        "reserve_in_usd": "50859.6778"
      },
      "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": "solana_GUJxvg5eDQEsQSjfnYYBjU1W5m18Mzt6yYntYfjvUGkm",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0231801750976696",
        "base_token_price_native_currency": "0.000120922011943577418192812",
        "quote_token_price_usd": "177.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00012092",
        "quote_token_price_base_token": "8269.79",
        "address": "GUJxvg5eDQEsQSjfnYYBjU1W5m18Mzt6yYntYfjvUGkm",
        "name": "PAMBI / SOL",
        "pool_created_at": "2024-05-18T22:28:14Z",
        "fdv_usd": "23176732",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.6",
          "h1": "33.46",
          "h6": "114.1",
          "h24": "392.11"
        },
        "transactions": {
          "m5": {
            "buys": 41,
            "sells": 80,
            "buyers": 39,
            "sellers": 67
          },
          "m15": {
            "buys": 409,
            "sells": 312,
            "buyers": 302,
            "sellers": 203
          },
          "m30": {
            "buys": 934,
            "sells": 554,
            "buyers": 585,
            "sellers": 315
          },
          "h1": {
            "buys": 1372,
            "sells": 906,
            "buyers": 830,
            "sellers": 475
          },
          "h24": {
            "buys": 10739,
            "sells": 6037,
            "buyers": 4253,
            "sellers": 1769
          }
        },
        "volume_usd": {
          "m5": "27348.0382457034",
          "h1": "700714.202251254",
          "h6": "1990421.08032111",
          "h24": "4444256.88746988"
        },
        "reserve_in_usd": "434717.3773"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3TdsyqMn2sCqxEFf9B8hATCrMEW1Xh2thUTs7fpr2Rur",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0566965216761585",
        "base_token_price_native_currency": "0.000298488054955945761450747",
        "quote_token_price_usd": "177.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00029849",
        "quote_token_price_base_token": "3350.22",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "54090640",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.42",
          "h1": "13.95",
          "h6": "28.06",
          "h24": "18.25"
        },
        "transactions": {
          "m5": {
            "buys": 30,
            "sells": 26,
            "buyers": 27,
            "sellers": 26
          },
          "m15": {
            "buys": 147,
            "sells": 147,
            "buyers": 132,
            "sellers": 122
          },
          "m30": {
            "buys": 261,
            "sells": 233,
            "buyers": 216,
            "sellers": 181
          },
          "h1": {
            "buys": 713,
            "sells": 621,
            "buyers": 500,
            "sellers": 373
          },
          "h24": {
            "buys": 12024,
            "sells": 8819,
            "buyers": 3958,
            "sellers": 3180
          }
        },
        "volume_usd": {
          "m5": "49589.2658039506",
          "h1": "843600.951483967",
          "h6": "3547875.23049436",
          "h24": "11447318.3773529"
        },
        "reserve_in_usd": "1118866.0103"
      },
      "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"
          }
        }
      }
    }
  ]
}

Varför Web3-projekt använder CoinGecko

”CoinGeckos DEX API ger oss en snabb, mycket exakt och robust källa till DEX-kursdata. De har bred datatäckning, är enkla att använda och mycket tillförlitliga. CoinGeckos DEX API har blivit en av våra många viktiga DEX-kursflöden som Supra använder för att samla in data från decentraliserade börser.”
"CoinGeckos DEX API har blivit en integrerad del av vår utvecklingsprocess och hanterar skickligt många mindre uppgifter som vi helt enkelt inte har kapacitet att hantera. Detta har avsevärt effektiviserat vårt arbetsflöde så att vi kan fokusera på kärnutveckling."
"CoinGeckos DEX API har bred täckning, stödjer det största antalet kedjor och har hög tillgänglighet."

Vanliga frågor

Maxa ditt projekt
med CoinGecko API

Lås upp fler möjligheter med tillförlitliga, korrekta och heltäckande kryptoprisdata.

Missa aldrig en uppdatering!

Prenumerera på vårt API-nyhetsbrev för att få det senaste inom produktnyheter, slutpunktsuppdateringar och inspirerande community-innehåll.
Välj valuta
Föreslagna valutor
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
Fiat valutor
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
Kryptovalutor
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-enheter
BITS
Bits
SATS
Satoshi
Råvaror
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Välj språk
Populära språk
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Alla språk
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
繁體中文
Logga in för att enkelt spåra dina favoritmynt 🚀
Genom att fortsätta godkänner du CoinGeckos användarvillkor och bekräftar att du har läst vår sekretesspolicy
eller
Glömt ditt lösenord?
Fick du inga bekräftelseinstruktioner?
Skicka instruktioner för att bekräfta konto igen
IT’S FREE! Med CoinGecko är det superenkelt att spåra dina favoritmynt 🚀
Genom att fortsätta godkänner du CoinGeckos användarvillkor och bekräftar att du har läst vår sekretesspolicy
eller
Lösenordet måste innehålla åtminstone 8 tecken inklusive 1 stor bokstav, 1 liten bokstav, 1 siffra och 1 specialtecken
Fick du inga bekräftelseinstruktioner?
Skicka instruktioner för att bekräfta konto igen
Glömt ditt lösenord?
Du kommer få epost med instruktioner för hur du kan återställa ditt lösenord inom några minuter.
Skicka instruktioner för att bekräfta konto igen
Du kommer att få epost med instruktioner om hur du kan bekräfta ditt konto inom några minuter.
Skaffa CoinGecko-appen.
Skanna den här QR-koden för att hämta appen nu App QR Code Eller kolla in den i appbutikerna
coingecko
Fortsätt i appen
Spåra priser i realtid
Öppna appen