Kryptovalutor: 17 141
Handel: 1 293
Börsvärde: 2,769T $ 1.6%
24h vol: 107,522B $
Gas: 0.466 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.
6M+
Mynt och tokens
200+
Nätverk
1 000+
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.998584363956841",
      "base_token_price_native_currency": "0.000546667474503187",
      "quote_token_price_usd": "1821.49",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005466674745",
      "quote_token_price_base_token": "1829.265589486",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3194438909.1777",
      "market_cap_usd": "3206206352.16208",
      "price_change_percentage": {
        "m5": "-0.14",
        "m15": "-0.17",
        "m30": "-0.23",
        "h1": "-0.34",
        "h6": "-0.32",
        "h24": "-0.07"
      },
      "transactions": {
        "m5": {
          "buys": 2,
          "sells": 2,
          "buyers": 2,
          "sellers": 2
        },
        "m15": {
          "buys": 5,
          "sells": 4,
          "buyers": 5,
          "sellers": 3
        },
        "m30": {
          "buys": 6,
          "sells": 6,
          "buyers": 5,
          "sellers": 4
        },
        "h1": {
          "buys": 14,
          "sells": 15,
          "buyers": 11,
          "sellers": 9
        },
        "h6": {
          "buys": 118,
          "sells": 145,
          "buyers": 63,
          "sellers": 79
        },
        "h24": {
          "buys": 561,
          "sells": 651,
          "buyers": 211,
          "sellers": 232
        }
      },
      "volume_usd": {
        "m5": "1597.2173446886",
        "m15": "3037.7152623025",
        "m30": "3920.2458999505",
        "h1": "16252.1914356227",
        "h6": "154728.431446374",
        "h24": "1074880.28256948"
      },
      "reserve_in_usd": "2236344.2764",
      "locked_liquidity_percentage": null
    },
    "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": "solana_Cey9E5WixJCre9qa3nwBB2SZKjPF1PEbh94ingxFeBrs",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "263.36396316715",
        "base_token_price_native_currency": "2.12507409256195",
        "quote_token_price_usd": "124.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "2.1250740926",
        "quote_token_price_base_token": "0.4705718278",
        "address": "Cey9E5WixJCre9qa3nwBB2SZKjPF1PEbh94ingxFeBrs",
        "name": "GOHOME / SOL",
        "pool_created_at": "2025-01-23T15:23:27Z",
        "fdv_usd": "2633577262.27389",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.41",
          "m15": "0.33",
          "m30": "-0.38",
          "h1": "-0.46",
          "h6": "-0.4",
          "h24": "-2.29"
        },
        "transactions": {
          "m5": {
            "buys": 17,
            "sells": 9,
            "buyers": 17,
            "sellers": 9
          },
          "m15": {
            "buys": 37,
            "sells": 28,
            "buyers": 28,
            "sellers": 19
          },
          "m30": {
            "buys": 73,
            "sells": 64,
            "buyers": 47,
            "sellers": 36
          },
          "h1": {
            "buys": 137,
            "sells": 121,
            "buyers": 81,
            "sellers": 74
          },
          "h6": {
            "buys": 758,
            "sells": 727,
            "buyers": 425,
            "sellers": 411
          },
          "h24": {
            "buys": 3735,
            "sells": 3548,
            "buyers": 2372,
            "sellers": 2273
          }
        },
        "volume_usd": {
          "m5": "5469.4218668729",
          "m15": "15801.4384008558",
          "m30": "31417.71718379",
          "h1": "59876.6437811214",
          "h6": "337026.621901896",
          "h24": "1163417.00328186"
        },
        "reserve_in_usd": "933589.8115"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2Wu1g2ft7qZHfTpfzP3wLdfPeV1is4EwQ3CXBfRYAciD",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_3YRRDA9hNkPcYtjqS8Kjp8MHGgS3k88WZiktYnuwCvvM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.76540892207132",
        "base_token_price_native_currency": "0.0147235510438123",
        "quote_token_price_usd": "124.41",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01472355104",
        "quote_token_price_base_token": "67.918398016",
        "address": "3YRRDA9hNkPcYtjqS8Kjp8MHGgS3k88WZiktYnuwCvvM",
        "name": "TNFT / SOL",
        "pool_created_at": "2025-03-30T14:23:35Z",
        "fdv_usd": "1765408922.07132",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.47",
          "m15": "10.48",
          "m30": "-25.61",
          "h1": "-64.84",
          "h6": "-62.93",
          "h24": "-62.05"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m15": {
            "buys": 21,
            "sells": 12,
            "buyers": 6,
            "sellers": 7
          },
          "m30": {
            "buys": 33,
            "sells": 19,
            "buyers": 13,
            "sellers": 12
          },
          "h1": {
            "buys": 71,
            "sells": 34,
            "buyers": 26,
            "sellers": 18
          },
          "h6": {
            "buys": 180,
            "sells": 110,
            "buyers": 53,
            "sellers": 40
          },
          "h24": {
            "buys": 1256,
            "sells": 948,
            "buyers": 292,
            "sellers": 171
          }
        },
        "volume_usd": {
          "m5": "12.7765430473",
          "m15": "159.5213220958",
          "m30": "701.3376008238",
          "h1": "1727.248059965",
          "h6": "4146.944322013",
          "h24": "40328.034355819"
        },
        "reserve_in_usd": "1461.5416"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_A7hH5nUroq18nptYfomZBVp338bapvVCAM83hgVLny5W",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x84bd3788564261dbac32876b3b76c19c8ca6e1fa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000804471562430701",
        "base_token_price_native_currency": "0.000000133144412402756",
        "quote_token_price_usd": "604.76",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001331444124",
        "quote_token_price_base_token": "7510641.8809003",
        "address": "0x84bd3788564261dbac32876b3b76c19c8ca6e1fa",
        "name": "BOBHAT / WBNB",
        "pool_created_at": "2025-03-31T07:59:41Z",
        "fdv_usd": "80447.1562430701",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.53",
          "m15": "-6.79",
          "m30": "-37.63",
          "h1": "-52.61",
          "h6": "71.32",
          "h24": "3636.94"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m15": {
            "buys": 22,
            "sells": 15,
            "buyers": 19,
            "sellers": 14
          },
          "m30": {
            "buys": 64,
            "sells": 50,
            "buyers": 48,
            "sellers": 42
          },
          "h1": {
            "buys": 114,
            "sells": 82,
            "buyers": 70,
            "sellers": 60
          },
          "h6": {
            "buys": 605,
            "sells": 405,
            "buyers": 319,
            "sellers": 245
          },
          "h24": {
            "buys": 2500,
            "sells": 1821,
            "buyers": 1115,
            "sellers": 892
          }
        },
        "volume_usd": {
          "m5": "77.9982976534",
          "m15": "4281.5908796217",
          "m30": "21691.4662297254",
          "h1": "47179.2741399022",
          "h6": "274512.451883695",
          "h24": "872562.129981312"
        },
        "reserve_in_usd": "20528.698"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x13ce066b9f53233224c731bf944b28f4d5ef01d3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x377feeed4820b3b28d1ab429509e7a0789824fca",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00615698461074413",
        "base_token_price_native_currency": "0.00000339032584661813",
        "quote_token_price_usd": "1821.49",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003390325847",
        "quote_token_price_base_token": "294956.899496108",
        "address": "0x377feeed4820b3b28d1ab429509e7a0789824fca",
        "name": "KEYCAT / WETH",
        "pool_created_at": "2024-03-26T02:40:03Z",
        "fdv_usd": "61568999.3294528",
        "market_cap_usd": "61747208.1",
        "price_change_percentage": {
          "m5": "-0.29",
          "m15": "-0.39",
          "m30": "-0.75",
          "h1": "0.88",
          "h6": "4.2",
          "h24": "31.7"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 7,
            "buyers": 2,
            "sellers": 7
          },
          "m15": {
            "buys": 23,
            "sells": 48,
            "buyers": 18,
            "sellers": 35
          },
          "m30": {
            "buys": 32,
            "sells": 115,
            "buyers": 22,
            "sellers": 76
          },
          "h1": {
            "buys": 49,
            "sells": 222,
            "buyers": 28,
            "sellers": 140
          },
          "h6": {
            "buys": 571,
            "sells": 867,
            "buyers": 307,
            "sellers": 407
          },
          "h24": {
            "buys": 2917,
            "sells": 3030,
            "buyers": 1080,
            "sellers": 999
          }
        },
        "volume_usd": {
          "m5": "1229.913029309",
          "m15": "26997.61864194",
          "m30": "51741.5022193415",
          "h1": "89836.8977190834",
          "h6": "804019.311619754",
          "h24": "3490536.30357486"
        },
        "reserve_in_usd": "1601955.2028"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x9a26f5433671751c3276a065f57e5a02d2817973",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x9f1350f9db56c3f2449453a5feca918b55538695",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000000208993407455724",
        "base_token_price_native_currency": "0.00000000000115071125414135",
        "quote_token_price_usd": "1821.49",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000001150711254",
        "quote_token_price_base_token": "869027739496.813",
        "address": "0x9f1350f9db56c3f2449453a5feca918b55538695",
        "name": "TRUMP / WETH",
        "pool_created_at": "2025-03-22T09:57:33Z",
        "fdv_usd": "254757.724068353",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-8.62",
          "m15": "16.77",
          "m30": "19.28",
          "h1": "23.06",
          "h6": "16.15",
          "h24": "-26.27"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 4,
            "buyers": 6,
            "sellers": 4
          },
          "m15": {
            "buys": 21,
            "sells": 8,
            "buyers": 21,
            "sellers": 8
          },
          "m30": {
            "buys": 34,
            "sells": 21,
            "buyers": 34,
            "sellers": 21
          },
          "h1": {
            "buys": 57,
            "sells": 49,
            "buyers": 57,
            "sellers": 49
          },
          "h6": {
            "buys": 304,
            "sells": 290,
            "buyers": 300,
            "sellers": 290
          },
          "h24": {
            "buys": 980,
            "sells": 711,
            "buyers": 962,
            "sellers": 711
          }
        },
        "volume_usd": {
          "m5": "5707.2274529045",
          "m15": "14906.6625252114",
          "m30": "29146.2351111486",
          "h1": "53060.5130736612",
          "h6": "294856.502961351",
          "h24": "767465.295493371"
        },
        "reserve_in_usd": "101452.7315"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x1f5ae26f204832349f1fdf625f96311d0f7514ab",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xade9bcd4b968ee26bed102dd43a55f6a8c2416df",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00135883205245235",
        "base_token_price_native_currency": "0.00000074632015576378",
        "quote_token_price_usd": "1821.62",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000007463201558",
        "quote_token_price_base_token": "1339907.53469147",
        "address": "0xade9bcd4b968ee26bed102dd43a55f6a8c2416df",
        "name": "doginme / WETH 1%",
        "pool_created_at": "2024-02-04T23:35:17Z",
        "fdv_usd": "91883323.9057281",
        "market_cap_usd": "91637624.1417495",
        "price_change_percentage": {
          "m5": "0.31",
          "m15": "0.34",
          "m30": "1.28",
          "h1": "0.24",
          "h6": "14.71",
          "h24": "61.46"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 10,
            "buyers": 1,
            "sellers": 7
          },
          "m15": {
            "buys": 7,
            "sells": 33,
            "buyers": 6,
            "sellers": 22
          },
          "m30": {
            "buys": 14,
            "sells": 41,
            "buyers": 11,
            "sellers": 27
          },
          "h1": {
            "buys": 32,
            "sells": 47,
            "buyers": 23,
            "sellers": 31
          },
          "h6": {
            "buys": 263,
            "sells": 376,
            "buyers": 148,
            "sellers": 175
          },
          "h24": {
            "buys": 1358,
            "sells": 1194,
            "buyers": 639,
            "sellers": 529
          }
        },
        "volume_usd": {
          "m5": "7733.2447727067",
          "m15": "27497.9672698264",
          "m30": "41402.6902444013",
          "h1": "65245.6680994876",
          "h6": "596405.651783346",
          "h24": "2723496.76291252"
        },
        "reserve_in_usd": "6204217.0083"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x6921b130d297cc43754afba22e5eac0fbf8db75b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DUjFqjqJ69pSRQhGcZetD5QCaLANYY12TBWVFcpQXvKu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00808588656216974",
        "base_token_price_native_currency": "0.0000648606799318026",
        "quote_token_price_usd": "124.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006486067993",
        "quote_token_price_base_token": "15417.6613789964",
        "address": "DUjFqjqJ69pSRQhGcZetD5QCaLANYY12TBWVFcpQXvKu",
        "name": "Buckazoids / SOL",
        "pool_created_at": "2025-03-28T03:07:32Z",
        "fdv_usd": "8085886.56216974",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "7.45",
          "m15": "10.83",
          "m30": "-1.45",
          "h1": "14.88",
          "h6": "31.16",
          "h24": "415.2"
        },
        "transactions": {
          "m5": {
            "buys": 72,
            "sells": 121,
            "buyers": 57,
            "sellers": 82
          },
          "m15": {
            "buys": 223,
            "sells": 289,
            "buyers": 160,
            "sellers": 207
          },
          "m30": {
            "buys": 515,
            "sells": 467,
            "buyers": 303,
            "sellers": 328
          },
          "h1": {
            "buys": 1027,
            "sells": 1003,
            "buyers": 565,
            "sellers": 581
          },
          "h6": {
            "buys": 6171,
            "sells": 5093,
            "buyers": 2388,
            "sellers": 2371
          },
          "h24": {
            "buys": 18891,
            "sells": 17208,
            "buyers": 5857,
            "sellers": 6047
          }
        },
        "volume_usd": {
          "m5": "28040.1947563142",
          "m15": "87311.1184632968",
          "m30": "165249.4575327",
          "h1": "393533.878642507",
          "h6": "2545684.98041738",
          "h24": "8007288.49874807"
        },
        "reserve_in_usd": "471850.2721"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BQQzEvYT4knThhkSPBvSKBLg1LEczisWLhx5ydJipump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_D6Rgz1JG2syjsTXGaSAZ39cLffWL4TfabEAAnJHGRrZC",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00978241702444083",
        "base_token_price_native_currency": "0.0000787419861072451",
        "quote_token_price_usd": "124.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007874198611",
        "quote_token_price_base_token": "12699.7050676118",
        "address": "D6Rgz1JG2syjsTXGaSAZ39cLffWL4TfabEAAnJHGRrZC",
        "name": "RFC / SOL",
        "pool_created_at": "2025-03-25T01:07:20Z",
        "fdv_usd": "9781169.99801601",
        "market_cap_usd": "9348516.28346043",
        "price_change_percentage": {
          "m5": "0.6",
          "m15": "-1.53",
          "m30": "-7.23",
          "h1": "-13.34",
          "h6": "4.65",
          "h24": "242.35"
        },
        "transactions": {
          "m5": {
            "buys": 21,
            "sells": 10,
            "buyers": 18,
            "sellers": 7
          },
          "m15": {
            "buys": 92,
            "sells": 50,
            "buyers": 51,
            "sellers": 38
          },
          "m30": {
            "buys": 186,
            "sells": 89,
            "buyers": 92,
            "sellers": 62
          },
          "h1": {
            "buys": 454,
            "sells": 292,
            "buyers": 164,
            "sellers": 150
          },
          "h6": {
            "buys": 3110,
            "sells": 3016,
            "buyers": 906,
            "sellers": 997
          },
          "h24": {
            "buys": 31229,
            "sells": 28559,
            "buyers": 7206,
            "sellers": 7631
          }
        },
        "volume_usd": {
          "m5": "8704.758799353",
          "m15": "33924.8924072831",
          "m30": "67724.2980941313",
          "h1": "160094.703451024",
          "h6": "1152606.78488107",
          "h24": "19171036.1397965"
        },
        "reserve_in_usd": "506021.6451"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_C3DwDjT17gDvvCYC2nsdGHxDHVmQRdhKfpAdqQ29pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x11dbd3915ec2a933cdd2f9f3acf03507190a258a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00231835434364482",
        "base_token_price_native_currency": "0.00000383594338939931",
        "quote_token_price_usd": "604.76",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003835943389",
        "quote_token_price_base_token": "260692.064112186",
        "address": "0x11dbd3915ec2a933cdd2f9f3acf03507190a258a",
        "name": "4444 / WBNB",
        "pool_created_at": "2025-03-31T11:27:15Z",
        "fdv_usd": "2318354.34364482",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "7.99",
          "m15": "-8.3",
          "m30": "-15",
          "h1": "-22.77",
          "h6": "-35.23",
          "h24": "3287.24"
        },
        "transactions": {
          "m5": {
            "buys": 89,
            "sells": 67,
            "buyers": 73,
            "sellers": 63
          },
          "m15": {
            "buys": 315,
            "sells": 241,
            "buyers": 231,
            "sellers": 199
          },
          "m30": {
            "buys": 507,
            "sells": 408,
            "buyers": 328,
            "sellers": 309
          },
          "h1": {
            "buys": 767,
            "sells": 642,
            "buyers": 477,
            "sellers": 479
          },
          "h6": {
            "buys": 3986,
            "sells": 3008,
            "buyers": 1757,
            "sellers": 1655
          },
          "h24": {
            "buys": 29063,
            "sells": 24033,
            "buyers": 8785,
            "sellers": 7228
          }
        },
        "volume_usd": {
          "m5": "34989.8345085626",
          "m15": "164572.231408678",
          "m30": "295316.330586931",
          "h1": "439486.316465239",
          "h6": "2172279.96922202",
          "h24": "16465166.556749"
        },
        "reserve_in_usd": "200136.7897"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x661af369690a8f5591cc0df7d581c83d1a6e4444",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Gj5t6KjTw3gWW7SrMHEi1ojCkaYHyvLwb17gktf96HNH",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00463555782327601",
        "base_token_price_native_currency": "0.0000364545957038686",
        "quote_token_price_usd": "124.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000364545957",
        "quote_token_price_base_token": "27431.3836346806",
        "address": "Gj5t6KjTw3gWW7SrMHEi1ojCkaYHyvLwb17gktf96HNH",
        "name": "House / SOL",
        "pool_created_at": "2025-03-24T17:16:11Z",
        "fdv_usd": "4635557.82327601",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.51",
          "m15": "-4.83",
          "m30": "3.97",
          "h1": "-28.87",
          "h6": "-13.87",
          "h24": "151760.53"
        },
        "transactions": {
          "m5": {
            "buys": 52,
            "sells": 99,
            "buyers": 37,
            "sellers": 72
          },
          "m15": {
            "buys": 311,
            "sells": 313,
            "buyers": 186,
            "sellers": 197
          },
          "m30": {
            "buys": 537,
            "sells": 560,
            "buyers": 312,
            "sellers": 303
          },
          "h1": {
            "buys": 1394,
            "sells": 1161,
            "buyers": 614,
            "sellers": 592
          },
          "h6": {
            "buys": 15538,
            "sells": 12010,
            "buyers": 4742,
            "sellers": 3945
          },
          "h24": {
            "buys": 33313,
            "sells": 26331,
            "buyers": 8957,
            "sellers": 6937
          }
        },
        "volume_usd": {
          "m5": "18619.7763612724",
          "m15": "133276.279685994",
          "m30": "226262.950907703",
          "h1": "536669.746526074",
          "h6": "6580901.4454612",
          "h24": "14113261.6654351"
        },
        "reserve_in_usd": "249251.2213"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_DitHyRMQiSDhn5cnKMJV2CDDt6sVct96YrECiM49pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x76c0106bba123e9b32770b2b34b6d13bf4cfa933",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00248382639797939",
        "base_token_price_native_currency": "0.00000139189273261785",
        "quote_token_price_usd": "1820.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001391892733",
        "quote_token_price_base_token": "718446.167988259",
        "address": "0x76c0106bba123e9b32770b2b34b6d13bf4cfa933",
        "name": "CLIZA / WETH 1%",
        "pool_created_at": "2025-03-10T13:09:03Z",
        "fdv_usd": "2422843.39356832",
        "market_cap_usd": "2042847.77904292",
        "price_change_percentage": {
          "m5": "-2.09",
          "m15": "-2.06",
          "m30": "-0.41",
          "h1": "-0.77",
          "h6": "-5.32",
          "h24": "-26.21"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 6,
            "sells": 5,
            "buyers": 6,
            "sellers": 5
          },
          "m30": {
            "buys": 9,
            "sells": 12,
            "buyers": 9,
            "sellers": 12
          },
          "h1": {
            "buys": 22,
            "sells": 22,
            "buyers": 18,
            "sellers": 21
          },
          "h6": {
            "buys": 186,
            "sells": 128,
            "buyers": 110,
            "sellers": 88
          },
          "h24": {
            "buys": 1278,
            "sells": 1011,
            "buyers": 446,
            "sellers": 419
          }
        },
        "volume_usd": {
          "m5": "145.0057916103",
          "m15": "1699.213039062",
          "m30": "3205.5356420791",
          "h1": "11142.4308335139",
          "h6": "60685.1813981815",
          "h24": "639610.048839503"
        },
        "reserve_in_usd": "521789.4773"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x290f057a2c59b95d8027aa4abf31782676502071",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_58fzJMbX5PatnfJPqWWsqkVFPRKptkbb5r2vCw4Qq3z9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0467043215474555",
        "base_token_price_native_currency": "0.00037568939737003",
        "quote_token_price_usd": "124.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003756893974",
        "quote_token_price_base_token": "2661.773281334",
        "address": "58fzJMbX5PatnfJPqWWsqkVFPRKptkbb5r2vCw4Qq3z9",
        "name": "VINE / SOL",
        "pool_created_at": "2025-01-23T00:22:43Z",
        "fdv_usd": "46703616.3750609",
        "market_cap_usd": "47208505.7743399",
        "price_change_percentage": {
          "m5": "-1.26",
          "m15": "-0.04",
          "m30": "-1.34",
          "h1": "2.76",
          "h6": "-2.17",
          "h24": "38.31"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 40,
            "buyers": 7,
            "sellers": 24
          },
          "m15": {
            "buys": 36,
            "sells": 89,
            "buyers": 25,
            "sellers": 52
          },
          "m30": {
            "buys": 79,
            "sells": 158,
            "buyers": 45,
            "sellers": 79
          },
          "h1": {
            "buys": 272,
            "sells": 343,
            "buyers": 133,
            "sellers": 146
          },
          "h6": {
            "buys": 1046,
            "sells": 1137,
            "buyers": 394,
            "sellers": 456
          },
          "h24": {
            "buys": 10211,
            "sells": 10462,
            "buyers": 1828,
            "sellers": 1751
          }
        },
        "volume_usd": {
          "m5": "14763.7017114516",
          "m15": "42839.7028684147",
          "m30": "90596.7172818396",
          "h1": "324109.624830428",
          "h6": "909986.458219995",
          "h24": "10804459.2351878"
        },
        "reserve_in_usd": "2938843.3438"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6AJcP7wuLwmRYLBNbi825wgguaPsWzPBEHcHndpRpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4p4GEsRtSkWeyQawRyPbAC6Sh3yAbiadQKt7kJww2dmS",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00191667655112377",
        "base_token_price_native_currency": "0.0000153703743406382",
        "quote_token_price_usd": "124.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001537037434",
        "quote_token_price_base_token": "65060.2241583713",
        "address": "4p4GEsRtSkWeyQawRyPbAC6Sh3yAbiadQKt7kJww2dmS",
        "name": "Grok / SOL",
        "pool_created_at": "2025-03-29T05:12:29Z",
        "fdv_usd": "1916676.55112377",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.51",
          "m15": "-4.54",
          "m30": "-10.65",
          "h1": "-13.4",
          "h6": "-5.73",
          "h24": "39.07"
        },
        "transactions": {
          "m5": {
            "buys": 35,
            "sells": 49,
            "buyers": 33,
            "sellers": 31
          },
          "m15": {
            "buys": 163,
            "sells": 132,
            "buyers": 101,
            "sellers": 101
          },
          "m30": {
            "buys": 311,
            "sells": 256,
            "buyers": 168,
            "sellers": 192
          },
          "h1": {
            "buys": 519,
            "sells": 441,
            "buyers": 286,
            "sellers": 297
          },
          "h6": {
            "buys": 3140,
            "sells": 2752,
            "buyers": 1529,
            "sellers": 1397
          },
          "h24": {
            "buys": 24546,
            "sells": 20700,
            "buyers": 7879,
            "sellers": 7965
          }
        },
        "volume_usd": {
          "m5": "14688.8942146524",
          "m15": "56157.6222699848",
          "m30": "105896.058245197",
          "h1": "170010.462975283",
          "h6": "1013873.54828709",
          "h24": "9125793.68190572"
        },
        "reserve_in_usd": "222161.6298"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6mmEpBUYdfNdWN4nByn1uuN7pry5SZKsaBp3Ea23pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x4b0aaf3ebb163dd45f663b38b6d93f6093ebc2d3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000292000125427865",
        "base_token_price_native_currency": "0.000000159881022658731",
        "quote_token_price_usd": "1826.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001598810227",
        "quote_token_price_base_token": "6254651.01092403",
        "address": "0x4b0aaf3ebb163dd45f663b38b6d93f6093ebc2d3",
        "name": "TOSHI / WETH 1%",
        "pool_created_at": "2023-11-06T23:43:21Z",
        "fdv_usd": "122840736.186273",
        "market_cap_usd": "122841532.754526",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.23",
          "m30": "0.23",
          "h1": "0.16",
          "h6": "-2.27",
          "h24": "-1.47"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m30": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "h1": {
            "buys": 9,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "h6": {
            "buys": 41,
            "sells": 39,
            "buyers": 7,
            "sellers": 23
          },
          "h24": {
            "buys": 391,
            "sells": 196,
            "buyers": 67,
            "sellers": 68
          }
        },
        "volume_usd": {
          "m5": "0.9933622985",
          "m15": "12.6030641961",
          "m30": "12.6030641961",
          "h1": "18.3798965106",
          "h6": "8657.5352703005",
          "h24": "91166.1079046231"
        },
        "reserve_in_usd": "1953621.7174"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xac1bd2486aaf3b5c0fc3fd868558b082a531b2b4",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_J3JeorQjFNLpP1Te1shKDs2CGnqVma1iaxJxPKUaCxKh",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00226176467885411",
        "base_token_price_native_currency": "0.0000180502054824",
        "quote_token_price_usd": "124.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001805020548",
        "quote_token_price_base_token": "55401.031360837",
        "address": "J3JeorQjFNLpP1Te1shKDs2CGnqVma1iaxJxPKUaCxKh",
        "name": "COUNTRY / SOL",
        "pool_created_at": "2025-03-31T17:00:45Z",
        "fdv_usd": "2261764.67885411",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-18.36",
          "m15": "-30.46",
          "m30": "-17.15",
          "h1": "-23.64",
          "h6": "-1.95",
          "h24": "3943.53"
        },
        "transactions": {
          "m5": {
            "buys": 444,
            "sells": 260,
            "buyers": 224,
            "sellers": 184
          },
          "m15": {
            "buys": 993,
            "sells": 625,
            "buyers": 412,
            "sellers": 371
          },
          "m30": {
            "buys": 1743,
            "sells": 1410,
            "buyers": 662,
            "sellers": 619
          },
          "h1": {
            "buys": 3793,
            "sells": 3141,
            "buyers": 1280,
            "sellers": 1202
          },
          "h6": {
            "buys": 55131,
            "sells": 41142,
            "buyers": 10438,
            "sellers": 9199
          },
          "h24": {
            "buys": 69313,
            "sells": 54261,
            "buyers": 13975,
            "sellers": 11377
          }
        },
        "volume_usd": {
          "m5": "138557.749299943",
          "m15": "268319.96587901",
          "m30": "428784.848719485",
          "h1": "986111.170320447",
          "h6": "18265210.7854896",
          "h24": "22723513.004215"
        },
        "reserve_in_usd": "181496.115"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_A8JBhB6t8ktie5FcX2wqieQfQFJ34JyPZYvGVE3Ypump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x5116773e18a9c7bb03ebb961b38678e45e238923",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000990412554548127",
        "base_token_price_native_currency": "0.0000000555089503017204",
        "quote_token_price_usd": "1820.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000555089503",
        "quote_token_price_base_token": "18015112.7802719",
        "address": "0x5116773e18a9c7bb03ebb961b38678e45e238923",
        "name": "DRB / WETH 1%",
        "pool_created_at": "2025-03-07T09:58:57Z",
        "fdv_usd": "9903193.31058296",
        "market_cap_usd": "10146714.4",
        "price_change_percentage": {
          "m5": "-0.19",
          "m15": "-2.38",
          "m30": "-0.58",
          "h1": "-2.28",
          "h6": "-6.08",
          "h24": "-15.48"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 6,
            "sells": 2,
            "buyers": 6,
            "sellers": 2
          },
          "m30": {
            "buys": 10,
            "sells": 15,
            "buyers": 7,
            "sellers": 14
          },
          "h1": {
            "buys": 30,
            "sells": 28,
            "buyers": 20,
            "sellers": 24
          },
          "h6": {
            "buys": 204,
            "sells": 190,
            "buyers": 93,
            "sellers": 106
          },
          "h24": {
            "buys": 1102,
            "sells": 782,
            "buyers": 378,
            "sellers": 371
          }
        },
        "volume_usd": {
          "m5": "965.931858393",
          "m15": "1095.1155786337",
          "m30": "4766.4081815613",
          "h1": "16882.6531434909",
          "h6": "158854.295105899",
          "h24": "961116.433185512"
        },
        "reserve_in_usd": "976567.5896"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",
            "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": "base_0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.435842065615293",
        "base_token_price_native_currency": "0.000239981079674678112057104538988393273210157",
        "quote_token_price_usd": "0.998377129110217",
        "quote_token_price_native_currency": "0.000548071018714231",
        "base_token_price_quote_token": "0.4378649326",
        "quote_token_price_base_token": "2.283809288",
        "address": "0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
        "name": "AERO / USDC",
        "pool_created_at": "2023-09-07T22:50:55Z",
        "fdv_usd": "680256220.638723",
        "market_cap_usd": "349954029.628084",
        "price_change_percentage": {
          "m5": "-0.08",
          "m15": "-0.03",
          "m30": "-0.1",
          "h1": "-0.29",
          "h6": "-1.36",
          "h24": "-5.26"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 30,
            "buyers": 6,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 105,
            "buyers": 12,
            "sellers": 2
          },
          "m30": {
            "buys": 3,
            "sells": 199,
            "buyers": 25,
            "sellers": 2
          },
          "h1": {
            "buys": 4,
            "sells": 398,
            "buyers": 42,
            "sellers": 3
          },
          "h6": {
            "buys": 327,
            "sells": 2368,
            "buyers": 189,
            "sellers": 119
          },
          "h24": {
            "buys": 2433,
            "sells": 11126,
            "buyers": 1026,
            "sellers": 489
          }
        },
        "volume_usd": {
          "m5": "599.779628245",
          "m15": "1286.2020920575",
          "m30": "2889.5159485456",
          "h1": "6058.5351462821",
          "h6": "413208.513683669",
          "h24": "3923184.08946816"
        },
        "reserve_in_usd": "52177871.8327"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x940181a94a35a4569e4529a3cdfb74e38fd98631",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xd9edc75a3a797ec92ca370f19051babebfb2edee",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.165037591412481",
        "base_token_price_native_currency": "0.0000905702290541992",
        "quote_token_price_usd": "1821.49",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00009057022905",
        "quote_token_price_base_token": "11041.1556914754",
        "address": "0xd9edc75a3a797ec92ca370f19051babebfb2edee",
        "name": "KTA / WETH",
        "pool_created_at": "2025-03-05T18:32:49Z",
        "fdv_usd": "165037582.646173",
        "market_cap_usd": "65473197.76",
        "price_change_percentage": {
          "m5": "0.75",
          "m15": "3.69",
          "m30": "3.58",
          "h1": "3.27",
          "h6": "31.26",
          "h24": "18.69"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 14,
            "buyers": 8,
            "sellers": 9
          },
          "m15": {
            "buys": 21,
            "sells": 33,
            "buyers": 17,
            "sellers": 20
          },
          "m30": {
            "buys": 59,
            "sells": 43,
            "buyers": 44,
            "sellers": 29
          },
          "h1": {
            "buys": 101,
            "sells": 76,
            "buyers": 76,
            "sellers": 50
          },
          "h6": {
            "buys": 292,
            "sells": 406,
            "buyers": 176,
            "sellers": 217
          },
          "h24": {
            "buys": 851,
            "sells": 927,
            "buyers": 440,
            "sellers": 406
          }
        },
        "volume_usd": {
          "m5": "4176.5077061889",
          "m15": "72941.3576568602",
          "m30": "96343.813756693",
          "h1": "175358.072622551",
          "h6": "987187.172031804",
          "h24": "2416434.37510874"
        },
        "reserve_in_usd": "5325816.2259"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xc0634090f2fe6c6d75e61be2b949464abb498973",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_D5FERBZNXA2KGMnCY9LMcPbHXadTCpHDtBQsGNcLzAky",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000634198569918765",
        "base_token_price_native_currency": "0.00000507581227114289",
        "quote_token_price_usd": "124.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005075812271",
        "quote_token_price_base_token": "197012.802401149",
        "address": "D5FERBZNXA2KGMnCY9LMcPbHXadTCpHDtBQsGNcLzAky",
        "name": "pleb / SOL",
        "pool_created_at": "2025-03-28T23:33:50Z",
        "fdv_usd": "634191.394227253",
        "market_cap_usd": "636686.94437895",
        "price_change_percentage": {
          "m5": "0.49",
          "m15": "-13.67",
          "m30": "-15.61",
          "h1": "-21.18",
          "h6": "-52.25",
          "h24": "-73.61"
        },
        "transactions": {
          "m5": {
            "buys": 99,
            "sells": 66,
            "buyers": 72,
            "sellers": 60
          },
          "m15": {
            "buys": 290,
            "sells": 208,
            "buyers": 169,
            "sellers": 153
          },
          "m30": {
            "buys": 500,
            "sells": 327,
            "buyers": 244,
            "sellers": 227
          },
          "h1": {
            "buys": 824,
            "sells": 630,
            "buyers": 354,
            "sellers": 377
          },
          "h6": {
            "buys": 4865,
            "sells": 4258,
            "buyers": 1655,
            "sellers": 1644
          },
          "h24": {
            "buys": 18933,
            "sells": 19197,
            "buyers": 4550,
            "sellers": 4740
          }
        },
        "volume_usd": {
          "m5": "22446.9740124962",
          "m15": "72219.8843877753",
          "m30": "119241.092973955",
          "h1": "226464.868464581",
          "h6": "1470450.14409811",
          "h24": "5800797.93448066"
        },
        "reserve_in_usd": "107715.4082"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6PaVHw2HR6ybTvPMXkLcGUF2A6Hiy857k8PQXkTnpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6LBdakbTD4iixdBtEd6AwJRrnBxN35Ksg6nFL1s6XuVW",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0005348117804265",
        "base_token_price_native_currency": "0.00000430543213280896",
        "quote_token_price_usd": "124.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004305432133",
        "quote_token_price_base_token": "232264.7226",
        "address": "6LBdakbTD4iixdBtEd6AwJRrnBxN35Ksg6nFL1s6XuVW",
        "name": "dawg / SOL",
        "pool_created_at": "2025-03-19T23:08:45Z",
        "fdv_usd": "534782.650922599",
        "market_cap_usd": "533123.571685252",
        "price_change_percentage": {
          "m5": "0.27",
          "m15": "-0.92",
          "m30": "2.68",
          "h1": "-2.84",
          "h6": "-18.01",
          "h24": "-32.34"
        },
        "transactions": {
          "m5": {
            "buys": 27,
            "sells": 14,
            "buyers": 14,
            "sellers": 13
          },
          "m15": {
            "buys": 50,
            "sells": 36,
            "buyers": 30,
            "sellers": 33
          },
          "m30": {
            "buys": 114,
            "sells": 85,
            "buyers": 90,
            "sellers": 80
          },
          "h1": {
            "buys": 266,
            "sells": 209,
            "buyers": 181,
            "sellers": 168
          },
          "h6": {
            "buys": 1706,
            "sells": 1621,
            "buyers": 733,
            "sellers": 932
          },
          "h24": {
            "buys": 9129,
            "sells": 7459,
            "buyers": 3520,
            "sellers": 3060
          }
        },
        "volume_usd": {
          "m5": "2225.5857893807",
          "m15": "6263.667494038",
          "m30": "15003.7961203041",
          "h1": "42343.4443176964",
          "h6": "278709.310694572",
          "h24": "1388581.83050255"
        },
        "reserve_in_usd": "87541.2576"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3rdCUNNgj52frYdp3cJLwQ6xzJibjyjsPCtNMRUDpump",
            "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
Genom att fortsätta godkänner du CoinGecko 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
Registrera dig
Genom att fortsätta godkänner du CoinGecko 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