Coins: 17.562
Børser: 1.496
Markedsværdi: $ 2,297T 2.3%
24t vol: $ 67,489B
Gas: 0.536 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.
41M+
Coins og tokens
200+
Netværk
1,500+
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": "1.00080246311582",
      "base_token_price_native_currency": "0.000531935378842413",
      "quote_token_price_usd": "1876.4",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005319353788",
      "quote_token_price_base_token": "1879.927599808",
      "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": "4661058182.86171",
      "market_cap_usd": "4657085995.06164",
      "price_change_percentage": {
        "m5": "0.078",
        "m15": "0.053",
        "m30": "0.122",
        "h1": "0.063",
        "h6": "0.078",
        "h24": "0.07"
      },
      "transactions": {
        "m5": {
          "buys": 3,
          "sells": 0,
          "buyers": 1,
          "sellers": 0
        },
        "m15": {
          "buys": 5,
          "sells": 1,
          "buyers": 3,
          "sellers": 1
        },
        "m30": {
          "buys": 10,
          "sells": 4,
          "buyers": 7,
          "sellers": 4
        },
        "h1": {
          "buys": 14,
          "sells": 24,
          "buyers": 11,
          "sellers": 11
        },
        "h6": {
          "buys": 193,
          "sells": 178,
          "buyers": 97,
          "sellers": 101
        },
        "h24": {
          "buys": 494,
          "sells": 521,
          "buyers": 242,
          "sellers": 263
        }
      },
      "volume_usd": {
        "m5": "165.0596899297",
        "m15": "184.4632044357",
        "m30": "1632.8175514411",
        "h1": "4040.8839716402",
        "h6": "67285.8802470799",
        "h24": "140371.988641539"
      },
      "reserve_in_usd": "908514.4138",
      "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_0x817f16f5d8da83d1b089b082c0172af3923618da",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00891850464664796",
        "base_token_price_native_currency": "0.00000474174202339056033957484234348",
        "quote_token_price_usd": "0.584108626588717",
        "quote_token_price_native_currency": "0.000311411662217818",
        "base_token_price_quote_token": "0.01522660388",
        "quote_token_price_base_token": "65.6745265098",
        "address": "0x817f16f5d8da83d1b089b082c0172af3923618da",
        "name": "VEX / VIRTUAL",
        "pool_created_at": "2026-07-03T16:34:51Z",
        "fdv_usd": "8943072.901",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-6.035",
          "m15": "3.05",
          "m30": "9.788",
          "h1": "13.886",
          "h6": "-1.181",
          "h24": "-6.084"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "m15": {
            "buys": 141,
            "sells": 135,
            "buyers": 50,
            "sellers": 105
          },
          "m30": {
            "buys": 194,
            "sells": 153,
            "buyers": 76,
            "sellers": 119
          },
          "h1": {
            "buys": 247,
            "sells": 181,
            "buyers": 106,
            "sellers": 140
          },
          "h6": {
            "buys": 885,
            "sells": 611,
            "buyers": 410,
            "sellers": 390
          },
          "h24": {
            "buys": 2653,
            "sells": 1972,
            "buyers": 945,
            "sellers": 984
          }
        },
        "volume_usd": {
          "m5": "7942.5767241717",
          "m15": "122498.333279081",
          "m30": "138190.662066786",
          "h1": "161788.722633374",
          "h6": "453778.243109974",
          "h24": "1366177.59436204"
        },
        "reserve_in_usd": "382348.9274"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x8ff92566f2e81bdd68edfaa8cde73942a723796b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xc6911796042b15d7fa4f6cde69e245ddcd3d9c31",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x9a7013172083f275142ce0cdec6d172ebbe68114",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000568286995189531",
        "base_token_price_native_currency": "0.000000303262023116597",
        "quote_token_price_usd": "1875.94",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003032620231",
        "quote_token_price_base_token": "3297478.49639427",
        "address": "0x9a7013172083f275142ce0cdec6d172ebbe68114",
        "name": "MYSTERY / WETH",
        "pool_created_at": "2026-07-08T18:32:59Z",
        "fdv_usd": "568283.765459401",
        "market_cap_usd": "568286.9952",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.522",
          "m30": "5.461",
          "h1": "7.797",
          "h6": "72.966",
          "h24": "-4.096"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 4,
            "buyers": 5,
            "sellers": 4
          },
          "m30": {
            "buys": 18,
            "sells": 12,
            "buyers": 16,
            "sellers": 12
          },
          "h1": {
            "buys": 32,
            "sells": 33,
            "buyers": 30,
            "sellers": 32
          },
          "h6": {
            "buys": 282,
            "sells": 242,
            "buyers": 201,
            "sellers": 220
          },
          "h24": {
            "buys": 880,
            "sells": 838,
            "buyers": 713,
            "sellers": 734
          }
        },
        "volume_usd": {
          "m5": "148.8177855678",
          "m15": "1352.4770432801",
          "m30": "3348.7069749902",
          "h1": "6224.6313293834",
          "h6": "56051.3715705359",
          "h24": "225337.373458969"
        },
        "reserve_in_usd": "72999.2148"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xa5bac17a919a10ba0628cda5bcf273681e1a8d4e",
            "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_0xa70fc67c9f69da90b63a0e4c05d229954574e313",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.188914473305904",
        "base_token_price_native_currency": "0.0000987125388844464",
        "quote_token_price_usd": "1875.68",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00009871253888",
        "quote_token_price_base_token": "10130.4252864026",
        "address": "0xa70fc67c9f69da90b63a0e4c05d229954574e313",
        "name": "CASHCAT / WETH 1%",
        "pool_created_at": "2026-06-29T07:00:49Z",
        "fdv_usd": "183675367.866777",
        "market_cap_usd": "183683096.721127",
        "price_change_percentage": {
          "m5": "-0.072",
          "m15": "-5.821",
          "m30": "-3.787",
          "h1": "-0.413",
          "h6": "0.497",
          "h24": "22.434"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 5,
            "buyers": 6,
            "sellers": 3
          },
          "m15": {
            "buys": 44,
            "sells": 119,
            "buyers": 28,
            "sellers": 35
          },
          "m30": {
            "buys": 139,
            "sells": 155,
            "buyers": 82,
            "sellers": 55
          },
          "h1": {
            "buys": 331,
            "sells": 219,
            "buyers": 173,
            "sellers": 100
          },
          "h6": {
            "buys": 1788,
            "sells": 1649,
            "buyers": 554,
            "sellers": 606
          },
          "h24": {
            "buys": 10255,
            "sells": 6885,
            "buyers": 2227,
            "sellers": 1978
          }
        },
        "volume_usd": {
          "m5": "1472.7328947795",
          "m15": "231712.287545642",
          "m30": "348397.467968758",
          "h1": "742740.969318497",
          "h6": "4472516.60042217",
          "h24": "21668542.6058386"
        },
        "reserve_in_usd": "10689030.8948"
      },
      "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_BZa87AscZf5EGLAksPfZbnd6FmEPts9rfcGRUA2QbrXQ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00008137798896835855989915184494057750133736535298833700766949588",
        "base_token_price_native_currency": "0.00000109355506798797",
        "quote_token_price_usd": "77.305577956817938568141257499832484760054835896",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001093555068",
        "quote_token_price_base_token": "914448.690581169",
        "address": "BZa87AscZf5EGLAksPfZbnd6FmEPts9rfcGRUA2QbrXQ",
        "name": "NYX / SOL",
        "pool_created_at": "2026-07-14T03:04:28Z",
        "fdv_usd": "84745.84696",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.872",
          "m15": "0.609",
          "m30": "0.708",
          "h1": "-0.702",
          "h6": "-92.777",
          "h24": "-62.049"
        },
        "transactions": {
          "m5": {
            "buys": 82,
            "sells": 54,
            "buyers": 63,
            "sellers": 36
          },
          "m15": {
            "buys": 449,
            "sells": 273,
            "buyers": 356,
            "sellers": 184
          },
          "m30": {
            "buys": 1050,
            "sells": 661,
            "buyers": 802,
            "sellers": 419
          },
          "h1": {
            "buys": 2368,
            "sells": 1568,
            "buyers": 1519,
            "sellers": 703
          },
          "h6": {
            "buys": 35629,
            "sells": 14167,
            "buyers": 10331,
            "sellers": 3998
          },
          "h24": {
            "buys": 61869,
            "sells": 23858,
            "buyers": 14687,
            "sellers": 6855
          }
        },
        "volume_usd": {
          "m5": "4080.5658495421",
          "m15": "25324.5155503207",
          "m30": "58517.0604793281",
          "h1": "130105.958872677",
          "h6": "1719539.03307343",
          "h24": "3770686.67736593"
        },
        "reserve_in_usd": "25056.5374"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3UXSLKVxF5L6AaugmUhkRBoKETtThQwj6bD6qYkbpump",
            "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.246601570424900463249822689516605567555345620693377371268372416",
        "base_token_price_native_currency": "0.00320540946334676",
        "quote_token_price_usd": "77.305577956817938568141257499832484760054835896",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.003205409463",
        "quote_token_price_base_token": "311.972623602",
        "address": "6e7V9eegCHw997T72MxgwwJipZ6GJyZF8NvjkzT1rvpN",
        "name": "ANSEM / SOL",
        "pool_created_at": "2026-06-28T06:33:28Z",
        "fdv_usd": "247860657.859651",
        "market_cap_usd": "103031355.01051",
        "price_change_percentage": {
          "m5": "-0.015",
          "m15": "-0.012",
          "m30": "2.417",
          "h1": "2.616",
          "h6": "1.192",
          "h24": "-4.003"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 31,
            "sells": 92,
            "buyers": 24,
            "sellers": 62
          },
          "m30": {
            "buys": 111,
            "sells": 297,
            "buyers": 73,
            "sellers": 144
          },
          "h1": {
            "buys": 732,
            "sells": 692,
            "buyers": 320,
            "sellers": 275
          },
          "h6": {
            "buys": 3477,
            "sells": 2483,
            "buyers": 936,
            "sellers": 892
          },
          "h24": {
            "buys": 11300,
            "sells": 9342,
            "buyers": 2612,
            "sellers": 2963
          }
        },
        "volume_usd": {
          "m5": "1046.5459708369",
          "m15": "104177.011602809",
          "m30": "272643.349679894",
          "h1": "829959.794969026",
          "h6": "3283678.80391356",
          "h24": "12873729.0468772"
        },
        "reserve_in_usd": "2616385.5557"
      },
      "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": "bsc_0xd9434e63fe78a6e77dafe2abc504121bf8500822f6d3a59eccba577cf0a070f2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.31709564048336",
        "base_token_price_native_currency": "0.000543012843236597",
        "quote_token_price_usd": "0.99945328360615",
        "quote_token_price_native_currency": "0.00171569432444088",
        "base_token_price_quote_token": "0.3164974294",
        "quote_token_price_base_token": "3.1595833244",
        "address": "0xd9434e63fe78a6e77dafe2abc504121bf8500822f6d3a59eccba577cf0a070f2",
        "name": "LAB / USDT 0.007%",
        "pool_created_at": "2025-10-13T09:20:50Z",
        "fdv_usd": "312623060.605509",
        "market_cap_usd": "101852860.296376",
        "price_change_percentage": {
          "m5": "0.83",
          "m15": "1.974",
          "m30": "-0.813",
          "h1": "-1.115",
          "h6": "11.285",
          "h24": "9.024"
        },
        "transactions": {
          "m5": {
            "buys": 146,
            "sells": 148,
            "buyers": 90,
            "sellers": 77
          },
          "m15": {
            "buys": 835,
            "sells": 810,
            "buyers": 274,
            "sellers": 241
          },
          "m30": {
            "buys": 2071,
            "sells": 2017,
            "buyers": 467,
            "sellers": 428
          },
          "h1": {
            "buys": 4748,
            "sells": 4938,
            "buyers": 706,
            "sellers": 644
          },
          "h6": {
            "buys": 27420,
            "sells": 29619,
            "buyers": 1562,
            "sellers": 1455
          },
          "h24": {
            "buys": 126741,
            "sells": 141213,
            "buyers": 3629,
            "sellers": 3112
          }
        },
        "volume_usd": {
          "m5": "92535.385798338",
          "m15": "360381.285204542",
          "m30": "1008483.184408",
          "h1": "2360973.10409012",
          "h6": "14289171.7294182",
          "h24": "72190446.3327338"
        },
        "reserve_in_usd": "1954977.8487"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x7ec43cf65f1663f820427c62a5780b8f2e25593a",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_68nVMrVPyxGJGbGH2P92E93SYhJcbe6QociZrqoqdjcB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00322694243317258150375104258884008876920679755175267288777742252",
        "base_token_price_native_currency": "0.0000420634676517221",
        "quote_token_price_usd": "77.305143564518193045139780352636483413974050923",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00004206346765",
        "quote_token_price_base_token": "23773.598702794",
        "address": "68nVMrVPyxGJGbGH2P92E93SYhJcbe6QociZrqoqdjcB",
        "name": "febu / SOL",
        "pool_created_at": "2026-07-08T22:17:24Z",
        "fdv_usd": "3193185.48018648",
        "market_cap_usd": "3193185.48381697",
        "price_change_percentage": {
          "m5": "0.115",
          "m15": "-3.724",
          "m30": "-10.377",
          "h1": "-6.551",
          "h6": "-7.262",
          "h24": "-25.304"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 23,
            "buyers": 4,
            "sellers": 23
          },
          "m15": {
            "buys": 95,
            "sells": 94,
            "buyers": 69,
            "sellers": 84
          },
          "m30": {
            "buys": 204,
            "sells": 235,
            "buyers": 137,
            "sellers": 198
          },
          "h1": {
            "buys": 619,
            "sells": 609,
            "buyers": 362,
            "sellers": 437
          },
          "h6": {
            "buys": 3387,
            "sells": 3731,
            "buyers": 1348,
            "sellers": 1794
          },
          "h24": {
            "buys": 23583,
            "sells": 22419,
            "buyers": 6189,
            "sellers": 6896
          }
        },
        "volume_usd": {
          "m5": "1792.901596568",
          "m15": "16611.1387920211",
          "m30": "41900.4053923739",
          "h1": "123499.360852935",
          "h6": "790100.415604901",
          "h24": "5333261.37785586"
        },
        "reserve_in_usd": "209373.8487"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4ko5tSr5o3H4v1sFtjTSd9MPUW7yx5AFCpkNPoL6pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x3f98045d6bc0fef56bf69e85f1efa7f5100e7c48",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00612150957613786",
        "base_token_price_native_currency": "0.00000322817207598634",
        "quote_token_price_usd": "1875.68",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003228172076",
        "quote_token_price_base_token": "309772.830091301",
        "address": "0x3f98045d6bc0fef56bf69e85f1efa7f5100e7c48",
        "name": "WEN / WETH 0.3%",
        "pool_created_at": "2026-07-09T00:11:06Z",
        "fdv_usd": "6114438.367",
        "market_cap_usd": "6114438.367",
        "price_change_percentage": {
          "m5": "0.976",
          "m15": "1.574",
          "m30": "0.649",
          "h1": "0.792",
          "h6": "7.903",
          "h24": "-8.53"
        },
        "transactions": {
          "m5": {
            "buys": 19,
            "sells": 12,
            "buyers": 19,
            "sellers": 12
          },
          "m15": {
            "buys": 40,
            "sells": 25,
            "buyers": 40,
            "sellers": 25
          },
          "m30": {
            "buys": 73,
            "sells": 48,
            "buyers": 72,
            "sellers": 46
          },
          "h1": {
            "buys": 152,
            "sells": 88,
            "buyers": 145,
            "sellers": 84
          },
          "h6": {
            "buys": 943,
            "sells": 642,
            "buyers": 831,
            "sellers": 531
          },
          "h24": {
            "buys": 3492,
            "sells": 2562,
            "buyers": 3036,
            "sellers": 1944
          }
        },
        "volume_usd": {
          "m5": "4513.8690044812",
          "m15": "8625.9747350396",
          "m30": "15344.6823555145",
          "h1": "28700.1511704811",
          "h6": "190302.292242355",
          "h24": "827639.682835925"
        },
        "reserve_in_usd": "232964.3215"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xa80eb66b3e0cf66ccb46f8b8c9e7ff5803eeb820",
            "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_7RRFZq32E5PX9odknjZPDEG2E9oVFRwH9qLraNyp3DQ4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00098107910180313601536203475596599109675263659641057525723789801",
        "base_token_price_native_currency": "0.0000127874106927504",
        "quote_token_price_usd": "77.305143564518193045139780352636483413974050923",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001278741069",
        "quote_token_price_base_token": "78201.9146821438",
        "address": "7RRFZq32E5PX9odknjZPDEG2E9oVFRwH9qLraNyp3DQ4",
        "name": "brain / SOL",
        "pool_created_at": "2026-07-13T23:21:14Z",
        "fdv_usd": "989149.422",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.943",
          "m15": "7.249",
          "m30": "1.502",
          "h1": "-8.881",
          "h6": "41.152",
          "h24": "3084.738"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 10,
            "buyers": 14,
            "sellers": 10
          },
          "m15": {
            "buys": 134,
            "sells": 136,
            "buyers": 109,
            "sellers": 121
          },
          "m30": {
            "buys": 290,
            "sells": 292,
            "buyers": 231,
            "sellers": 244
          },
          "h1": {
            "buys": 690,
            "sells": 626,
            "buyers": 448,
            "sellers": 492
          },
          "h6": {
            "buys": 6767,
            "sells": 6804,
            "buyers": 2790,
            "sellers": 3129
          },
          "h24": {
            "buys": 49502,
            "sells": 42533,
            "buyers": 11626,
            "sellers": 10583
          }
        },
        "volume_usd": {
          "m5": "1893.1198690722",
          "m15": "20684.1990829689",
          "m30": "43393.6863907725",
          "h1": "97617.8763205519",
          "h6": "1073003.92474675",
          "h24": "6708402.51938608"
        },
        "reserve_in_usd": "90942.7604"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9oDndFiC7RW42vZcmSzacTKMWE9kgeqnzwXDGLSkpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_EDX18gJCdijqSLAJA2pp5C2VmA3bTRrx4utxkeJuFRtQ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00283277657963292068638243696841309279752616475380635326071417856",
        "base_token_price_native_currency": "0.0000370281958118311",
        "quote_token_price_usd": "77.305577956817938568141257499832484760054835896",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003702819581",
        "quote_token_price_base_token": "27006.4467921087",
        "address": "EDX18gJCdijqSLAJA2pp5C2VmA3bTRrx4utxkeJuFRtQ",
        "name": "HBULL / SOL",
        "pool_created_at": "2026-07-14T01:25:32Z",
        "fdv_usd": "2913014.02235094",
        "market_cap_usd": "2913014.408",
        "price_change_percentage": {
          "m5": "-2.092",
          "m15": "-2.749",
          "m30": "0.165",
          "h1": "-15.866",
          "h6": "93.224",
          "h24": "9037.655"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 11,
            "buyers": 9,
            "sellers": 11
          },
          "m15": {
            "buys": 61,
            "sells": 67,
            "buyers": 55,
            "sellers": 55
          },
          "m30": {
            "buys": 236,
            "sells": 203,
            "buyers": 178,
            "sellers": 166
          },
          "h1": {
            "buys": 1034,
            "sells": 715,
            "buyers": 590,
            "sellers": 430
          },
          "h6": {
            "buys": 9187,
            "sells": 5476,
            "buyers": 5832,
            "sellers": 2829
          },
          "h24": {
            "buys": 30145,
            "sells": 19361,
            "buyers": 15023,
            "sellers": 7033
          }
        },
        "volume_usd": {
          "m5": "2076.767789469",
          "m15": "9881.7052409024",
          "m30": "39905.0396808201",
          "h1": "156799.904176562",
          "h6": "1214075.30147673",
          "h24": "4115029.18230312"
        },
        "reserve_in_usd": "183244.5298"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_7V6Sk63y8Rr1MvcN5mYNp61wgFhy4EeQg5gUASk9pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x60e50467d9ffa04a08c2720e859ff1ddcb09c36e",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00321683742612325",
        "base_token_price_native_currency": "0.00000171129346915027",
        "quote_token_price_usd": "1875.68",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001711293469",
        "quote_token_price_base_token": "584353.308200576",
        "address": "0x60e50467d9ffa04a08c2720e859ff1ddcb09c36e",
        "name": "HOPPY / WETH",
        "pool_created_at": "2026-07-10T09:39:51Z",
        "fdv_usd": "3211529.781",
        "market_cap_usd": "3211529.781",
        "price_change_percentage": {
          "m5": "-3.413",
          "m15": "-0.766",
          "m30": "-6.702",
          "h1": "-6.6",
          "h6": "-19.474",
          "h24": "23.023"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 8,
            "buyers": 7,
            "sellers": 8
          },
          "m15": {
            "buys": 49,
            "sells": 39,
            "buyers": 37,
            "sellers": 30
          },
          "m30": {
            "buys": 124,
            "sells": 96,
            "buyers": 75,
            "sellers": 62
          },
          "h1": {
            "buys": 247,
            "sells": 188,
            "buyers": 129,
            "sellers": 112
          },
          "h6": {
            "buys": 1365,
            "sells": 1056,
            "buyers": 470,
            "sellers": 487
          },
          "h24": {
            "buys": 5337,
            "sells": 4044,
            "buyers": 1308,
            "sellers": 1242
          }
        },
        "volume_usd": {
          "m5": "3282.0670514752",
          "m15": "14680.4183251082",
          "m30": "56131.7825001413",
          "h1": "100463.618970194",
          "h6": "580979.085773985",
          "h24": "2088831.48905624"
        },
        "reserve_in_usd": "179503.1387"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x834b31164b5e5f4a08b441d796abb85f714bb7c1",
            "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_0x26deb24a2623cf54452ab5183e2c34551831d54d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.17136372868905",
        "base_token_price_native_currency": "0.00201611363432654",
        "quote_token_price_usd": "0.996955014933004",
        "quote_token_price_native_currency": "0.00171569321768604",
        "base_token_price_quote_token": "1.1751014771",
        "quote_token_price_base_token": "0.8509903353",
        "address": "0x26deb24a2623cf54452ab5183e2c34551831d54d",
        "name": "EVAA / USDT 0.01%",
        "pool_created_at": "2025-10-02T09:03:49Z",
        "fdv_usd": "35159748.8877961",
        "market_cap_usd": "7756207.78892717",
        "price_change_percentage": {
          "m5": "0.567",
          "m15": "1.655",
          "m30": "-0.803",
          "h1": "3.886",
          "h6": "50.091",
          "h24": "70.762"
        },
        "transactions": {
          "m5": {
            "buys": 91,
            "sells": 82,
            "buyers": 46,
            "sellers": 36
          },
          "m15": {
            "buys": 517,
            "sells": 491,
            "buyers": 173,
            "sellers": 163
          },
          "m30": {
            "buys": 1226,
            "sells": 1215,
            "buyers": 306,
            "sellers": 316
          },
          "h1": {
            "buys": 2756,
            "sells": 2822,
            "buyers": 599,
            "sellers": 639
          },
          "h6": {
            "buys": 22467,
            "sells": 23671,
            "buyers": 1918,
            "sellers": 1866
          },
          "h24": {
            "buys": 59472,
            "sells": 60192,
            "buyers": 2813,
            "sellers": 2706
          }
        },
        "volume_usd": {
          "m5": "5789.1897025736",
          "m15": "42270.4199939987",
          "m30": "108113.31927047",
          "h1": "283987.041286084",
          "h6": "2704643.04524651",
          "h24": "5522782.00306321"
        },
        "reserve_in_usd": "190764.2059"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xaa036928c9c0df07d525b55ea8ee690bb5a628c1",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x6ec89bff5e684c2561d0a88e185d8d4eb4b3aa30",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00797263886132321",
        "base_token_price_native_currency": "0.00000418462597642012",
        "quote_token_price_usd": "1875.68",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004184625976",
        "quote_token_price_base_token": "238969.983371246",
        "address": "0x6ec89bff5e684c2561d0a88e185d8d4eb4b3aa30",
        "name": "WISHBONE / WETH 1%",
        "pool_created_at": "2026-07-08T16:58:55Z",
        "fdv_usd": "7483912.46764839",
        "market_cap_usd": "7487229.91820377",
        "price_change_percentage": {
          "m5": "-0.93",
          "m15": "-7.657",
          "m30": "3.805",
          "h1": "-9.036",
          "h6": "-23.49",
          "h24": "25.485"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 6,
            "buyers": 6,
            "sellers": 6
          },
          "m15": {
            "buys": 74,
            "sells": 35,
            "buyers": 46,
            "sellers": 32
          },
          "m30": {
            "buys": 137,
            "sells": 90,
            "buyers": 70,
            "sellers": 61
          },
          "h1": {
            "buys": 326,
            "sells": 203,
            "buyers": 144,
            "sellers": 118
          },
          "h6": {
            "buys": 817,
            "sells": 741,
            "buyers": 305,
            "sellers": 373
          },
          "h24": {
            "buys": 4330,
            "sells": 3780,
            "buyers": 940,
            "sellers": 1080
          }
        },
        "volume_usd": {
          "m5": "4783.9151062614",
          "m15": "60048.613879025",
          "m30": "92722.8493153338",
          "h1": "250779.366766909",
          "h6": "683135.616377134",
          "h24": "3020282.22431118"
        },
        "reserve_in_usd": "395835.2542"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x77581054581b9c525e7dd7a0155de43867532d03",
            "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_FpJFWZ3nGFVYWkpDXZQM8QaLJzmy6U3NgaA8nc7SNDag",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000656377319786137621652072375298747919393632471629966726984948504",
        "base_token_price_native_currency": "0.0000085019618032086",
        "quote_token_price_usd": "1.0007445708645479485818889395438745365992450979740960607075208",
        "quote_token_price_native_currency": "0.0129453086997623",
        "base_token_price_quote_token": "0.0006567600666",
        "quote_token_price_base_token": "1522.6260714176",
        "address": "FpJFWZ3nGFVYWkpDXZQM8QaLJzmy6U3NgaA8nc7SNDag",
        "name": "TrumpCoin / USDC",
        "pool_created_at": "2026-07-14T05:26:46Z",
        "fdv_usd": "631797.1478",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "13.699",
          "m15": "19.792",
          "m30": "10.526",
          "h1": "-23.842",
          "h6": "-60.262",
          "h24": "973.92"
        },
        "transactions": {
          "m5": {
            "buys": 34,
            "sells": 48,
            "buyers": 33,
            "sellers": 42
          },
          "m15": {
            "buys": 249,
            "sells": 235,
            "buyers": 169,
            "sellers": 174
          },
          "m30": {
            "buys": 715,
            "sells": 622,
            "buyers": 371,
            "sellers": 439
          },
          "h1": {
            "buys": 2765,
            "sells": 2004,
            "buyers": 1001,
            "sellers": 1317
          },
          "h6": {
            "buys": 17117,
            "sells": 11825,
            "buyers": 4897,
            "sellers": 5600
          },
          "h24": {
            "buys": 68991,
            "sells": 50275,
            "buyers": 14212,
            "sellers": 12552
          }
        },
        "volume_usd": {
          "m5": "10824.5824911455",
          "m15": "40660.5867918669",
          "m30": "114677.802623791",
          "h1": "375594.986021168",
          "h6": "2653748.63183993",
          "h24": "11237045.0692925"
        },
        "reserve_in_usd": "96755.0414"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_F4GpAFr6vrxU3Y887F3XWkXRgybCVjZNk63m72f6pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "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.00971239854167038",
        "base_token_price_native_currency": "0.00000516776827185939",
        "quote_token_price_usd": "1875.68",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005167768272",
        "quote_token_price_base_token": "193507.128685589",
        "address": "0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
        "name": "HOODRAT / WETH",
        "pool_created_at": "2026-07-02T17:52:44Z",
        "fdv_usd": "9602922.115",
        "market_cap_usd": "9602922.115",
        "price_change_percentage": {
          "m5": "-4.093",
          "m15": "-6.665",
          "m30": "-6.76",
          "h1": "-0.66",
          "h6": "-2.291",
          "h24": "-16.387"
        },
        "transactions": {
          "m5": {
            "buys": 18,
            "sells": 9,
            "buyers": 16,
            "sellers": 9
          },
          "m15": {
            "buys": 39,
            "sells": 34,
            "buyers": 33,
            "sellers": 27
          },
          "m30": {
            "buys": 81,
            "sells": 69,
            "buyers": 55,
            "sellers": 47
          },
          "h1": {
            "buys": 227,
            "sells": 212,
            "buyers": 126,
            "sellers": 116
          },
          "h6": {
            "buys": 1290,
            "sells": 1389,
            "buyers": 437,
            "sellers": 424
          },
          "h24": {
            "buys": 4611,
            "sells": 5103,
            "buyers": 1119,
            "sellers": 1065
          }
        },
        "volume_usd": {
          "m5": "6945.3813815666",
          "m15": "17364.4277188024",
          "m30": "36432.8996573668",
          "h1": "117349.760498485",
          "h6": "811876.573207935",
          "h24": "2647009.9840459"
        },
        "reserve_in_usd": "364143.9525"
      },
      "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": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00203749040879004668941167539003287781210179335258012639562174536",
        "base_token_price_native_currency": "0.0000260733777777778",
        "quote_token_price_usd": "77.305143564518193045139780352636483413974050923",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002607337778",
        "quote_token_price_base_token": "38353.296934634",
        "address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
        "name": "WORLDCUP / SOL",
        "pool_created_at": "2026-05-11T20:38:31Z",
        "fdv_usd": "2016863.865",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.68",
          "m15": "13.233",
          "m30": "10.642",
          "h1": "21.739",
          "h6": "69.752",
          "h24": "250.918"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 12,
            "buyers": 13,
            "sellers": 11
          },
          "m15": {
            "buys": 111,
            "sells": 199,
            "buyers": 87,
            "sellers": 164
          },
          "m30": {
            "buys": 226,
            "sells": 247,
            "buyers": 169,
            "sellers": 196
          },
          "h1": {
            "buys": 413,
            "sells": 414,
            "buyers": 299,
            "sellers": 310
          },
          "h6": {
            "buys": 2993,
            "sells": 2583,
            "buyers": 1572,
            "sellers": 1385
          },
          "h24": {
            "buys": 11865,
            "sells": 8788,
            "buyers": 4261,
            "sellers": 3495
          }
        },
        "volume_usd": {
          "m5": "1109.7177639026",
          "m15": "34179.6246118089",
          "m30": "45599.8282841003",
          "h1": "68119.1216082777",
          "h6": "421453.191708364",
          "h24": "1605949.15614409"
        },
        "reserve_in_usd": "196202.7117"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_33eum82LaAhtv5YkUq1BdwEviSErH5CnFxqVNLT5pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_CF2isNUfkkdi3j8aq5yXhKSc6DeramGpGL7MfNFq7KVD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00028082316949820054119133278350675701738966481047368206360180512",
        "base_token_price_native_currency": "0.00000364181176060339",
        "quote_token_price_usd": "77.305577956817938568141257499832484760054835896",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003641811761",
        "quote_token_price_base_token": "274588.601974946",
        "address": "CF2isNUfkkdi3j8aq5yXhKSc6DeramGpGL7MfNFq7KVD",
        "name": "PCAT / SOL",
        "pool_created_at": "2026-07-13T16:33:44Z",
        "fdv_usd": "281234.241941552",
        "market_cap_usd": "281234.247260138",
        "price_change_percentage": {
          "m5": "0.024",
          "m15": "17.702",
          "m30": "10.787",
          "h1": "1.571",
          "h6": "-38.579",
          "h24": "800.767"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m15": {
            "buys": 31,
            "sells": 42,
            "buyers": 18,
            "sellers": 28
          },
          "m30": {
            "buys": 109,
            "sells": 118,
            "buyers": 75,
            "sellers": 72
          },
          "h1": {
            "buys": 270,
            "sells": 271,
            "buyers": 161,
            "sellers": 158
          },
          "h6": {
            "buys": 1848,
            "sells": 1870,
            "buyers": 686,
            "sellers": 756
          },
          "h24": {
            "buys": 34734,
            "sells": 30309,
            "buyers": 6793,
            "sellers": 6498
          }
        },
        "volume_usd": {
          "m5": "304.2104231724",
          "m15": "5326.6120938529",
          "m30": "15228.37266843",
          "h1": "36880.6269822465",
          "h6": "224303.153723635",
          "h24": "3828021.76326862"
        },
        "reserve_in_usd": "46121.0898"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3dejiWxvpL6QH63rBE38fSrVbna8pVrKbmbPPDke7wuH",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6TJuebvz9hqJaybCWpKm7ygmFqcxHxJ3Azi5BJhmHak",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000091402887467147651990366285301917524963527461858659423891846136",
        "base_token_price_native_currency": "0.00000118703967802685",
        "quote_token_price_usd": "77.284998207808587538027518408412370051629275512",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001187039678",
        "quote_token_price_base_token": "842431.823056028",
        "address": "6TJuebvz9hqJaybCWpKm7ygmFqcxHxJ3Azi5BJhmHak",
        "name": "Bison / SOL",
        "pool_created_at": "2026-07-12T20:04:28Z",
        "fdv_usd": "91458.8009594716",
        "market_cap_usd": "91459.4158654796",
        "price_change_percentage": {
          "m5": "-0.918",
          "m15": "8.478",
          "m30": "10.577",
          "h1": "-12.813",
          "h6": "-15.895",
          "h24": "-77.188"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 21,
            "sells": 63,
            "buyers": 19,
            "sellers": 38
          },
          "m30": {
            "buys": 92,
            "sells": 143,
            "buyers": 73,
            "sellers": 79
          },
          "h1": {
            "buys": 278,
            "sells": 248,
            "buyers": 150,
            "sellers": 143
          },
          "h6": {
            "buys": 1557,
            "sells": 1607,
            "buyers": 584,
            "sellers": 684
          },
          "h24": {
            "buys": 12182,
            "sells": 11338,
            "buyers": 2994,
            "sellers": 3695
          }
        },
        "volume_usd": {
          "m5": "83.1986275363",
          "m15": "2416.9414026407",
          "m30": "8766.495809382",
          "h1": "15783.7983486453",
          "h6": "127438.946971913",
          "h24": "1144435.19401475"
        },
        "reserve_in_usd": "28318.9727"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_GwZvGvVzjWTL1mvpw55KQWztTQvWo3B6ew16N2aspump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7WRi7eK7TyHtZcDt7MbMuiBuz731JaCcXqbHTzQb7szs",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000120215214571645486873640403324513539113679073100005072345047098",
        "base_token_price_native_currency": "0.00000154998343311099",
        "quote_token_price_usd": "77.305143564518193045139780352636483413974050923",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001549983433",
        "quote_token_price_base_token": "645168.186083698",
        "address": "7WRi7eK7TyHtZcDt7MbMuiBuz731JaCcXqbHTzQb7szs",
        "name": "baby / SOL",
        "pool_created_at": "2026-07-13T09:23:00Z",
        "fdv_usd": "118139.8487",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.35",
          "m15": "-10.67",
          "m30": "-11.327",
          "h1": "6.172",
          "h6": "-1.565",
          "h24": "-19.844"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 20,
            "sells": 29,
            "buyers": 16,
            "sellers": 24
          },
          "m30": {
            "buys": 53,
            "sells": 68,
            "buyers": 41,
            "sellers": 48
          },
          "h1": {
            "buys": 156,
            "sells": 176,
            "buyers": 109,
            "sellers": 111
          },
          "h6": {
            "buys": 899,
            "sells": 998,
            "buyers": 441,
            "sellers": 485
          },
          "h24": {
            "buys": 6135,
            "sells": 6088,
            "buyers": 2176,
            "sellers": 2040
          }
        },
        "volume_usd": {
          "m5": "41.652623318",
          "m15": "1329.7383141268",
          "m30": "4690.8055670819",
          "h1": "13005.4283972815",
          "h6": "69736.3733437854",
          "h24": "539916.894702257"
        },
        "reserve_in_usd": "27867.0301"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6Cn9XH2SCi79Nam7mhH5L1kfwFwPhfresmg6Q4Eipump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x588b0785f50063260003b7790c42f1ef74902746",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0154778151927171",
        "base_token_price_native_currency": "0.00000830503246222876",
        "quote_token_price_usd": "1875.68",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000008305032462",
        "quote_token_price_base_token": "120408.92128333",
        "address": "0x588b0785f50063260003b7790c42f1ef74902746",
        "name": "JUGGERNAUT / WETH 1%",
        "pool_created_at": "2026-06-29T09:12:54Z",
        "fdv_usd": "15091453.2",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.422",
          "m15": "8.263",
          "m30": "8.355",
          "h1": "13.178",
          "h6": "13.654",
          "h24": "9.919"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 3,
            "buyers": 9,
            "sellers": 3
          },
          "m15": {
            "buys": 71,
            "sells": 99,
            "buyers": 35,
            "sellers": 63
          },
          "m30": {
            "buys": 131,
            "sells": 128,
            "buyers": 61,
            "sellers": 84
          },
          "h1": {
            "buys": 204,
            "sells": 196,
            "buyers": 91,
            "sellers": 136
          },
          "h6": {
            "buys": 1196,
            "sells": 1105,
            "buyers": 408,
            "sellers": 582
          },
          "h24": {
            "buys": 4553,
            "sells": 3768,
            "buyers": 1368,
            "sellers": 1455
          }
        },
        "volume_usd": {
          "m5": "17809.2733642806",
          "m15": "135122.163042766",
          "m30": "158750.755195515",
          "h1": "216002.75333914",
          "h6": "1117361.63320767",
          "h24": "4078869.24878164"
        },
        "reserve_in_usd": "716437.1712"
      },
      "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"
          }
        }
      }
    }
  ]
}
Understøttede netværk

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

Hent kryptopriser og markedsdata fra 200+ 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
VEF
Venezuelan bolívar fuerte
VND
Vietnamese đồng
ZAR
South African Rand
XDR
IMF Special Drawing Rights
Kryptovalutaer
BTC
Bitcoin
ETH
Ether
LTC
Litecoin
BCH
Bitcoin Cash
BNB
Binance Coin
EOS
EOS
XRP
XRP
XLM
Lumens
LINK
Chainlink
DOT
Polkadot
YFI
Yearn.finance
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.