Kryptovalutor: 17 883
Handel: 1 508
Börsvärde: 2,278T $ 0.1%
24h vol: 63,383B $
Gas: 0.053 GWEI
Uppgradera till Premium

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

Få fullständig täckning av kryptomarknaden levererad av CoinGecko API, världens största oberoende källa för kryptodata sedan 2014.
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.
42M+
Mynt och tokens
250+
Nätverk
1 900+
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.998406748266801",
      "base_token_price_native_currency": "0.000526978749911745",
      "quote_token_price_usd": "1901.02",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005269787499",
      "quote_token_price_base_token": "1897.60972367",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_name": "DAI / WETH",
      "pool_fee_percentage": "0.05",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "4587967003.87924",
      "market_cap_usd": "4580184314.31162",
      "price_change_percentage": {
        "m5": "-0.063",
        "m15": "-0.13",
        "m30": "-0.142",
        "h1": "-0.117",
        "h6": "-0.007",
        "h24": "-0.062"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 4,
          "buyers": 0,
          "sellers": 3
        },
        "m15": {
          "buys": 1,
          "sells": 6,
          "buyers": 1,
          "sellers": 5
        },
        "m30": {
          "buys": 6,
          "sells": 7,
          "buyers": 5,
          "sellers": 6
        },
        "h1": {
          "buys": 10,
          "sells": 11,
          "buyers": 9,
          "sellers": 8
        },
        "h6": {
          "buys": 113,
          "sells": 112,
          "buyers": 67,
          "sellers": 70
        },
        "h24": {
          "buys": 508,
          "sells": 563,
          "buyers": 299,
          "sellers": 264
        }
      },
      "volume_usd": {
        "m5": "633.5308846898",
        "m15": "680.2924563648",
        "m30": "1353.8143367946",
        "h1": "2151.3485057219",
        "h6": "28354.2096196643",
        "h24": "187767.406652613"
      },
      "reserve_in_usd": "916697.0003",
      "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": "robinhood_0x2d8ce7cd731766bc5ac325eae5983a298ea92dad",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000239671768675703",
        "base_token_price_native_currency": "0.00000012691922356133",
        "quote_token_price_usd": "1898.28",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001269192236",
        "quote_token_price_base_token": "7879027.08463056",
        "address": "0x2d8ce7cd731766bc5ac325eae5983a298ea92dad",
        "name": "YODA / WETH",
        "pool_created_at": "2026-07-28T17:20:09Z",
        "fdv_usd": "239339.53",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-5.795",
          "m15": "-9.746",
          "m30": "-10.478",
          "h1": "-12.285",
          "h6": "-6.91",
          "h24": "-7.658"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 11,
            "sells": 8,
            "buyers": 6,
            "sellers": 8
          },
          "m30": {
            "buys": 27,
            "sells": 15,
            "buyers": 13,
            "sellers": 14
          },
          "h1": {
            "buys": 53,
            "sells": 28,
            "buyers": 25,
            "sellers": 23
          },
          "h6": {
            "buys": 437,
            "sells": 192,
            "buyers": 190,
            "sellers": 173
          },
          "h24": {
            "buys": 4704,
            "sells": 1952,
            "buyers": 1730,
            "sellers": 1673
          }
        },
        "volume_usd": {
          "m5": "993.6429348965",
          "m15": "2303.6190953322",
          "m30": "4592.5172747406",
          "h1": "6443.7040666881",
          "h6": "51729.5485194367",
          "h24": "373676.851865322"
        },
        "reserve_in_usd": "45231.8362"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x4c4cddb8138c97b123375cf65b0456ae877410da",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dyorswap-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4fqGoJnSEJtRMyZ1jvjTgAJKMaozMMzVpZJJ9sq1v12m",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000245596752263163634081866922848",
        "base_token_price_native_currency": "0.0000033476498247895",
        "quote_token_price_usd": "73.3711533320208",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003347649825",
        "quote_token_price_base_token": "298717.026074518",
        "address": "4fqGoJnSEJtRMyZ1jvjTgAJKMaozMMzVpZJJ9sq1v12m",
        "name": "macho / SOL",
        "pool_created_at": "2024-06-02T20:05:25Z",
        "fdv_usd": "245503.910326876",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.362",
          "m15": "-0.719",
          "m30": "-0.884",
          "h1": "9.695",
          "h6": "187.716",
          "h24": "423.245"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 8,
            "buyers": 11,
            "sellers": 8
          },
          "m15": {
            "buys": 144,
            "sells": 77,
            "buyers": 144,
            "sellers": 77
          },
          "m30": {
            "buys": 361,
            "sells": 190,
            "buyers": 351,
            "sellers": 186
          },
          "h1": {
            "buys": 801,
            "sells": 402,
            "buyers": 782,
            "sellers": 391
          },
          "h6": {
            "buys": 4955,
            "sells": 2470,
            "buyers": 4586,
            "sellers": 2304
          },
          "h24": {
            "buys": 4975,
            "sells": 2482,
            "buyers": 4596,
            "sellers": 2306
          }
        },
        "volume_usd": {
          "m5": "234.6178755238",
          "m15": "1929.1479270669",
          "m30": "5991.2214671871",
          "h1": "11660.9279117014",
          "h6": "180496.345897904",
          "h24": "187570.469627174"
        },
        "reserve_in_usd": "46148.4564"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8zFovnzXzK9JDiftGaw7wiRxARrRtvm9Lz12vJ8CZ5ZA",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7YU9JEqnmw25HFj7it1NWcAK8ySjnFoTfKzTQa48iuQc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000026845473988060986719150864207353350595583487291039997789629225",
        "base_token_price_native_currency": "0.0000000374486804",
        "quote_token_price_usd": "73.47932255646713698735332228418385351267183025",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000374486804",
        "quote_token_price_base_token": "26703210.615667",
        "address": "7YU9JEqnmw25HFj7it1NWcAK8ySjnFoTfKzTQa48iuQc",
        "name": "DOGCAT / SOL",
        "pool_created_at": "2026-07-29T01:35:41Z",
        "fdv_usd": "2664.2398140057",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "-6.225",
          "m30": "-6.396",
          "h1": "-6.461",
          "h6": "-30.424",
          "h24": "-99.846"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m30": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "h1": {
            "buys": 1,
            "sells": 6,
            "buyers": 1,
            "sellers": 6
          },
          "h6": {
            "buys": 38,
            "sells": 50,
            "buyers": 28,
            "sellers": 41
          },
          "h24": {
            "buys": 40183,
            "sells": 27680,
            "buyers": 9601,
            "sellers": 10814
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "84.3043171955",
          "m30": "84.7185813779",
          "h1": "84.7266552316",
          "h6": "1442.1025058263",
          "h24": "2770690.09820453"
        },
        "reserve_in_usd": "3136.9144"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Cbj8wDvAvbRw8McNPd7ZhUrcw8NSvsyfR4db6pL6pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x40ddb4dd313615a255c59abd1aef32ba3f2222b5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "2.49073675316063",
        "base_token_price_native_currency": "0.00435653113017211",
        "quote_token_price_usd": "573.42",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00435653113",
        "quote_token_price_base_token": "229.54042336",
        "address": "0x40ddb4dd313615a255c59abd1aef32ba3f2222b5",
        "name": "COSM / WBNB",
        "pool_created_at": "2026-07-23T15:24:34Z",
        "fdv_usd": "2497688919.5",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.784",
          "m15": "-0.413",
          "m30": "-2.794",
          "h1": "-3.01",
          "h6": "-4.07",
          "h24": "-8.748"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 0,
            "buyers": 5,
            "sellers": 0
          },
          "m15": {
            "buys": 24,
            "sells": 30,
            "buyers": 21,
            "sellers": 15
          },
          "m30": {
            "buys": 48,
            "sells": 54,
            "buyers": 43,
            "sellers": 25
          },
          "h1": {
            "buys": 77,
            "sells": 82,
            "buyers": 65,
            "sellers": 37
          },
          "h6": {
            "buys": 373,
            "sells": 419,
            "buyers": 245,
            "sellers": 164
          },
          "h24": {
            "buys": 1733,
            "sells": 1788,
            "buyers": 880,
            "sellers": 619
          }
        },
        "volume_usd": {
          "m5": "843.2719397828",
          "m15": "12159.0430542248",
          "m30": "16108.7515228039",
          "h1": "22105.6810384104",
          "h6": "115321.229507961",
          "h24": "554376.392044651"
        },
        "reserve_in_usd": "396895.3481"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x0d6ae45c96ec4df860300087462266e19140f6dc",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xb7f10f74b39291b9290b779978e19a7637c742d6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00235177919214478",
        "base_token_price_native_currency": "0.00000121422169714884",
        "quote_token_price_usd": "1898.28",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001214221697",
        "quote_token_price_base_token": "823572.830520273",
        "address": "0xb7f10f74b39291b9290b779978e19a7637c742d6",
        "name": "PIPEDOG / WETH 1%",
        "pool_created_at": "2026-07-28T20:31:52Z",
        "fdv_usd": "28437821.3998578",
        "market_cap_usd": "28437821.4355241",
        "price_change_percentage": {
          "m5": "-2.447",
          "m15": "-3.382",
          "m30": "2.936",
          "h1": "0.3",
          "h6": "3.669",
          "h24": "-30.411"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 8,
            "buyers": 5,
            "sellers": 8
          },
          "m15": {
            "buys": 93,
            "sells": 96,
            "buyers": 32,
            "sellers": 64
          },
          "m30": {
            "buys": 235,
            "sells": 137,
            "buyers": 63,
            "sellers": 90
          },
          "h1": {
            "buys": 499,
            "sells": 178,
            "buyers": 102,
            "sellers": 114
          },
          "h6": {
            "buys": 3002,
            "sells": 931,
            "buyers": 351,
            "sellers": 396
          },
          "h24": {
            "buys": 17947,
            "sells": 10640,
            "buyers": 2704,
            "sellers": 2771
          }
        },
        "volume_usd": {
          "m5": "13491.7217761558",
          "m15": "261922.837623395",
          "m30": "510413.583567231",
          "h1": "770980.050209247",
          "h6": "3994825.96594519",
          "h24": "32994352.3423273"
        },
        "reserve_in_usd": "8604883.579"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x5cb6f181081301b44905f3ae15419112ecabd8a6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0104038010376496",
        "base_token_price_native_currency": "0.00000548109304115099",
        "quote_token_price_usd": "1898.28",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005481093041",
        "quote_token_price_base_token": "182445.361261375",
        "address": "0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
        "name": "STONKBROKER / WETH 1%",
        "pool_created_at": "2026-07-18T03:50:03Z",
        "fdv_usd": "25688408.9728086",
        "market_cap_usd": "15976807.6787608",
        "price_change_percentage": {
          "m5": "-1.019",
          "m15": "-15.15",
          "m30": "-13.415",
          "h1": "-10.235",
          "h6": "1.175",
          "h24": "20.27"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 8,
            "buyers": 8,
            "sellers": 8
          },
          "m15": {
            "buys": 38,
            "sells": 52,
            "buyers": 42,
            "sellers": 35
          },
          "m30": {
            "buys": 46,
            "sells": 78,
            "buyers": 58,
            "sellers": 41
          },
          "h1": {
            "buys": 78,
            "sells": 95,
            "buyers": 67,
            "sellers": 63
          },
          "h6": {
            "buys": 748,
            "sells": 617,
            "buyers": 297,
            "sellers": 260
          },
          "h24": {
            "buys": 3027,
            "sells": 2289,
            "buyers": 820,
            "sellers": 780
          }
        },
        "volume_usd": {
          "m5": "12139.7731495037",
          "m15": "125037.802826922",
          "m30": "151553.324653501",
          "h1": "193062.824096471",
          "h6": "1159938.6624709",
          "h24": "3876524.07723916"
        },
        "reserve_in_usd": "3006552.9879"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe934e36a439c94017b64a3fece66af12099abf50",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_2Jf324DESwftkbFvTzWBY8tGEDhhncJepai82SMX5pfr",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00036529228854928637696552555769863698254139051552362164152863486",
        "base_token_price_native_currency": "0.00000490010732361009",
        "quote_token_price_usd": "73.58158602338098988673325993698846864533538873",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004900107324",
        "quote_token_price_base_token": "204077.162796358",
        "address": "2Jf324DESwftkbFvTzWBY8tGEDhhncJepai82SMX5pfr",
        "name": "Fauci / SOL",
        "pool_created_at": "2026-07-29T14:12:05Z",
        "fdv_usd": "360306.546860092",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.021",
          "m15": "-10.9",
          "m30": "-7.098",
          "h1": "-0.176",
          "h6": "-21.144",
          "h24": "1031.703"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 80,
            "sells": 76,
            "buyers": 55,
            "sellers": 61
          },
          "m30": {
            "buys": 189,
            "sells": 179,
            "buyers": 126,
            "sellers": 132
          },
          "h1": {
            "buys": 431,
            "sells": 392,
            "buyers": 275,
            "sellers": 244
          },
          "h6": {
            "buys": 3662,
            "sells": 3161,
            "buyers": 1472,
            "sellers": 1677
          },
          "h24": {
            "buys": 79803,
            "sells": 79413,
            "buyers": 16785,
            "sellers": 15093
          }
        },
        "volume_usd": {
          "m5": "13.2312171365",
          "m15": "7759.5741622704",
          "m30": "16280.8060244397",
          "h1": "40718.8888350763",
          "h6": "359296.186528906",
          "h24": "12623932.4064754"
        },
        "reserve_in_usd": "58472.7029"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3VFnDoACa991DYe987w354sbvmhqjjzC4Z31SoZepump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00555791997663661",
        "base_token_price_native_currency": "0.00000294701204115506",
        "quote_token_price_usd": "1897.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002947012041",
        "quote_token_price_base_token": "339326.743845966",
        "address": "0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
        "name": "HOODRAT / WETH",
        "pool_created_at": "2026-07-02T17:52:44Z",
        "fdv_usd": "5861379.349",
        "market_cap_usd": "5861379.349",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-17.873",
          "m30": "-14.736",
          "h1": "-13.431",
          "h6": "41.692",
          "h24": "222.443"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 76,
            "sells": 61,
            "buyers": 57,
            "sellers": 49
          },
          "m30": {
            "buys": 166,
            "sells": 134,
            "buyers": 101,
            "sellers": 97
          },
          "h1": {
            "buys": 385,
            "sells": 297,
            "buyers": 180,
            "sellers": 184
          },
          "h6": {
            "buys": 7179,
            "sells": 5303,
            "buyers": 1222,
            "sellers": 1165
          },
          "h24": {
            "buys": 12465,
            "sells": 9989,
            "buyers": 2211,
            "sellers": 2016
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "55915.8778173236",
          "m30": "90934.8266444862",
          "h1": "174938.627060497",
          "h6": "3141817.50102923",
          "h24": "5483173.32729588"
        },
        "reserve_in_usd": "352798.9373"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x8e62f281f282686fca6dcb39288069a93fc23f1c",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x40d46ecd7a40bef5311077aab840dcd23a123564",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000127555845193772",
        "base_token_price_native_currency": "0.000000222784592037022",
        "quote_token_price_usd": "573.42",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000222784592",
        "quote_token_price_base_token": "4488640.75767781",
        "address": "0x40d46ecd7a40bef5311077aab840dcd23a123564",
        "name": "PIG / WBNB",
        "pool_created_at": "2026-07-28T12:16:19Z",
        "fdv_usd": "121684.554294952",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-6.547",
          "m30": "-12.736",
          "h1": "-10.219",
          "h6": "-58.034",
          "h24": "-71.263"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 11,
            "buyers": 3,
            "sellers": 10
          },
          "m30": {
            "buys": 11,
            "sells": 16,
            "buyers": 10,
            "sellers": 13
          },
          "h1": {
            "buys": 27,
            "sells": 26,
            "buyers": 21,
            "sellers": 21
          },
          "h6": {
            "buys": 624,
            "sells": 345,
            "buyers": 350,
            "sellers": 265
          },
          "h24": {
            "buys": 1668,
            "sells": 1007,
            "buyers": 748,
            "sellers": 704
          }
        },
        "volume_usd": {
          "m5": "15.6110109535",
          "m15": "830.1019673688",
          "m30": "2024.6218165451",
          "h1": "2896.2112360239",
          "h6": "67719.1152681893",
          "h24": "198911.022698445"
        },
        "reserve_in_usd": "31636.0401"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xcc1e29100a750a3e9165acc6ebff50595b5a7777",
            "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_5PGhKctym6odbHGo2tKMST2AjmJsb2uZBQrKkn4ZuFT5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0123981005910036205509398508452028267967335404389530101701165461",
        "base_token_price_native_currency": "0.000168839243532783",
        "quote_token_price_usd": "73.533988004752101124506724925198225044078659643",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001688392435",
        "quote_token_price_base_token": "5922.793653158",
        "address": "5PGhKctym6odbHGo2tKMST2AjmJsb2uZBQrKkn4ZuFT5",
        "name": "Jimothy / SOL",
        "pool_created_at": "2026-07-16T10:15:45Z",
        "fdv_usd": "12397399.5109968",
        "market_cap_usd": "12397399.528412",
        "price_change_percentage": {
          "m5": "-1.044",
          "m15": "-5.118",
          "m30": "-2.926",
          "h1": "7.609",
          "h6": "7.623",
          "h24": "14.492"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 6,
            "buyers": 2,
            "sellers": 6
          },
          "m15": {
            "buys": 115,
            "sells": 75,
            "buyers": 61,
            "sellers": 67
          },
          "m30": {
            "buys": 236,
            "sells": 208,
            "buyers": 129,
            "sellers": 146
          },
          "h1": {
            "buys": 427,
            "sells": 432,
            "buyers": 218,
            "sellers": 260
          },
          "h6": {
            "buys": 2092,
            "sells": 1867,
            "buyers": 866,
            "sellers": 894
          },
          "h24": {
            "buys": 23152,
            "sells": 20203,
            "buyers": 6104,
            "sellers": 5977
          }
        },
        "volume_usd": {
          "m5": "1136.0488104824",
          "m15": "31182.1841807226",
          "m30": "76077.473535185",
          "h1": "150497.761509005",
          "h6": "487049.335914157",
          "h24": "6651534.27742494"
        },
        "reserve_in_usd": "566927.2273"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Ge87EtsjwRQbHaqQmKRno69RFTwh9bfSsm99XNxTpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Bm7uQqEanV8xnLBci1XKQipzxugZTC4vQFsQVc3Zoomk",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00020800384206322775029658322964683369223828822407697961083924666",
        "base_token_price_native_currency": "0.0000028220653462411",
        "quote_token_price_usd": "73.58448389390548626505213914859504055056383181",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002822065346",
        "quote_token_price_base_token": "354350.405575111",
        "address": "Bm7uQqEanV8xnLBci1XKQipzxugZTC4vQFsQVc3Zoomk",
        "name": "FRANK / SOL",
        "pool_created_at": "2026-07-28T12:03:56Z",
        "fdv_usd": "200147.766073055",
        "market_cap_usd": "200147.766073055",
        "price_change_percentage": {
          "m5": "0",
          "m15": "2.049",
          "m30": "18.221",
          "h1": "11.47",
          "h6": "-0.947",
          "h24": "-84.687"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 21,
            "sells": 36,
            "buyers": 17,
            "sellers": 23
          },
          "m30": {
            "buys": 54,
            "sells": 83,
            "buyers": 42,
            "sellers": 46
          },
          "h1": {
            "buys": 134,
            "sells": 156,
            "buyers": 85,
            "sellers": 83
          },
          "h6": {
            "buys": 1021,
            "sells": 1029,
            "buyers": 441,
            "sellers": 516
          },
          "h24": {
            "buys": 18098,
            "sells": 15018,
            "buyers": 5183,
            "sellers": 6212
          }
        },
        "volume_usd": {
          "m5": "36.4258744265",
          "m15": "2075.7362055102",
          "m30": "5235.1949785096",
          "h1": "11947.7176537799",
          "h6": "102762.208823645",
          "h24": "2245886.23515117"
        },
        "reserve_in_usd": "44221.2384"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3aqXuwp6HuVXs9vdD9Gpg4dzJaUx443RjK7GXzphpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xa70fc67c9f69da90b63a0e4c05d229954574e313",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0436985490295144",
        "base_token_price_native_currency": "0.0000230543712666915",
        "quote_token_price_usd": "1898.09",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002305437127",
        "quote_token_price_base_token": "43375.7220455966",
        "address": "0xa70fc67c9f69da90b63a0e4c05d229954574e313",
        "name": "CASHCAT / WETH 1%",
        "pool_created_at": "2026-06-29T07:00:49Z",
        "fdv_usd": "43241571.9750813",
        "market_cap_usd": "43242819.3743775",
        "price_change_percentage": {
          "m5": "-0.226",
          "m15": "-8.079",
          "m30": "-8.976",
          "h1": "-8.258",
          "h6": "-5.137",
          "h24": "7.373"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 12,
            "buyers": 0,
            "sellers": 9
          },
          "m15": {
            "buys": 51,
            "sells": 217,
            "buyers": 8,
            "sellers": 72
          },
          "m30": {
            "buys": 74,
            "sells": 226,
            "buyers": 13,
            "sellers": 79
          },
          "h1": {
            "buys": 196,
            "sells": 229,
            "buyers": 64,
            "sellers": 82
          },
          "h6": {
            "buys": 1551,
            "sells": 1246,
            "buyers": 398,
            "sellers": 408
          },
          "h24": {
            "buys": 11436,
            "sells": 10905,
            "buyers": 2522,
            "sellers": 2609
          }
        },
        "volume_usd": {
          "m5": "7649.2979834658",
          "m15": "182397.753019466",
          "m30": "211920.028634938",
          "h1": "238527.620279529",
          "h6": "2455816.32124104",
          "h24": "17658550.759845"
        },
        "reserve_in_usd": "3553218.9755"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x020bfc650a365f8bb26819deaabf3e21291018b4",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_2Z9e2B7LLeK37A8BDeqys94sJeTg18Cmq4rP9QegiitT",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000514601173523222821822734706591329359456041861149008759318831",
        "base_token_price_native_currency": "0.000000727326917848437",
        "quote_token_price_usd": "73.58448389390548626505213914859504055056383181",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000007273269178",
        "quote_token_price_base_token": "1374897.55357629",
        "address": "2Z9e2B7LLeK37A8BDeqys94sJeTg18Cmq4rP9QegiitT",
        "name": "MarketCat / SOL",
        "pool_created_at": "2026-07-29T06:33:44Z",
        "fdv_usd": "53467.9219174471",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.589",
          "m30": "-4.385",
          "h1": "1.349",
          "h6": "29.366",
          "h24": "-79.941"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 10,
            "sells": 13,
            "buyers": 9,
            "sellers": 11
          },
          "m30": {
            "buys": 24,
            "sells": 30,
            "buyers": 21,
            "sellers": 22
          },
          "h1": {
            "buys": 127,
            "sells": 116,
            "buyers": 61,
            "sellers": 70
          },
          "h6": {
            "buys": 1003,
            "sells": 1067,
            "buyers": 391,
            "sellers": 401
          },
          "h24": {
            "buys": 25632,
            "sells": 21854,
            "buyers": 5733,
            "sellers": 6196
          }
        },
        "volume_usd": {
          "m5": "0.04914235452",
          "m15": "459.5482871191",
          "m30": "1189.0934396835",
          "h1": "6782.5838320683",
          "h6": "77913.1445265431",
          "h24": "2618181.66248203"
        },
        "reserve_in_usd": "19181.4089"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_G8ModkdDYTuUWLTVR4FAV8orFyZKXccZPhtUvvLBpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6e7V9eegCHw997T72MxgwwJipZ6GJyZF8NvjkzT1rvpN",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.178321529191966078888433141037961506536856208285091793582268215",
        "base_token_price_native_currency": "0.00242401991470588",
        "quote_token_price_usd": "73.584021365299302378667145266483961479789140881",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.002424019915",
        "quote_token_price_base_token": "412.537864864",
        "address": "6e7V9eegCHw997T72MxgwwJipZ6GJyZF8NvjkzT1rvpN",
        "name": "ANSEM / SOL",
        "pool_created_at": "2026-06-28T06:33:28Z",
        "fdv_usd": "178849789.784376",
        "market_cap_usd": "178850406.781115",
        "price_change_percentage": {
          "m5": "-0.032",
          "m15": "-1.181",
          "m30": "-1.395",
          "h1": "-1.578",
          "h6": "3.271",
          "h24": "-4.469"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 37,
            "sells": 34,
            "buyers": 26,
            "sellers": 17
          },
          "m30": {
            "buys": 62,
            "sells": 40,
            "buyers": 39,
            "sellers": 22
          },
          "h1": {
            "buys": 83,
            "sells": 50,
            "buyers": 51,
            "sellers": 28
          },
          "h6": {
            "buys": 795,
            "sells": 679,
            "buyers": 290,
            "sellers": 286
          },
          "h24": {
            "buys": 6172,
            "sells": 5164,
            "buyers": 1496,
            "sellers": 1385
          }
        },
        "volume_usd": {
          "m5": "2966.6357646359",
          "m15": "36613.117886331",
          "m30": "58449.8480523694",
          "h1": "77025.9622532674",
          "h6": "714707.259048835",
          "h24": "6004894.81485648"
        },
        "reserve_in_usd": "1694591.4092"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9cRCn9rGT8V2imeM2BaKs13yhMEais3ruM3rPvTGpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00542703353717266777457143282574167202337822705971796548764678134",
        "base_token_price_native_currency": "0.0000766383828947925",
        "quote_token_price_usd": "73.603968630725537935455217356274506520839399642",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007663838289",
        "quote_token_price_base_token": "13048.2920206286",
        "address": "HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
        "name": "CATE / SOL",
        "pool_created_at": "2026-07-26T16:32:43Z",
        "fdv_usd": "5233726.98216878",
        "market_cap_usd": "5233726.98216996",
        "price_change_percentage": {
          "m5": "1.143",
          "m15": "-2.275",
          "m30": "0.462",
          "h1": "4.197",
          "h6": "24.11",
          "h24": "38"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 17,
            "buyers": 8,
            "sellers": 16
          },
          "m15": {
            "buys": 121,
            "sells": 147,
            "buyers": 92,
            "sellers": 135
          },
          "m30": {
            "buys": 234,
            "sells": 241,
            "buyers": 177,
            "sellers": 200
          },
          "h1": {
            "buys": 544,
            "sells": 508,
            "buyers": 367,
            "sellers": 356
          },
          "h6": {
            "buys": 3768,
            "sells": 3473,
            "buyers": 1894,
            "sellers": 1803
          },
          "h24": {
            "buys": 17834,
            "sells": 16481,
            "buyers": 6031,
            "sellers": 6485
          }
        },
        "volume_usd": {
          "m5": "1439.8794705032",
          "m15": "25108.0306984566",
          "m30": "39255.5732676932",
          "h1": "85343.1736316384",
          "h6": "553303.110288586",
          "h24": "2939433.60458421"
        },
        "reserve_in_usd": "312391.5926"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Ai66LHZG9MCzg1WKdawwqduVAXpNDUuV8M3uyq5ppump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0362619106612122",
        "base_token_price_native_currency": "0.0000191136854689945",
        "quote_token_price_usd": "1897.17",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001911368547",
        "quote_token_price_base_token": "52318.533839126",
        "address": "0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
        "name": "PONS / WETH 1%",
        "pool_created_at": "2026-07-13T20:42:21Z",
        "fdv_usd": "28016397.2303884",
        "market_cap_usd": "28021528.2085942",
        "price_change_percentage": {
          "m5": "-2.823",
          "m15": "-4.173",
          "m30": "-0.331",
          "h1": "-4.7",
          "h6": "4.219",
          "h24": "-16.173"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 7,
            "buyers": 3,
            "sellers": 7
          },
          "m15": {
            "buys": 11,
            "sells": 9,
            "buyers": 10,
            "sellers": 9
          },
          "m30": {
            "buys": 27,
            "sells": 11,
            "buyers": 23,
            "sellers": 10
          },
          "h1": {
            "buys": 38,
            "sells": 42,
            "buyers": 29,
            "sellers": 30
          },
          "h6": {
            "buys": 400,
            "sells": 295,
            "buyers": 213,
            "sellers": 208
          },
          "h24": {
            "buys": 2175,
            "sells": 1650,
            "buyers": 892,
            "sellers": 926
          }
        },
        "volume_usd": {
          "m5": "9608.8573050411",
          "m15": "25781.8420294789",
          "m30": "47317.2455401651",
          "h1": "75450.1695951925",
          "h6": "679383.324478578",
          "h24": "2898182.38912182"
        },
        "reserve_in_usd": "1550912.7604"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x39dbed3a2bd333467115de45665cc57f813c4571",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xee6ff918a1f68b5d2fdecb14b367fa2eb5c6951c",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.160431456208276",
        "base_token_price_native_currency": "0.000279249073006023",
        "quote_token_price_usd": "573.42",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000279249073",
        "quote_token_price_base_token": "3581.032478408",
        "address": "0xee6ff918a1f68b5d2fdecb14b367fa2eb5c6951c",
        "name": "BANK / WBNB 0.01%",
        "pool_created_at": "2025-04-30T07:07:56Z",
        "fdv_usd": "198498487.577144",
        "market_cap_usd": "69635185.680375",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0.564",
          "h1": "1.612",
          "h6": "-6.976",
          "h24": "-4.62"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 228,
            "sells": 235,
            "buyers": 60,
            "sellers": 59
          },
          "h1": {
            "buys": 775,
            "sells": 823,
            "buyers": 118,
            "sellers": 146
          },
          "h6": {
            "buys": 13039,
            "sells": 13556,
            "buyers": 711,
            "sellers": 669
          },
          "h24": {
            "buys": 44258,
            "sells": 45429,
            "buyers": 1223,
            "sellers": 1087
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.0",
          "m30": "15879.9891816221",
          "h1": "55627.8563843273",
          "h6": "1231295.74750643",
          "h24": "3692842.34621734"
        },
        "reserve_in_usd": "113229.9324"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x3aee7602b612de36088f3ffed8c8f10e86ebf2bf",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_2dSHBdTUcfimoPbicnmQuMYCzBSumzgad9f8mJcaKFci",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000043751676707865165606053123074619146208673492500241877605084194",
        "base_token_price_native_currency": "0.000000597886588207394",
        "quote_token_price_usd": "73.52650201481695008154849361135229130943481181",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000005978865882",
        "quote_token_price_base_token": "1672558.00635742",
        "address": "2dSHBdTUcfimoPbicnmQuMYCzBSumzgad9f8mJcaKFci",
        "name": "JACARE / SOL",
        "pool_created_at": "2026-07-27T17:01:35Z",
        "fdv_usd": "43522.3383537428",
        "market_cap_usd": "43522.3383537428",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-4.867",
          "m30": "-7.51",
          "h1": "-4.76",
          "h6": "-8.604",
          "h24": "-3.715"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 12,
            "sells": 9,
            "buyers": 9,
            "sellers": 9
          },
          "m30": {
            "buys": 23,
            "sells": 20,
            "buyers": 9,
            "sellers": 10
          },
          "h1": {
            "buys": 44,
            "sells": 39,
            "buyers": 9,
            "sellers": 10
          },
          "h6": {
            "buys": 311,
            "sells": 337,
            "buyers": 24,
            "sellers": 35
          },
          "h24": {
            "buys": 1676,
            "sells": 2090,
            "buyers": 225,
            "sellers": 349
          }
        },
        "volume_usd": {
          "m5": "37.395062107",
          "m15": "991.1088289376",
          "m30": "2167.2992310545",
          "h1": "3946.0187205597",
          "h6": "30393.6374879562",
          "h24": "187128.631493302"
        },
        "reserve_in_usd": "15911.0196"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HK3igJ6L4MiZZ2zM12Nohu1MGZRzKJvqbpFwz1yopump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_FqnVyDNYzqN72dJH8w1EFip7yG85SNEZSZdh7XKTEPod",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000365052293526006827771310998581914452553503417383285153831182081",
        "base_token_price_native_currency": "0.00000501115545389648",
        "quote_token_price_usd": "73.643341769901826970237798945145582231790773663",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005011155454",
        "quote_token_price_base_token": "199554.775181129",
        "address": "FqnVyDNYzqN72dJH8w1EFip7yG85SNEZSZdh7XKTEPod",
        "name": "ChooChoo / SOL",
        "pool_created_at": "2026-07-29T19:04:05Z",
        "fdv_usd": "365052.2935",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-4.249",
          "m15": "-12.867",
          "m30": "4.06",
          "h1": "1.876",
          "h6": "-60.645",
          "h24": "939.329"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 7,
            "buyers": 5,
            "sellers": 7
          },
          "m15": {
            "buys": 96,
            "sells": 83,
            "buyers": 73,
            "sellers": 69
          },
          "m30": {
            "buys": 244,
            "sells": 234,
            "buyers": 162,
            "sellers": 178
          },
          "h1": {
            "buys": 379,
            "sells": 388,
            "buyers": 243,
            "sellers": 273
          },
          "h6": {
            "buys": 6653,
            "sells": 5379,
            "buyers": 2123,
            "sellers": 2549
          },
          "h24": {
            "buys": 42608,
            "sells": 36615,
            "buyers": 9518,
            "sellers": 8764
          }
        },
        "volume_usd": {
          "m5": "949.7421579757",
          "m15": "17067.1601708345",
          "m30": "41297.0936032531",
          "h1": "59625.5778268701",
          "h6": "957836.185362504",
          "h24": "6693765.59931592"
        },
        "reserve_in_usd": "55686.6754"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_GB68eELgf864nrQHjNvrXHF6Xywpp1kYsb7fsGBupump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x25042161f871a34e77a7af1aff74aa1a0dc9b4c661fd53c7504948ad97f8d13f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.108641044064099",
        "base_token_price_native_currency": "0.000190567324021832",
        "quote_token_price_usd": "1.00002738687183",
        "quote_token_price_native_currency": "0.00174765902987111",
        "base_token_price_quote_token": "0.1090414782",
        "quote_token_price_base_token": "9.1708221168",
        "address": "0x25042161f871a34e77a7af1aff74aa1a0dc9b4c661fd53c7504948ad97f8d13f",
        "name": "AEON / USDT 0.007%",
        "pool_created_at": "2026-07-26T07:09:32Z",
        "fdv_usd": "109170718.89996",
        "market_cap_usd": "20524095.1532",
        "price_change_percentage": {
          "m5": "-0.028",
          "m15": "-0.857",
          "m30": "-2.242",
          "h1": "-1.673",
          "h6": "2.389",
          "h24": "1.499"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 8,
            "buyers": 4,
            "sellers": 6
          },
          "m15": {
            "buys": 104,
            "sells": 138,
            "buyers": 59,
            "sellers": 87
          },
          "m30": {
            "buys": 257,
            "sells": 331,
            "buyers": 122,
            "sellers": 177
          },
          "h1": {
            "buys": 625,
            "sells": 697,
            "buyers": 212,
            "sellers": 278
          },
          "h6": {
            "buys": 5546,
            "sells": 5897,
            "buyers": 572,
            "sellers": 855
          },
          "h24": {
            "buys": 27789,
            "sells": 37252,
            "buyers": 1263,
            "sellers": 12119
          }
        },
        "volume_usd": {
          "m5": "3646.5357557655",
          "m15": "79721.081361989",
          "m30": "207803.93570295",
          "h1": "551520.497565148",
          "h6": "4752344.61461894",
          "h24": "24202011.4096094"
        },
        "reserve_in_usd": "1796010.3876"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x277add739c6e0477616948357af9e79fe1ec9b80",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Nätverk som stöds

Omfattande täckning över flera kedjor

Hämta kryptopriser och marknadsdata från olika nätverk, från 250+ stora blockkedjor till nya lanseringar.

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
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
SOL
Solana
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-BR
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
繁體中文
Välkommen till CoinGecko
Välkommen tillbaka!
Logga in eller registrera dig på sekunder
eller
Logga in med . Inte du?
Glömt ditt lösenord?
Fick du inga bekräftelseinstruktioner?
Skicka instruktioner för att bekräfta konto igen
Lösenordet måste innehålla åtminstone 8 tecken inklusive 1 stor bokstav, 1 liten bokstav, 1 siffra och 1 specialtecken
Genom att fortsätta bekräftar du att du har läst och godkänner våra Användarvillkor och Sekretesspolicy.
Få kursvarningar med CoinGecko-appen
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
Lägg till NFT
CoinGecko
Bättre i appen
Kursvarningar i realtid och en snabbare, smidigare upplevelse.