Coins: 18.409
Børser: 1.489
Markedsværdi: $ 2,247T 0.5%
24t vol: $ 49,06B
Gas: 0.1 GWEI
Bliv reklamefri

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

Få komplet dækning af kryptomarkedet leveret af CoinGecko API, verdens største uafhængige kryptodatamyndighed siden 2014.
Data fra
Anvendes af førende Web3-projekter

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

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

Skaler dit DeFi-projekt effektivt

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

Forenkl integrationsprocessen med et samlet kryptodata-API, der giver komplet dækning
Slutpunktkategori Beskrivelse
/onchain/simple/*/token_price/* Den enkleste metode til at få den seneste USD-kurs for tokens på et netværk, med token-adresser
/onchain/networks Få den fulde liste over understøttede netværk
/onchain/network/*dexes Få den fulde liste over understøttede Dex'er på et netværk
/onchains/network/*/pools/* Få data for likviditetspuljer som f.eks.: populære puljer, nye puljer og markedsdata som f.eks. kurs, reserve, markedsværdi, transaktioner, volumen. Der er også adgang til søgning efter slutpunkter, hvor man kan søge efter puljer på et netværk.
/onchains/network/*/tokens/* Få token-relaterede data som f.eks. toppuljer, kurs, fdv, reserve, volumen, markedsværdi, geckoterminal-score, coingecko api-id. Metadata er også tilgængelige, herunder billede, websted, beskrivelse og links til sociale medier.
/onchains/network/*/ohlcvs/* Hent OHLCV historiske diagramdata for en likviditetspulje
/onchains/network/*/trades Få de seneste 300 handler fra en likviditetspulje
// Få priser og markedsdata for en likviditetspulje
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.999873008938744",
      "base_token_price_native_currency": "0.000531909502930943",
      "quote_token_price_usd": "1881.13",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005319095029",
      "quote_token_price_base_token": "1880.019053034",
      "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": "4596049127.25843",
      "market_cap_usd": "4598628943.45988",
      "price_change_percentage": {
        "m5": "0.031",
        "m15": "0.265",
        "m30": "0.141",
        "h1": "0.219",
        "h6": "0.223",
        "h24": "0.32"
      },
      "transactions": {
        "m5": {
          "buys": 2,
          "sells": 4,
          "buyers": 1,
          "sellers": 4
        },
        "m15": {
          "buys": 3,
          "sells": 5,
          "buyers": 2,
          "sellers": 5
        },
        "m30": {
          "buys": 9,
          "sells": 8,
          "buyers": 7,
          "sellers": 7
        },
        "h1": {
          "buys": 15,
          "sells": 16,
          "buyers": 12,
          "sellers": 13
        },
        "h6": {
          "buys": 106,
          "sells": 118,
          "buyers": 67,
          "sellers": 74
        },
        "h24": {
          "buys": 422,
          "sells": 462,
          "buyers": 229,
          "sellers": 224
        }
      },
      "volume_usd": {
        "m5": "2149.1385694982",
        "m15": "2783.4673775961",
        "m30": "5840.4236585316",
        "h1": "7392.2207984249",
        "h6": "51036.675169695",
        "h24": "180575.139615232"
      },
      "reserve_in_usd": "912698.3564",
      "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"
        }
      }
    }
  }
}
// Find populære puljer
{
  "data": [
    {
      "id": "robinhood_0x274e7bbef7aac7fe19ba8e43fc561f1449e492cc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000973007987276891",
        "base_token_price_native_currency": "0.000000051596047129871",
        "quote_token_price_usd": "1881.18",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000005159604713",
        "quote_token_price_base_token": "19381329.6875811",
        "address": "0x274e7bbef7aac7fe19ba8e43fc561f1449e492cc",
        "name": "KEP / WETH",
        "pool_created_at": "2026-08-08T01:54:31Z",
        "fdv_usd": "97385.21563",
        "market_cap_usd": "97385.21563",
        "price_change_percentage": {
          "m5": "1.065",
          "m15": "2.358",
          "m30": "11.667",
          "h1": "11.465",
          "h6": "-4.782",
          "h24": "-50.683"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 10,
            "sells": 4,
            "buyers": 7,
            "sellers": 2
          },
          "m30": {
            "buys": 21,
            "sells": 15,
            "buyers": 10,
            "sellers": 5
          },
          "h1": {
            "buys": 48,
            "sells": 36,
            "buyers": 21,
            "sellers": 14
          },
          "h6": {
            "buys": 623,
            "sells": 551,
            "buyers": 147,
            "sellers": 137
          },
          "h24": {
            "buys": 5111,
            "sells": 5974,
            "buyers": 775,
            "sellers": 766
          }
        },
        "volume_usd": {
          "m5": "186.4296430059",
          "m15": "923.0833166713",
          "m30": "2843.6403742119",
          "h1": "7354.771625883",
          "h6": "101250.166102891",
          "h24": "1338121.65943914"
        },
        "reserve_in_usd": "35122.1262"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x5cd3da2892b4ad15f110d6ee3a8f635cc0abbb19",
            "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": "robinhood_0xce4b64e140bc707ab88335ba35790bab9be44c97",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000235519880548142",
        "base_token_price_native_currency": "0.0000000123879528507179",
        "quote_token_price_usd": "1881.65",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001238795285",
        "quote_token_price_base_token": "80723587.8317093",
        "address": "0xce4b64e140bc707ab88335ba35790bab9be44c97",
        "name": "CHILLCAT / WETH 1%",
        "pool_created_at": "2026-08-12T12:56:09Z",
        "fdv_usd": "23551.98805",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.084",
          "m15": "4.044",
          "m30": "6.234",
          "h1": "-4.343",
          "h6": "35.171",
          "h24": "756.63"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "m15": {
            "buys": 11,
            "sells": 9,
            "buyers": 10,
            "sellers": 8
          },
          "m30": {
            "buys": 26,
            "sells": 20,
            "buyers": 23,
            "sellers": 19
          },
          "h1": {
            "buys": 59,
            "sells": 39,
            "buyers": 43,
            "sellers": 34
          },
          "h6": {
            "buys": 290,
            "sells": 216,
            "buyers": 156,
            "sellers": 149
          },
          "h24": {
            "buys": 1742,
            "sells": 1251,
            "buyers": 762,
            "sellers": 662
          }
        },
        "volume_usd": {
          "m5": "118.2107832811",
          "m15": "994.2437404944",
          "m30": "2566.9850534866",
          "h1": "7647.5495034757",
          "h6": "34654.3727272362",
          "h24": "169831.039993702"
        },
        "reserve_in_usd": "13292.1638"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x7f42ec7bcc9e89f33929d6b809cc8b90dc9fe85d",
            "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_0x7e05ca6a3692be972f331e6388e09c6bb1379a23953d7a4589eac077c5c82205",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000222332139721147",
        "base_token_price_native_currency": "0.0000000115959366524724",
        "quote_token_price_usd": "1881.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001159593665",
        "quote_token_price_base_token": "86237104.4245734",
        "address": "0x7e05ca6a3692be972f331e6388e09c6bb1379a23953d7a4589eac077c5c82205",
        "name": "ELVES / WETH",
        "pool_created_at": "2026-08-12T03:54:06Z",
        "fdv_usd": "22233.21397",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "3.603",
          "m15": "10.233",
          "m30": "45.334",
          "h1": "32.535",
          "h6": "18.397",
          "h24": "-81.53"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 4,
            "sells": 4,
            "buyers": 4,
            "sellers": 2
          },
          "m30": {
            "buys": 17,
            "sells": 10,
            "buyers": 14,
            "sellers": 4
          },
          "h1": {
            "buys": 22,
            "sells": 19,
            "buyers": 18,
            "sellers": 10
          },
          "h6": {
            "buys": 100,
            "sells": 126,
            "buyers": 73,
            "sellers": 74
          },
          "h24": {
            "buys": 1297,
            "sells": 1508,
            "buyers": 484,
            "sellers": 529
          }
        },
        "volume_usd": {
          "m5": "127.2064020345",
          "m15": "352.4506513505",
          "m30": "1265.5403338176",
          "h1": "2027.0889456563",
          "h6": "9356.1496646105",
          "h24": "188446.051320245"
        },
        "reserve_in_usd": "11891.5739"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x1ec72a220d35854b4ec348435b37a100c58d6698",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xbb3535466eab9df38d47ed3175d290136750904d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000000143187988543007",
        "base_token_price_native_currency": "0.0000000000076307495401287",
        "quote_token_price_usd": "1882.51",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000000000763074954",
        "quote_token_price_base_token": "131048725258.402",
        "address": "0xbb3535466eab9df38d47ed3175d290136750904d",
        "name": "BUB / WETH",
        "pool_created_at": "2026-08-11T18:10:05Z",
        "fdv_usd": "14318.79885",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "1.35",
          "m30": "7.636",
          "h1": "8.689",
          "h6": "5.004",
          "h24": "-61.606"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m30": {
            "buys": 13,
            "sells": 2,
            "buyers": 11,
            "sellers": 2
          },
          "h1": {
            "buys": 16,
            "sells": 4,
            "buyers": 11,
            "sellers": 2
          },
          "h6": {
            "buys": 36,
            "sells": 26,
            "buyers": 20,
            "sellers": 18
          },
          "h24": {
            "buys": 321,
            "sells": 215,
            "buyers": 151,
            "sellers": 173
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "57.3508978232",
          "m30": "251.6174111147",
          "h1": "270.33214308",
          "h6": "1171.4824900633",
          "h24": "33798.2150300755"
        },
        "reserve_in_usd": "11029.1676"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd4e9852451241732c0017faacf9ca5a499080b4b",
            "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": "robinhood_0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0200615751430858",
        "base_token_price_native_currency": "0.000011086595081303",
        "quote_token_price_usd": "1881.65",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001108659508",
        "quote_token_price_base_token": "90199.018965386",
        "address": "0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
        "name": "HMM / WETH 1%",
        "pool_created_at": "2026-07-19T07:54:03Z",
        "fdv_usd": "19814954.0374459",
        "market_cap_usd": "20061575.14",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.444",
          "m30": "-5.079",
          "h1": "-8.073",
          "h6": "-18.82",
          "h24": "12.292"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 12,
            "sells": 18,
            "buyers": 8,
            "sellers": 17
          },
          "m30": {
            "buys": 35,
            "sells": 34,
            "buyers": 24,
            "sellers": 31
          },
          "h1": {
            "buys": 53,
            "sells": 67,
            "buyers": 38,
            "sellers": 49
          },
          "h6": {
            "buys": 528,
            "sells": 532,
            "buyers": 233,
            "sellers": 246
          },
          "h24": {
            "buys": 4924,
            "sells": 4376,
            "buyers": 895,
            "sellers": 997
          }
        },
        "volume_usd": {
          "m5": "2824.9532175021",
          "m15": "9150.6494952378",
          "m30": "33615.8379925542",
          "h1": "44688.9481923134",
          "h6": "435679.908477683",
          "h24": "3394666.74161111"
        },
        "reserve_in_usd": "572078.614"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x7fe995a80075df3dc8ae11a9b82c7fe4202cd87f",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-dot-family",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00562602737208153",
        "base_token_price_native_currency": "0.00000297096012707294",
        "quote_token_price_usd": "1881.66",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002970960127",
        "quote_token_price_base_token": "336591.525038481",
        "address": "0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
        "name": "FRONG / WETH 0.25%",
        "pool_created_at": "2026-07-30T20:16:59Z",
        "fdv_usd": "5603515.09502435",
        "market_cap_usd": "5626027.372",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.319",
          "m30": "-1.14",
          "h1": "0.201",
          "h6": "4.068",
          "h24": "27.488"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 9,
            "sells": 10,
            "buyers": 8,
            "sellers": 10
          },
          "m30": {
            "buys": 27,
            "sells": 23,
            "buyers": 21,
            "sellers": 22
          },
          "h1": {
            "buys": 87,
            "sells": 80,
            "buyers": 56,
            "sellers": 70
          },
          "h6": {
            "buys": 517,
            "sells": 574,
            "buyers": 282,
            "sellers": 360
          },
          "h24": {
            "buys": 9509,
            "sells": 9590,
            "buyers": 2092,
            "sellers": 2225
          }
        },
        "volume_usd": {
          "m5": "165.9714362843",
          "m15": "4988.5812087357",
          "m30": "15191.4432659613",
          "h1": "42778.123976187",
          "h6": "307248.460465594",
          "h24": "5993458.60168124"
        },
        "reserve_in_usd": "597894.2662"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x6245e67affa44a23077f0ea7f981a8dc743a0c47",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-pools-trade",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xa70fc67c9f69da90b63a0e4c05d229954574e313",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.15456108734153",
        "base_token_price_native_currency": "0.000082173318382406",
        "quote_token_price_usd": "1880.9",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00008217331838",
        "quote_token_price_base_token": "12169.400234591",
        "address": "0xa70fc67c9f69da90b63a0e4c05d229954574e313",
        "name": "CASHCAT / WETH 1%",
        "pool_created_at": "2026-06-29T07:00:49Z",
        "fdv_usd": "152809665.223763",
        "market_cap_usd": "152809872.220899",
        "price_change_percentage": {
          "m5": "1.94",
          "m15": "-0.068",
          "m30": "-0.379",
          "h1": "-0.471",
          "h6": "-5.856",
          "h24": "5.896"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 13,
            "sells": 4,
            "buyers": 5,
            "sellers": 4
          },
          "m30": {
            "buys": 28,
            "sells": 8,
            "buyers": 9,
            "sellers": 7
          },
          "h1": {
            "buys": 63,
            "sells": 19,
            "buyers": 17,
            "sellers": 16
          },
          "h6": {
            "buys": 345,
            "sells": 468,
            "buyers": 66,
            "sellers": 144
          },
          "h24": {
            "buys": 3789,
            "sells": 2621,
            "buyers": 467,
            "sellers": 812
          }
        },
        "volume_usd": {
          "m5": "70.4052498666",
          "m15": "943.4002051951",
          "m30": "5850.2556316426",
          "h1": "8655.381998276",
          "h6": "222422.184260845",
          "h24": "2253584.88469431"
        },
        "reserve_in_usd": "4178331.1358"
      },
      "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": "robinhood_0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.026280742150778",
        "base_token_price_native_currency": "0.0000138516592046995",
        "quote_token_price_usd": "1882.09",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000138516592",
        "quote_token_price_base_token": "72193.5174134754",
        "address": "0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
        "name": "STONKBROKER / WETH 1%",
        "pool_created_at": "2026-07-18T03:50:03Z",
        "fdv_usd": "62561184.6795313",
        "market_cap_usd": "40676071.2023295",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.098",
          "m30": "-4.017",
          "h1": "-3.985",
          "h6": "2.053",
          "h24": "-26.734"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 4,
            "buyers": 4,
            "sellers": 1
          },
          "m30": {
            "buys": 2,
            "sells": 11,
            "buyers": 10,
            "sellers": 2
          },
          "h1": {
            "buys": 11,
            "sells": 11,
            "buyers": 10,
            "sellers": 8
          },
          "h6": {
            "buys": 100,
            "sells": 40,
            "buyers": 37,
            "sellers": 68
          },
          "h24": {
            "buys": 1569,
            "sells": 1134,
            "buyers": 624,
            "sellers": 783
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "20408.0635045652",
          "m30": "26746.7993240411",
          "h1": "29320.9264076972",
          "h6": "177181.253902571",
          "h24": "3432845.20500979"
        },
        "reserve_in_usd": "5713407.2056"
      },
      "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": "robinhood_0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00283653212590998",
        "base_token_price_native_currency": "0.0000015029484168432",
        "quote_token_price_usd": "1881.66",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001502948417",
        "quote_token_price_base_token": "665358.829879474",
        "address": "0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
        "name": "HOODRAT / WETH",
        "pool_created_at": "2026-07-02T17:52:44Z",
        "fdv_usd": "2836532.126",
        "market_cap_usd": "2836532.126",
        "price_change_percentage": {
          "m5": "0",
          "m15": "1.943",
          "m30": "4.333",
          "h1": "1.519",
          "h6": "-7.658",
          "h24": "122.069"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 16,
            "sells": 6,
            "buyers": 10,
            "sellers": 6
          },
          "m30": {
            "buys": 57,
            "sells": 13,
            "buyers": 25,
            "sellers": 13
          },
          "h1": {
            "buys": 76,
            "sells": 35,
            "buyers": 35,
            "sellers": 30
          },
          "h6": {
            "buys": 300,
            "sells": 266,
            "buyers": 118,
            "sellers": 176
          },
          "h24": {
            "buys": 4857,
            "sells": 4493,
            "buyers": 948,
            "sellers": 1195
          }
        },
        "volume_usd": {
          "m5": "0.7982401255",
          "m15": "2265.8395074002",
          "m30": "7275.882399605",
          "h1": "11442.0544823254",
          "h6": "76866.6358187162",
          "h24": "2057901.24714948"
        },
        "reserve_in_usd": "293394.8248"
      },
      "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": "robinhood_0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0467399840768767",
        "base_token_price_native_currency": "0.0000248495858738775",
        "quote_token_price_usd": "1880.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002484958587",
        "quote_token_price_base_token": "40242.1193284845",
        "address": "0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
        "name": "PONS / WETH 1%",
        "pool_created_at": "2026-07-13T20:42:21Z",
        "fdv_usd": "33984418.7311784",
        "market_cap_usd": "33988240.4235608",
        "price_change_percentage": {
          "m5": "-0.086",
          "m15": "-1.455",
          "m30": "-0.436",
          "h1": "-2.045",
          "h6": "-3.831",
          "h24": "-4.965"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 3,
            "buyers": 3,
            "sellers": 2
          },
          "m30": {
            "buys": 7,
            "sells": 10,
            "buyers": 4,
            "sellers": 9
          },
          "h1": {
            "buys": 17,
            "sells": 29,
            "buyers": 8,
            "sellers": 25
          },
          "h6": {
            "buys": 128,
            "sells": 153,
            "buyers": 47,
            "sellers": 105
          },
          "h24": {
            "buys": 1272,
            "sells": 1100,
            "buyers": 411,
            "sellers": 541
          }
        },
        "volume_usd": {
          "m5": "18.949999109",
          "m15": "10203.7725098964",
          "m30": "15795.5013643788",
          "h1": "30140.5057743808",
          "h6": "132456.443451053",
          "h24": "1237290.65974346"
        },
        "reserve_in_usd": "1346414.0405"
      },
      "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": "robinhood_0xe8c3c059c5c09c02f3ff9e01ac706b5473eb3606f71955dbd2cb94cd580cb6e3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000425980430359439",
        "base_token_price_native_currency": "0.000000220626891855014",
        "quote_token_price_usd": "1881.18",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002206268919",
        "quote_token_price_base_token": "4532539.03725007",
        "address": "0xe8c3c059c5c09c02f3ff9e01ac706b5473eb3606f71955dbd2cb94cd580cb6e3",
        "name": "EQUITY / WETH",
        "pool_created_at": "2026-08-12T22:32:08Z",
        "fdv_usd": "407462.58936024",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-0.306",
          "m15": "13.304",
          "m30": "-5.135",
          "h1": "15.115",
          "h6": "30.114",
          "h24": "1002.511"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m15": {
            "buys": 11,
            "sells": 41,
            "buyers": 7,
            "sellers": 32
          },
          "m30": {
            "buys": 35,
            "sells": 68,
            "buyers": 27,
            "sellers": 49
          },
          "h1": {
            "buys": 89,
            "sells": 167,
            "buyers": 60,
            "sellers": 106
          },
          "h6": {
            "buys": 1064,
            "sells": 1238,
            "buyers": 423,
            "sellers": 503
          },
          "h24": {
            "buys": 13676,
            "sells": 11093,
            "buyers": 2787,
            "sellers": 2323
          }
        },
        "volume_usd": {
          "m5": "179.0391007004",
          "m15": "5025.1788938115",
          "m30": "9270.7158357252",
          "h1": "23150.8390630676",
          "h6": "236692.157521658",
          "h24": "4123266.75447965"
        },
        "reserve_in_usd": "51816.7767"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x9708efb3ba2e5d23e973cae1a8599606333cd4ad",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xebc250ae14467403029d4943ca4ad4b53b511f34",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00279781375136891",
        "base_token_price_native_currency": "0.00000148604318960746",
        "quote_token_price_usd": "1882.41",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000148604319",
        "quote_token_price_base_token": "672927.951888229",
        "address": "0xebc250ae14467403029d4943ca4ad4b53b511f34",
        "name": "YARD / WETH 1%",
        "pool_created_at": "2026-08-12T02:21:05Z",
        "fdv_usd": "2692190.58883838",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "1.75",
          "m30": "1.676",
          "h1": "-0.303",
          "h6": "6.821",
          "h24": "-29.62"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "m30": {
            "buys": 4,
            "sells": 10,
            "buyers": 4,
            "sellers": 10
          },
          "h1": {
            "buys": 11,
            "sells": 18,
            "buyers": 10,
            "sellers": 17
          },
          "h6": {
            "buys": 97,
            "sells": 101,
            "buyers": 76,
            "sellers": 89
          },
          "h24": {
            "buys": 1140,
            "sells": 1287,
            "buyers": 567,
            "sellers": 852
          }
        },
        "volume_usd": {
          "m5": "11.482701",
          "m15": "1306.8146300962",
          "m30": "1754.1356638063",
          "h1": "7259.6415292458",
          "h6": "52461.5259319689",
          "h24": "728434.768942795"
        },
        "reserve_in_usd": "869364.3283"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe3fa12da7fa026b21817f16622e8ae48fa785166",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "up-v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7eYEZSesE86FWqkVxbwP9wKhC3L5UKp4oEt6zUu3f9MD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000220185618732188259838398248690198788727073077686761057380217021",
        "base_token_price_native_currency": "0.0000000291143248458867",
        "quote_token_price_usd": "75.743851424858470405456884920557499903528488961",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000002911432485",
        "quote_token_price_base_token": "34347353.245984",
        "address": "7eYEZSesE86FWqkVxbwP9wKhC3L5UKp4oEt6zUu3f9MD",
        "name": "FOMEOW / SOL",
        "pool_created_at": "2026-08-11T21:05:54Z",
        "fdv_usd": "2164.4916695514",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "-1.602",
          "h6": "-5.246",
          "h24": "-99.175"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "h1": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "h6": {
            "buys": 7,
            "sells": 10,
            "buyers": 4,
            "sellers": 9
          },
          "h24": {
            "buys": 4564,
            "sells": 9699,
            "buyers": 4268,
            "sellers": 3673
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.0",
          "m30": "0.2075583765",
          "h1": "4.6868447505",
          "h6": "149.4853093568",
          "h24": "366469.506282991"
        },
        "reserve_in_usd": "2354.3427"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5qHUGTgkRaDrSNGgQg5wQxb5tDrzEW5ewuGpSS3jpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x52fcb1d83191e06ef2d2d9f460609ca22a923558",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00726824078508876",
        "base_token_price_native_currency": "0.00000393269180694175",
        "quote_token_price_usd": "1881.66",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003932691807",
        "quote_token_price_base_token": "254278.760983726",
        "address": "0x52fcb1d83191e06ef2d2d9f460609ca22a923558",
        "name": "YOLO / WETH 1%",
        "pool_created_at": "2026-07-15T07:15:15Z",
        "fdv_usd": "7050193.54821539",
        "market_cap_usd": "7268240.785",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.923",
          "m30": "0.293",
          "h1": "3.352",
          "h6": "1.821",
          "h24": "55.313"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m30": {
            "buys": 5,
            "sells": 6,
            "buyers": 5,
            "sellers": 6
          },
          "h1": {
            "buys": 13,
            "sells": 14,
            "buyers": 10,
            "sellers": 14
          },
          "h6": {
            "buys": 234,
            "sells": 246,
            "buyers": 138,
            "sellers": 176
          },
          "h24": {
            "buys": 1816,
            "sells": 1606,
            "buyers": 530,
            "sellers": 611
          }
        },
        "volume_usd": {
          "m5": "47.6513927709",
          "m15": "1798.8512708905",
          "m30": "4362.197329205",
          "h1": "8806.7295220197",
          "h6": "223186.435850519",
          "h24": "1272165.26328363"
        },
        "reserve_in_usd": "350295.0942"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x62c71cd34a52c30d894419cbcc55db2afa8032ea",
            "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_0x4900c6d3f31ff1e1545a487469c134cdbd9f1499f938054c0c77a14728b3f150",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00451025427835272",
        "base_token_price_native_currency": "0.00000241444007928834",
        "quote_token_price_usd": "224.265550589199",
        "quote_token_price_native_currency": "0.11929052210201",
        "base_token_price_quote_token": "0.00002023999926",
        "quote_token_price_base_token": "49407.1164264184",
        "address": "0x4900c6d3f31ff1e1545a487469c134cdbd9f1499f938054c0c77a14728b3f150",
        "name": "PACK / NVDA 1%",
        "pool_created_at": "2026-08-12T21:31:25Z",
        "fdv_usd": "4549135.566",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "-6.177",
          "m30": "-3.7",
          "h1": "2.09",
          "h6": "-11.904",
          "h24": "147904.771"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 20,
            "sells": 22,
            "buyers": 15,
            "sellers": 9
          },
          "m30": {
            "buys": 38,
            "sells": 34,
            "buyers": 29,
            "sellers": 21
          },
          "h1": {
            "buys": 91,
            "sells": 74,
            "buyers": 60,
            "sellers": 54
          },
          "h6": {
            "buys": 646,
            "sells": 566,
            "buyers": 276,
            "sellers": 330
          },
          "h24": {
            "buys": 22116,
            "sells": 20538,
            "buyers": 2808,
            "sellers": 2520
          }
        },
        "volume_usd": {
          "m5": "51.4710476482",
          "m15": "1821.0479315774",
          "m30": "3093.9017980513",
          "h1": "9253.8356862367",
          "h6": "86218.0621806238",
          "h24": "3494145.46960721"
        },
        "reserve_in_usd": "116863.0721"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x0145acbccefbed6f303c420beeaaac72e905430b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xd0601ce157db5bdc3162bbac2a2c8af5320d9eec",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_FcPKN35MfLxBXd84oc6GEpNMTFNJoczV5swKeV2soSXN",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000171382559024902663037480730927230606006791782686960724987090966",
        "base_token_price_native_currency": "0.00000221989737981682",
        "quote_token_price_usd": "75.768605507883476784525015308242055111603035014",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000221989738",
        "quote_token_price_base_token": "450471.273623701",
        "address": "FcPKN35MfLxBXd84oc6GEpNMTFNJoczV5swKeV2soSXN",
        "name": "BRAINOID / SOL",
        "pool_created_at": "2026-08-12T21:55:29Z",
        "fdv_usd": "166958.047096684",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.004",
          "m15": "7.377",
          "m30": "4.048",
          "h1": "12.732",
          "h6": "25.037",
          "h24": "440.741"
        },
        "transactions": {
          "m5": {
            "buys": 31,
            "sells": 41,
            "buyers": 26,
            "sellers": 27
          },
          "m15": {
            "buys": 195,
            "sells": 262,
            "buyers": 116,
            "sellers": 109
          },
          "m30": {
            "buys": 426,
            "sells": 594,
            "buyers": 227,
            "sellers": 212
          },
          "h1": {
            "buys": 895,
            "sells": 1252,
            "buyers": 469,
            "sellers": 453
          },
          "h6": {
            "buys": 5282,
            "sells": 7666,
            "buyers": 2797,
            "sellers": 2792
          },
          "h24": {
            "buys": 9169,
            "sells": 12398,
            "buyers": 4984,
            "sellers": 4717
          }
        },
        "volume_usd": {
          "m5": "1750.2804333208",
          "m15": "13252.3009125178",
          "m30": "27663.1647040236",
          "h1": "60553.8284964148",
          "h6": "378999.795814507",
          "h24": "773624.571256446"
        },
        "reserve_in_usd": "30517.397"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CRjcw3uyqFjGwG7tsc4VBZ8W8xQ1XsMumx1Uor2mpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_42cLgy3EDs7X8k3qqgJwNgiNPNooQjTLreQCwRwQ46Gf",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000599411511482092088274937253239083938324753789474288615468211432",
        "base_token_price_native_currency": "0.00000801533485622321",
        "quote_token_price_usd": "75.717968105517400708565376339586304789069526273",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000008015334856",
        "quote_token_price_base_token": "124760.851285407",
        "address": "42cLgy3EDs7X8k3qqgJwNgiNPNooQjTLreQCwRwQ46Gf",
        "name": "GTA / SOL",
        "pool_created_at": "2026-08-12T15:35:27Z",
        "fdv_usd": "599411.5115",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.528",
          "m15": "-10.301",
          "m30": "-7.195",
          "h1": "1.622",
          "h6": "9.922",
          "h24": "1808.878"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 8,
            "buyers": 9,
            "sellers": 8
          },
          "m15": {
            "buys": 71,
            "sells": 48,
            "buyers": 55,
            "sellers": 42
          },
          "m30": {
            "buys": 126,
            "sells": 122,
            "buyers": 99,
            "sellers": 91
          },
          "h1": {
            "buys": 220,
            "sells": 261,
            "buyers": 158,
            "sellers": 178
          },
          "h6": {
            "buys": 1505,
            "sells": 1631,
            "buyers": 824,
            "sellers": 930
          },
          "h24": {
            "buys": 59000,
            "sells": 49284,
            "buyers": 15806,
            "sellers": 13632
          }
        },
        "volume_usd": {
          "m5": "639.4394578139",
          "m15": "4897.5941793525",
          "m30": "9664.4593689394",
          "h1": "20977.983929758",
          "h6": "147976.261130679",
          "h24": "8212564.62992401"
        },
        "reserve_in_usd": "70914.1836"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BVEaDToN2Ufn8m1Jnqy8rtwwCiiMC7JcFtvmKPxTpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000483721777057343",
        "base_token_price_native_currency": "0.000000256465082468928",
        "quote_token_price_usd": "1881.66",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002564650825",
        "quote_token_price_base_token": "3899166.27391627",
        "address": "0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
        "name": "POOLS / WETH 0.25%",
        "pool_created_at": "2026-07-30T16:41:56Z",
        "fdv_usd": "483721.773334041",
        "market_cap_usd": "483721.7771",
        "price_change_percentage": {
          "m5": "1.482",
          "m15": "-6.172",
          "m30": "-8.155",
          "h1": "-8.98",
          "h6": "-4.899",
          "h24": "31.208"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 26,
            "sells": 14,
            "buyers": 18,
            "sellers": 12
          },
          "m30": {
            "buys": 40,
            "sells": 19,
            "buyers": 25,
            "sellers": 15
          },
          "h1": {
            "buys": 77,
            "sells": 36,
            "buyers": 52,
            "sellers": 28
          },
          "h6": {
            "buys": 321,
            "sells": 224,
            "buyers": 161,
            "sellers": 156
          },
          "h24": {
            "buys": 1794,
            "sells": 1366,
            "buyers": 691,
            "sellers": 633
          }
        },
        "volume_usd": {
          "m5": "1119.1332496494",
          "m15": "5269.7050315798",
          "m30": "6961.7159455974",
          "h1": "13573.0863005085",
          "h6": "80298.1113335983",
          "h24": "508116.36780628"
        },
        "reserve_in_usd": "182685.4771"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x385b36ff682ab4c76e7c37a66b96aabc466471d5",
            "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": "robinhood_0x588b0785f50063260003b7790c42f1ef74902746",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00359790523574134",
        "base_token_price_native_currency": "0.0000019123349575009",
        "quote_token_price_usd": "1881.42",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001912334958",
        "quote_token_price_base_token": "522920.943361738",
        "address": "0x588b0785f50063260003b7790c42f1ef74902746",
        "name": "JUGGERNAUT / WETH 1%",
        "pool_created_at": "2026-06-29T09:12:54Z",
        "fdv_usd": "3400225.5195345",
        "market_cap_usd": "3597905.236",
        "price_change_percentage": {
          "m5": "-2.642",
          "m15": "-0.642",
          "m30": "-2.779",
          "h1": "-2.51",
          "h6": "-4.007",
          "h24": "-2.031"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m30": {
            "buys": 4,
            "sells": 7,
            "buyers": 3,
            "sellers": 7
          },
          "h1": {
            "buys": 13,
            "sells": 18,
            "buyers": 12,
            "sellers": 16
          },
          "h6": {
            "buys": 118,
            "sells": 165,
            "buyers": 73,
            "sellers": 107
          },
          "h24": {
            "buys": 1146,
            "sells": 1099,
            "buyers": 357,
            "sellers": 415
          }
        },
        "volume_usd": {
          "m5": "3858.4544212787",
          "m15": "4116.5755209185",
          "m30": "4421.1946051184",
          "h1": "10442.9833537501",
          "h6": "110286.39522117",
          "h24": "828905.645248711"
        },
        "reserve_in_usd": "381082.5617"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd7321801caae694090694ff55a9323139f043b88",
            "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_0x237609918f330add285b8bc5f8f2922283d1c4c5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0179774765140287",
        "base_token_price_native_currency": "0.00000962254784049572",
        "quote_token_price_usd": "1881.66",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000962254784",
        "quote_token_price_base_token": "103922.580233021",
        "address": "0x237609918f330add285b8bc5f8f2922283d1c4c5",
        "name": "TENDIES / WETH 1%",
        "pool_created_at": "2026-06-29T14:05:37Z",
        "fdv_usd": "17244195.3076687",
        "market_cap_usd": "17977476.51",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.772",
          "m30": "-2.029",
          "h1": "-5.705",
          "h6": "5.961",
          "h24": "-12.425"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m30": {
            "buys": 6,
            "sells": 9,
            "buyers": 6,
            "sellers": 7
          },
          "h1": {
            "buys": 13,
            "sells": 28,
            "buyers": 12,
            "sellers": 20
          },
          "h6": {
            "buys": 180,
            "sells": 219,
            "buyers": 107,
            "sellers": 135
          },
          "h24": {
            "buys": 2586,
            "sells": 2466,
            "buyers": 800,
            "sellers": 881
          }
        },
        "volume_usd": {
          "m5": "4313.3762678869",
          "m15": "4398.9190669387",
          "m30": "8827.0915540119",
          "h1": "17783.0671554734",
          "h6": "155338.704896244",
          "h24": "1599380.59246937"
        },
        "reserve_in_usd": "832141.9314"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x45242320dbb855eea8fd36804c6487e10e97fcf9",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Understøttede netværk

Omfattende dækning på tværs af flere kæder

Hent kryptopriser og markedsdata fra 250+ netværk, fra store blockchains til nye lanceringer.

Derfor bruger Web3-projekter CoinGecko

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

Ofte stillede spørgsmål

Sæt turbo på dit projekt med CoinGecko API

Lås op for flere muligheder med pålidelige, nøjagtige og omfattende kryptokursdata.
Gå aldrig glip af en opdatering!
Tilmeld dig vores API-nyhedsbrev, og få de seneste produktnyheder, slutpunktopdateringer og inspirerende community-indhold.
Vælg valuta
Foreslåede valutaer
USD
US Dollar
IDR
Indonesian Rupiah
TWD
New Taiwan Dollar
EUR
Euro
KRW
South Korean Won
JPY
Japanese Yen
RUB
Russian Ruble
CNY
Chinese Yuan
Fiatvalutaer
AED
United Arab Emirates Dirham
ARS
Argentine Peso
AUD
Australian Dollar
BDT
Bangladeshi Taka
BHD
Bahraini Dinar
BMD
Bermudian Dollar
BRL
Brazil Real
CAD
Canadian Dollar
CHF
Swiss Franc
CLP
Chilean Peso
CZK
Czech Koruna
DKK
Danish Krone
GBP
British Pound Sterling
GEL
Georgian Lari
HKD
Hong Kong Dollar
HUF
Hungarian Forint
ILS
Israeli New Shekel
INR
Indian Rupee
KWD
Kuwaiti Dinar
LKR
Sri Lankan Rupee
MMK
Burmese Kyat
MXN
Mexican Peso
MYR
Malaysian Ringgit
NGN
Nigerian Naira
NOK
Norwegian Krone
NZD
New Zealand Dollar
PHP
Philippine Peso
PKR
Pakistani Rupee
PLN
Polish Zloty
SAR
Saudi Riyal
SEK
Swedish Krona
SGD
Singapore Dollar
THB
Thai Baht
TRY
Turkish Lira
UAH
Ukrainian hryvnia
VND
Vietnamese đồng
ZAR
South African Rand
XDR
IMF Special Drawing Rights
Kryptovalutaer
BTC
Bitcoin
ETH
Ether
LTC
Litecoin
BCH
Bitcoin Cash
BNB
Binance Coin
EOS
EOS
XRP
XRP
XLM
Lumens
LINK
Chainlink
DOT
Polkadot
YFI
Yearn.finance
SOL
Solana
Bitcoin-enheder
BITS
Bits
SATS
Satoshi
Råvarer
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Vælg sprog
Populære sprog
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
Alle sprog
AR
العربية
BG
български
CS
čeština
DA
dansk
EL
Ελληνικά
FI
suomen kieli
HE
עִבְרִית
HI
हिंदी
HR
hrvatski
HU
Magyar nyelv
ID
Bahasa Indonesia
IT
Italiano
JA
日本語
KO
한국어
LT
lietuvių kalba
NL
Nederlands
NO
norsk
RO
Limba română
SK
slovenský jazyk
SL
slovenski jezik
SV
Svenska
TH
ภาษาไทย
TR
Türkçe
UK
украї́нська мо́ва
ZH
简体中文
ZH-TW
繁體中文
Velkommen til CoinGecko
Velkommen tilbage!
Log på, eller tilmeld dig på sekunder
eller
Log på med . Ikke dig?
Glemt adgangskode?
Har du ikke modtaget bekræftelsesinstruktioner?
Gensend bekræftelsesinstruktioner
Adgangskoden skal indeholde mindst 8 tegn, herunder 1 stort bogstav, 1 lille bogstav, 1 tal og 1 specialtegn
Ved at fortsætte anerkender du, at du har læst og er enig fuldt ud i vores Tjenestevilkår og Politik om beskyttelse af personlige oplysninger.
Få prisadvarsler med CoinGecko-appen
Glemt adgangskode?
Du vil i løbet af få minutter modtage en mail med instruktioner om, hvordan du skifter din adgangskode.
Gensend bekræftelsesinstruktioner
Du vil i løbet af få minutter modtage en mail med instruktioner om, hvordan du bekræfter din e-mail.
Hent CoinGecko-appen.
Scan denne QR-kode for at downloade appen nu App QR Code Eller tjek den ud i app-butikkerne
Tilføj NFT
CoinGecko
Bedre i appen
Prisadvarsler i realtid og en hurtigere, glattere oplevelse.