Coins: 17,414
Exchanges: 1,489
Market Cap: $2.286T 0.0%
24h Vol: $55.739B
Gas: 0.08 GWEI
Go Ad-free

On-chain DEX token & market data API for DeFi projects & developers

Get complete coverage of the crypto market delivered by CoinGecko API, the world’s largest independent crypto data authority since 2014.
Data Powered by
Trusted by Leading Web3 Projects

Extensive & Reliable On-Chain DEX Data API

Access on-chain market data from DEXes such as Uniswap, PancakeSwap, Orca, Curve and more across major networks, with our reliable and extensive DEX data API.
40M+
Coins & Tokens
200+
Networks
1,500+
DEXes

Scale Your DeFi Project Efficiently

One Unified API for Crypto, NFT and DEX Data

Simplify the integration process with one unified crypto data API providing complete coverage
Endpoint Category Description
/onchain/simple/*/token_price/* The simplest way to get the latest price USD price of tokens on a network, with token addresses
/onchain/networks Get the full list of supported networks
/onchain/network/*dexes Get the full list of supported dexes on a network
/onchains/network/*/pools/* Get liquidity pool data such as: trending pools, new pools, and market data like price, reserve, market cap, transacions, volume. Search endpoint is also available to search for pools on a network.
/onchains/network/*/tokens/* Get token related data like top pools, price, fdv, reserve, volume, market cap, geckoterminal score, coingecko api id. Metadata is also available, including image, website, description, and social media links.
/onchains/network/*/ohlcvs/* Get OHLCV historical chart data of a liquidity pool
/onchains/network/*/trades Get the latest 300 trades from a liquidity pool
// Get prices and market data of a liquidty pool
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.998130299605473",
      "base_token_price_native_currency": "0.000575952645471868",
      "quote_token_price_usd": "1732.82322855217",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005759526455",
      "quote_token_price_base_token": "1736.253853267",
      "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": "4253599200.07408",
      "market_cap_usd": "4248903580.88831",
      "price_change_percentage": {
        "m5": "0",
        "m15": "-0.096",
        "m30": "-0.153",
        "h1": "-0.245",
        "h6": "-0.36",
        "h24": "-0.571"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 0,
          "buyers": 0,
          "sellers": 0
        },
        "m15": {
          "buys": 0,
          "sells": 5,
          "buyers": 0,
          "sellers": 4
        },
        "m30": {
          "buys": 0,
          "sells": 7,
          "buyers": 0,
          "sellers": 4
        },
        "h1": {
          "buys": 3,
          "sells": 12,
          "buyers": 2,
          "sellers": 5
        },
        "h6": {
          "buys": 190,
          "sells": 185,
          "buyers": 81,
          "sellers": 69
        },
        "h24": {
          "buys": 431,
          "sells": 466,
          "buyers": 171,
          "sellers": 158
        }
      },
      "volume_usd": {
        "m5": "0.0",
        "m15": "588.5064697949",
        "m30": "810.812893327",
        "h1": "2011.780341528",
        "h6": "69906.9586923131",
        "h24": "170919.646600224"
      },
      "reserve_in_usd": "1248075.6401",
      "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"
        }
      }
    }
  }
}
// Discover Trending Pools
{
  "data": [
    {
      "id": "solana_CuRYxKDY33Bux5hKL8DisTfWborU7mP72V84fb1pri8y",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000462395021120341445144534897585596724879592487755011810353148034",
        "base_token_price_native_currency": "0.0000000622529187282436",
        "quote_token_price_usd": "74.023175519039593089894233722637224945106323569",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000006225291873",
        "quote_token_price_base_token": "16063503.8553832",
        "address": "CuRYxKDY33Bux5hKL8DisTfWborU7mP72V84fb1pri8y",
        "name": "QAI / SOL",
        "pool_created_at": "2026-06-20T21:47:49Z",
        "fdv_usd": "4623.950211",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "3.05",
          "m15": "4.179",
          "m30": "6.379",
          "h1": "11.534",
          "h6": "-85.711",
          "h24": "-99.719"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 9,
            "sells": 0,
            "buyers": 5,
            "sellers": 0
          },
          "m30": {
            "buys": 11,
            "sells": 2,
            "buyers": 7,
            "sellers": 2
          },
          "h1": {
            "buys": 28,
            "sells": 12,
            "buyers": 16,
            "sellers": 9
          },
          "h6": {
            "buys": 5355,
            "sells": 8643,
            "buyers": 1768,
            "sellers": 5903
          },
          "h24": {
            "buys": 57715,
            "sells": 51569,
            "buyers": 11761,
            "sellers": 12715
          }
        },
        "volume_usd": {
          "m5": "54.546007572",
          "m15": "58.2049884317",
          "m30": "68.4047104316",
          "h1": "183.7128417007",
          "h6": "211106.822139298",
          "h24": "2606875.27790479"
        },
        "reserve_in_usd": "5876.3928"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_37Bk2fdJ4gNGXrYTjMdriaZUbBbhmoQGeQjHyih3pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_AKQyQgEifBBhQmANuKzrRuRGoKSkKBv8NVdccc87FrR8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0086499355103100613021784369397472986950115483527567241772665426",
        "base_token_price_native_currency": "0.000116418906664805",
        "quote_token_price_usd": "1.0007757163381825899356312300942444084384511232256557936894377",
        "quote_token_price_native_currency": "0.0135137386649063",
        "base_token_price_quote_token": "0.008614855559",
        "quote_token_price_base_token": "116.0785567572",
        "address": "AKQyQgEifBBhQmANuKzrRuRGoKSkKBv8NVdccc87FrR8",
        "name": "Jotchua / USDC",
        "pool_created_at": "2026-06-07T05:15:25Z",
        "fdv_usd": "8581961.67209904",
        "market_cap_usd": "8581961.67718374",
        "price_change_percentage": {
          "m5": "-0.583",
          "m15": "-4.023",
          "m30": "-3.282",
          "h1": "-9.24",
          "h6": "-19.364",
          "h24": "15.73"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 24,
            "sells": 18,
            "buyers": 21,
            "sellers": 12
          },
          "m30": {
            "buys": 53,
            "sells": 31,
            "buyers": 44,
            "sellers": 25
          },
          "h1": {
            "buys": 123,
            "sells": 79,
            "buyers": 87,
            "sellers": 61
          },
          "h6": {
            "buys": 452,
            "sells": 386,
            "buyers": 226,
            "sellers": 251
          },
          "h24": {
            "buys": 4063,
            "sells": 4288,
            "buyers": 1478,
            "sellers": 1724
          }
        },
        "volume_usd": {
          "m5": "478.2737427004",
          "m15": "10325.7924845337",
          "m30": "13919.4777957016",
          "h1": "38623.4691501368",
          "h6": "146374.970027993",
          "h24": "1787534.46746306"
        },
        "reserve_in_usd": "400039.4584"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BcHEaaTCvycPwwsJ9yQTXdHP9X2gCLkznDbZ8VySpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Ak7hDCxDSocD2ZgJBCa1ZwLcuDQz5F6n747a7rQtpXE3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00405589785249070992521408996437664733856203948967371117537526812",
        "base_token_price_native_currency": "0.0000553552815632713",
        "quote_token_price_usd": "1.0007851891061621032522859705489242047510489175217624206797708",
        "quote_token_price_native_currency": "0.0135248888070354",
        "base_token_price_quote_token": "0.004092845594",
        "quote_token_price_base_token": "244.328787156",
        "address": "Ak7hDCxDSocD2ZgJBCa1ZwLcuDQz5F6n747a7rQtpXE3",
        "name": "SOLANGELES / USDC",
        "pool_created_at": "2026-05-21T21:02:17Z",
        "fdv_usd": "4055675.99076704",
        "market_cap_usd": "4055675.99076704",
        "price_change_percentage": {
          "m5": "0.541",
          "m15": "-7.024",
          "m30": "2.405",
          "h1": "-3.197",
          "h6": "7.533",
          "h24": "209.075"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 4,
            "buyers": 9,
            "sellers": 3
          },
          "m15": {
            "buys": 46,
            "sells": 35,
            "buyers": 39,
            "sellers": 23
          },
          "m30": {
            "buys": 87,
            "sells": 89,
            "buyers": 64,
            "sellers": 66
          },
          "h1": {
            "buys": 172,
            "sells": 147,
            "buyers": 105,
            "sellers": 104
          },
          "h6": {
            "buys": 1338,
            "sells": 1133,
            "buyers": 561,
            "sellers": 551
          },
          "h24": {
            "buys": 9742,
            "sells": 9151,
            "buyers": 2274,
            "sellers": 2163
          }
        },
        "volume_usd": {
          "m5": "604.0606558382",
          "m15": "16491.0737927381",
          "m30": "30229.8232055559",
          "h1": "49270.3067755295",
          "h6": "447612.976086932",
          "h24": "3171072.40659465"
        },
        "reserve_in_usd": "240770.6895"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8wxkvAfEns76yBzu4MnbV7VnXWjg3iDPA9uwAQ6cpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_GN9whJWrkgU8jBRpM5oa4iwSzYw1LivjB397DSyvbVG",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00688435558216040077087272663617785113444605710022337487347699717",
        "base_token_price_native_currency": "0.0000908845315493163",
        "quote_token_price_usd": "1.0007635806401443309428888205971228886568372451325109985757001",
        "quote_token_price_native_currency": "0.0135125672062639",
        "base_token_price_quote_token": "0.006725926329",
        "quote_token_price_base_token": "148.6784051798",
        "address": "GN9whJWrkgU8jBRpM5oa4iwSzYw1LivjB397DSyvbVG",
        "name": "ZERO / USDC",
        "pool_created_at": "2026-06-04T19:01:56Z",
        "fdv_usd": "6736881.97044417",
        "market_cap_usd": "6052558.98060274",
        "price_change_percentage": {
          "m5": "-0.574",
          "m15": "-2.187",
          "m30": "1.358",
          "h1": "-4.351",
          "h6": "-3.075",
          "h24": "-41.293"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m15": {
            "buys": 16,
            "sells": 14,
            "buyers": 6,
            "sellers": 14
          },
          "m30": {
            "buys": 36,
            "sells": 14,
            "buyers": 18,
            "sellers": 14
          },
          "h1": {
            "buys": 104,
            "sells": 39,
            "buyers": 64,
            "sellers": 34
          },
          "h6": {
            "buys": 508,
            "sells": 350,
            "buyers": 278,
            "sellers": 251
          },
          "h24": {
            "buys": 4453,
            "sells": 3147,
            "buyers": 1375,
            "sellers": 1385
          }
        },
        "volume_usd": {
          "m5": "728.10639412",
          "m15": "4118.6704499118",
          "m30": "6890.2717453501",
          "h1": "25901.7721711916",
          "h6": "154344.08788802",
          "h24": "1454409.68344875"
        },
        "reserve_in_usd": "308665.535"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_EmcxFTNVDqyLHp11NvwvLZ4D7LKGbG9i7B8RF7dwpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xb5478219c7d27e1dd40a9d6967a6c47cc822a68b",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00319373987230741",
        "base_token_price_native_currency": "0.00000185167823256835",
        "quote_token_price_usd": "1732.36026025985",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001851678233",
        "quote_token_price_base_token": "540050.632130055",
        "address": "0xb5478219c7d27e1dd40a9d6967a6c47cc822a68b",
        "name": "PEPETO / WETH",
        "pool_created_at": "2026-06-19T23:09:23Z",
        "fdv_usd": "3147960.91163325",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.527",
          "m15": "-1.869",
          "m30": "-2.784",
          "h1": "-0.647",
          "h6": "87.126",
          "h24": "2.713"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 28,
            "sells": 6,
            "buyers": 24,
            "sellers": 6
          },
          "m30": {
            "buys": 56,
            "sells": 13,
            "buyers": 46,
            "sellers": 13
          },
          "h1": {
            "buys": 109,
            "sells": 25,
            "buyers": 78,
            "sellers": 23
          },
          "h6": {
            "buys": 667,
            "sells": 122,
            "buyers": 387,
            "sellers": 99
          },
          "h24": {
            "buys": 2300,
            "sells": 719,
            "buyers": 1113,
            "sellers": 385
          }
        },
        "volume_usd": {
          "m5": "4582.2502295107",
          "m15": "23604.3722812215",
          "m30": "48686.4387990405",
          "h1": "92142.3863182423",
          "h6": "503472.901565808",
          "h24": "1922357.92767661"
        },
        "reserve_in_usd": "165483.3674"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xe233bb9291893ff5323dd7e72fa46dbbb9cdd66d",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.016643846778205122673116436032707281736989838615223984526052682",
        "base_token_price_native_currency": "0.000224364233333333",
        "quote_token_price_usd": "74.06821494281900428229843377014220401501311233",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002243642333",
        "quote_token_price_base_token": "4457.038384163",
        "address": "F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
        "name": "KINS / SOL",
        "pool_created_at": "2026-05-22T17:47:24Z",
        "fdv_usd": "16513188.7149778",
        "market_cap_usd": "16514208.2660751",
        "price_change_percentage": {
          "m5": "1.417",
          "m15": "1.741",
          "m30": "0.453",
          "h1": "6.032",
          "h6": "-6.516",
          "h24": "19.259"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 12,
            "buyers": 3,
            "sellers": 12
          },
          "m15": {
            "buys": 14,
            "sells": 22,
            "buyers": 10,
            "sellers": 22
          },
          "m30": {
            "buys": 48,
            "sells": 45,
            "buyers": 31,
            "sellers": 43
          },
          "h1": {
            "buys": 181,
            "sells": 182,
            "buyers": 112,
            "sellers": 138
          },
          "h6": {
            "buys": 1354,
            "sells": 859,
            "buyers": 587,
            "sellers": 523
          },
          "h24": {
            "buys": 5240,
            "sells": 4177,
            "buyers": 1812,
            "sellers": 1827
          }
        },
        "volume_usd": {
          "m5": "2528.4006474373",
          "m15": "3315.7118644548",
          "m30": "6299.4101673589",
          "h1": "30099.5066813449",
          "h6": "199620.425807635",
          "h24": "1047760.55764623"
        },
        "reserve_in_usd": "468580.7645"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Tqj8yFmagrg7oorpQkVGYR52r96RFTamvWfth9bpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7DHJUvZ2xrAFY1kZtibHrXtLiutJ7VkivH9zHwm4tyQ9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00171017728093408716628524345594143159496907343666289838652787083",
        "base_token_price_native_currency": "0.0000233048615740077",
        "quote_token_price_usd": "74.066239903056003746075108583675139811465298137",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002330486157",
        "quote_token_price_base_token": "42909.5018146478",
        "address": "7DHJUvZ2xrAFY1kZtibHrXtLiutJ7VkivH9zHwm4tyQ9",
        "name": "Daemon / SOL",
        "pool_created_at": "2026-04-07T19:59:16Z",
        "fdv_usd": "1723989.72726034",
        "market_cap_usd": "1700693.78188384",
        "price_change_percentage": {
          "m5": "1.162",
          "m15": "-1.763",
          "m30": "-1.726",
          "h1": "-3.391",
          "h6": "5",
          "h24": "55.122"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 25,
            "sells": 18,
            "buyers": 23,
            "sellers": 13
          },
          "m30": {
            "buys": 38,
            "sells": 35,
            "buyers": 34,
            "sellers": 22
          },
          "h1": {
            "buys": 117,
            "sells": 91,
            "buyers": 77,
            "sellers": 59
          },
          "h6": {
            "buys": 859,
            "sells": 879,
            "buyers": 362,
            "sellers": 463
          },
          "h24": {
            "buys": 6089,
            "sells": 6528,
            "buyers": 1690,
            "sellers": 2116
          }
        },
        "volume_usd": {
          "m5": "315.9418665368",
          "m15": "4316.8629734178",
          "m30": "6174.2012347734",
          "h1": "15470.5346153099",
          "h6": "174010.373740202",
          "h24": "1271779.843826"
        },
        "reserve_in_usd": "115211.3344"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4vpf4qNtNVkvz2dm5qL2mT6jBXH9gDY8qH2QsHN5pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0037653996202902210137916224260606257334800044250281236257037686",
        "base_token_price_native_currency": "0.0000504585349676524",
        "quote_token_price_usd": "74.06821494281900428229843377014220401501311233",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005045853497",
        "quote_token_price_base_token": "19818.252762215",
        "address": "5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
        "name": "three / SOL",
        "pool_created_at": "2026-04-29T07:09:01Z",
        "fdv_usd": "3766828.18130432",
        "market_cap_usd": "3766828.18912111",
        "price_change_percentage": {
          "m5": "0.983",
          "m15": "0.969",
          "m30": "0.91",
          "h1": "0.446",
          "h6": "14.096",
          "h24": "5.014"
        },
        "transactions": {
          "m5": {
            "buys": 161,
            "sells": 55,
            "buyers": 160,
            "sellers": 55
          },
          "m15": {
            "buys": 660,
            "sells": 229,
            "buyers": 644,
            "sellers": 225
          },
          "m30": {
            "buys": 1384,
            "sells": 470,
            "buyers": 1294,
            "sellers": 457
          },
          "h1": {
            "buys": 2231,
            "sells": 819,
            "buyers": 1913,
            "sellers": 742
          },
          "h6": {
            "buys": 7802,
            "sells": 3039,
            "buyers": 3138,
            "sellers": 1889
          },
          "h24": {
            "buys": 29215,
            "sells": 10689,
            "buyers": 3553,
            "sellers": 2873
          }
        },
        "volume_usd": {
          "m5": "2303.7341308063",
          "m15": "8793.767081032",
          "m30": "22858.9148737409",
          "h1": "48944.8853687837",
          "h6": "141741.759114523",
          "h24": "358713.121233879"
        },
        "reserve_in_usd": "274455.8957"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FeMbDoX7R1Psc4GEcvJdsbNbZA3bfztcyDCatJVJpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Ad5krvNLCkJcbGvSEu2Nht5TtyiZUE1BQ8r5ZzuD6bwE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00016637250100928114163804028901722642174528637560307689967577399",
        "base_token_price_native_currency": "0.00000230228138897057",
        "quote_token_price_usd": "73.995816408159447232891186172757409550844620502",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002302281389",
        "quote_token_price_base_token": "434351.771590846",
        "address": "Ad5krvNLCkJcbGvSEu2Nht5TtyiZUE1BQ8r5ZzuD6bwE",
        "name": "glippy / SOL",
        "pool_created_at": "2026-06-20T08:37:23Z",
        "fdv_usd": "166372.501",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-5.913",
          "m15": "-3.334",
          "m30": "-5.281",
          "h1": "-7.822",
          "h6": "-7.605",
          "h24": "-38.512"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 5,
            "buyers": 2,
            "sellers": 5
          },
          "m15": {
            "buys": 17,
            "sells": 9,
            "buyers": 10,
            "sellers": 9
          },
          "m30": {
            "buys": 53,
            "sells": 24,
            "buyers": 31,
            "sellers": 22
          },
          "h1": {
            "buys": 138,
            "sells": 68,
            "buyers": 61,
            "sellers": 61
          },
          "h6": {
            "buys": 545,
            "sells": 467,
            "buyers": 240,
            "sellers": 327
          },
          "h24": {
            "buys": 6336,
            "sells": 5920,
            "buyers": 2311,
            "sellers": 2918
          }
        },
        "volume_usd": {
          "m5": "438.9607519994",
          "m15": "703.8894938806",
          "m30": "2200.4352720831",
          "h1": "5753.4349814269",
          "h6": "33673.7416703241",
          "h24": "623677.474471267"
        },
        "reserve_in_usd": "35150.1598"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5NgDxD1en3YXvS9amAtgb15nc4oRfuGxomcAfu4wpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Bd1CirFD1KtbHbdGLTR2X9AguwAXAbGWqMiKJEToeHF",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000094104988355324829184822851128904302446526255945313422096655144",
        "base_token_price_native_currency": "0.00000127579400137734",
        "quote_token_price_usd": "73.995816408159447232891186172757409550844620502",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001275794001",
        "quote_token_price_base_token": "783825.601092657",
        "address": "Bd1CirFD1KtbHbdGLTR2X9AguwAXAbGWqMiKJEToeHF",
        "name": "Pearchua / SOL",
        "pool_created_at": "2026-06-21T15:14:53Z",
        "fdv_usd": "94104.98836",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.756",
          "m15": "5.315",
          "m30": "-12.851",
          "h1": "-4.77",
          "h6": "-9.045",
          "h24": "209.068"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 11,
            "buyers": 2,
            "sellers": 10
          },
          "m15": {
            "buys": 62,
            "sells": 51,
            "buyers": 51,
            "sellers": 37
          },
          "m30": {
            "buys": 113,
            "sells": 93,
            "buyers": 86,
            "sellers": 62
          },
          "h1": {
            "buys": 194,
            "sells": 164,
            "buyers": 129,
            "sellers": 105
          },
          "h6": {
            "buys": 1222,
            "sells": 1132,
            "buyers": 578,
            "sellers": 594
          },
          "h24": {
            "buys": 16385,
            "sells": 12038,
            "buyers": 4008,
            "sellers": 3701
          }
        },
        "volume_usd": {
          "m5": "1319.0181558781",
          "m15": "6066.585869858",
          "m30": "12102.5193690944",
          "h1": "18711.9972747782",
          "h6": "117582.462626943",
          "h24": "1206489.18754914"
        },
        "reserve_in_usd": "24420.4241"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4opYauvz3bb4ezkMugFsJqvQ9Y11YwSwpFcpmDxhpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_EjSeT32cXAGtSEqMVpd9y677cTmEJS2HvzcJPzCPD8Us",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000442602238472491109037527791565372533402241023457215969481840331",
        "base_token_price_native_currency": "0.000000597420306",
        "quote_token_price_usd": "74.066239903056003746075108583675139811465298137",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000597420306",
        "quote_token_price_base_token": "1673863.42572695",
        "address": "EjSeT32cXAGtSEqMVpd9y677cTmEJS2HvzcJPzCPD8Us",
        "name": "Kirby / SOL",
        "pool_created_at": "2026-06-21T09:03:33Z",
        "fdv_usd": "44245.7386",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-5.186",
          "m15": "12.819",
          "m30": "27.191",
          "h1": "23.045",
          "h6": "-19.061",
          "h24": "47.038"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 15,
            "buyers": 14,
            "sellers": 14
          },
          "m15": {
            "buys": 34,
            "sells": 44,
            "buyers": 25,
            "sellers": 32
          },
          "m30": {
            "buys": 55,
            "sells": 62,
            "buyers": 40,
            "sellers": 41
          },
          "h1": {
            "buys": 83,
            "sells": 100,
            "buyers": 55,
            "sellers": 74
          },
          "h6": {
            "buys": 989,
            "sells": 923,
            "buyers": 412,
            "sellers": 444
          },
          "h24": {
            "buys": 15076,
            "sells": 13047,
            "buyers": 4172,
            "sellers": 4069
          }
        },
        "volume_usd": {
          "m5": "996.2446846674",
          "m15": "3322.4805396092",
          "m30": "4682.6764532674",
          "h1": "5918.8684608655",
          "h6": "61764.632273909",
          "h24": "1250633.6753026"
        },
        "reserve_in_usd": "16866.8229"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6UkQu9c5t9Rj5VvSq3RCi3XYukL4RjFS951bjBK7pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_8U1JyF8FyvcsWDNuukgPkczBnZJzaLe6LkQ5jEC7a83j",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000500047531841556172164818801954657505120585299739861588298444016",
        "base_token_price_native_currency": "0.0000000675509699255638",
        "quote_token_price_usd": "73.838280842052628169545253458777621271823990314",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000006755096993",
        "quote_token_price_base_token": "14803636.4407784",
        "address": "8U1JyF8FyvcsWDNuukgPkczBnZJzaLe6LkQ5jEC7a83j",
        "name": "Harvest Hank / SOL",
        "pool_created_at": "2026-06-20T10:36:32Z",
        "fdv_usd": "5000.475318",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "7.664",
          "h1": "7.579",
          "h6": "-5.833",
          "h24": "-81.763"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 5,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "h1": {
            "buys": 7,
            "sells": 3,
            "buyers": 6,
            "sellers": 3
          },
          "h6": {
            "buys": 30,
            "sells": 28,
            "buyers": 24,
            "sellers": 24
          },
          "h24": {
            "buys": 11985,
            "sells": 13866,
            "buyers": 2808,
            "sellers": 5016
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "1.0765783053",
          "m30": "156.5781105855",
          "h1": "178.9018242368",
          "h6": "985.7823724298",
          "h24": "1051982.13125538"
        },
        "reserve_in_usd": "6757.0032"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_489fWM9Ur6m3N6KBHUc3BegesUSH6Z3J5UH1USZnpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_C3HAJo5hfxWCgsoXZEqsqzbTFhCDxuJb4QNA4AQPq6XG",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000402083439827775640097072486726057714091402480984144847683559536",
        "base_token_price_native_currency": "0.00000539190655653446",
        "quote_token_price_usd": "74.048410025895107064820109487249909413456660532",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005391906557",
        "quote_token_price_base_token": "185463.154732921",
        "address": "C3HAJo5hfxWCgsoXZEqsqzbTFhCDxuJb4QNA4AQPq6XG",
        "name": "CS / SOL",
        "pool_created_at": "2026-06-17T21:59:20Z",
        "fdv_usd": "402083.4398",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.952",
          "m15": "4.475",
          "m30": "0.93",
          "h1": "8.143",
          "h6": "21.239",
          "h24": "20.175"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 29,
            "sells": 24,
            "buyers": 24,
            "sellers": 18
          },
          "m30": {
            "buys": 45,
            "sells": 46,
            "buyers": 33,
            "sellers": 31
          },
          "h1": {
            "buys": 96,
            "sells": 123,
            "buyers": 69,
            "sellers": 77
          },
          "h6": {
            "buys": 6474,
            "sells": 4333,
            "buyers": 3220,
            "sellers": 1779
          },
          "h24": {
            "buys": 27224,
            "sells": 18007,
            "buyers": 12997,
            "sellers": 7082
          }
        },
        "volume_usd": {
          "m5": "147.1535899711",
          "m15": "2325.1334971071",
          "m30": "4537.2332435233",
          "h1": "13906.313385368",
          "h6": "91965.1957138617",
          "h24": "578686.740157258"
        },
        "reserve_in_usd": "54214.0049"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9qwxahBxcgKyn5X7kZvkN7qxKZg6pkVD8Lo4URtopump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_2mQYy3LfJCnauyfufYnLGtLCXmb6M2shXQGV2mHx7Mpy",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0008263331471391880247851647441227808550869066343953537868247094",
        "base_token_price_native_currency": "0.0000110283445428477",
        "quote_token_price_usd": "74.06821494281900428229843377014220401501311233",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001102834454",
        "quote_token_price_base_token": "90675.4405536358",
        "address": "2mQYy3LfJCnauyfufYnLGtLCXmb6M2shXQGV2mHx7Mpy",
        "name": "drooling / SOL",
        "pool_created_at": "2026-05-29T07:54:29Z",
        "fdv_usd": "815984.94908529",
        "market_cap_usd": "815984.94908529",
        "price_change_percentage": {
          "m5": "-1.908",
          "m15": "-3.059",
          "m30": "-0.725",
          "h1": "-9.694",
          "h6": "13.268",
          "h24": "104.066"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 15,
            "buyers": 2,
            "sellers": 15
          },
          "m15": {
            "buys": 8,
            "sells": 38,
            "buyers": 8,
            "sellers": 37
          },
          "m30": {
            "buys": 26,
            "sells": 71,
            "buyers": 21,
            "sellers": 69
          },
          "h1": {
            "buys": 193,
            "sells": 141,
            "buyers": 172,
            "sellers": 122
          },
          "h6": {
            "buys": 1112,
            "sells": 975,
            "buyers": 549,
            "sellers": 635
          },
          "h24": {
            "buys": 3049,
            "sells": 3039,
            "buyers": 1199,
            "sellers": 1293
          }
        },
        "volume_usd": {
          "m5": "816.716160547",
          "m15": "4271.8306034626",
          "m30": "6242.5533482247",
          "h1": "27098.4215598147",
          "h6": "272901.406272343",
          "h24": "711912.958921898"
        },
        "reserve_in_usd": "96025.7114"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_B6f27ETGcjgGNB1fqULJbXVmw9FnL8HgBp7R83hmpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x3122a3fa830e4918d6a9c09bd4769d0d95bf291548e7c7960cd7ccd9e3ac3627",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0865251813657119",
        "base_token_price_native_currency": "0.00014694366289762",
        "quote_token_price_usd": "0.997657952959462",
        "quote_token_price_native_currency": "0.00169080239464361",
        "base_token_price_quote_token": "0.0869076501",
        "quote_token_price_base_token": "11.5064669092",
        "address": "0x3122a3fa830e4918d6a9c09bd4769d0d95bf291548e7c7960cd7ccd9e3ac3627",
        "name": "BTW / USDT 0.007%",
        "pool_created_at": "2026-02-26T08:10:50Z",
        "fdv_usd": "867041064.445084",
        "market_cap_usd": "190749038.238",
        "price_change_percentage": {
          "m5": "-2.306",
          "m15": "-6.472",
          "m30": "-5.306",
          "h1": "-7.137",
          "h6": "6.258",
          "h24": "-20.437"
        },
        "transactions": {
          "m5": {
            "buys": 240,
            "sells": 241,
            "buyers": 156,
            "sellers": 142
          },
          "m15": {
            "buys": 849,
            "sells": 919,
            "buyers": 469,
            "sellers": 400
          },
          "m30": {
            "buys": 1920,
            "sells": 2073,
            "buyers": 899,
            "sellers": 806
          },
          "h1": {
            "buys": 3921,
            "sells": 4181,
            "buyers": 1589,
            "sellers": 1436
          },
          "h6": {
            "buys": 32516,
            "sells": 34073,
            "buyers": 10225,
            "sellers": 9353
          },
          "h24": {
            "buys": 112658,
            "sells": 116903,
            "buyers": 16852,
            "sellers": 15162
          }
        },
        "volume_usd": {
          "m5": "52597.9405791578",
          "m15": "181457.398526467",
          "m30": "435486.023496352",
          "h1": "909283.89923232",
          "h6": "7310432.68500164",
          "h24": "22587070.0355555"
        },
        "reserve_in_usd": "1329731.1335"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x444045b0ee1ee319a660a5e3d604ca0ffa35acaa",
            "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": "bsc_0x916f992df86795f24de6c268cfb9031fbb1155da",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.128952819838962",
        "base_token_price_native_currency": "0.000218212738131435033334829622624",
        "quote_token_price_usd": "0.99960119810086",
        "quote_token_price_native_currency": "0.00169409575137846",
        "base_token_price_quote_token": "0.1288077949",
        "quote_token_price_base_token": "7.7635053108",
        "address": "0x916f992df86795f24de6c268cfb9031fbb1155da",
        "name": "UB / USDC 0.01%",
        "pool_created_at": "2025-09-10T10:19:46Z",
        "fdv_usd": "254767558.21873",
        "market_cap_usd": "323451560.5",
        "price_change_percentage": {
          "m5": "-0.628",
          "m15": "1.022",
          "m30": "5.413",
          "h1": "7.085",
          "h6": "17.761",
          "h24": "52.132"
        },
        "transactions": {
          "m5": {
            "buys": 134,
            "sells": 182,
            "buyers": 82,
            "sellers": 107
          },
          "m15": {
            "buys": 564,
            "sells": 638,
            "buyers": 243,
            "sellers": 241
          },
          "m30": {
            "buys": 1570,
            "sells": 1730,
            "buyers": 506,
            "sellers": 467
          },
          "h1": {
            "buys": 2375,
            "sells": 2599,
            "buyers": 632,
            "sellers": 614
          },
          "h6": {
            "buys": 13256,
            "sells": 14987,
            "buyers": 1336,
            "sellers": 1382
          },
          "h24": {
            "buys": 54607,
            "sells": 59103,
            "buyers": 2092,
            "sellers": 2277
          }
        },
        "volume_usd": {
          "m5": "86889.1951659141",
          "m15": "325456.215406851",
          "m30": "1113180.65590121",
          "h1": "1527184.95335313",
          "h6": "7995795.52982508",
          "h24": "30866420.5493517"
        },
        "reserve_in_usd": "3813773.3057"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x40b8129b786d766267a7a118cf8c07e31cdb6fde",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7abF5yhUCp6spgYfuCu4tKkWTM5TWnUWabzity6qSxSG",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000706645450929891858579696041989617043203689601190945172758872656",
        "base_token_price_native_currency": "0.00000943670500711732",
        "quote_token_price_usd": "1.000746019121054298425754344997632499078622363162099585406638",
        "quote_token_price_native_currency": "0.013508106155797",
        "base_token_price_quote_token": "0.0006985957097",
        "quote_token_price_base_token": "1431.4430879856",
        "address": "7abF5yhUCp6spgYfuCu4tKkWTM5TWnUWabzity6qSxSG",
        "name": "APU / USDC",
        "pool_created_at": "2026-06-05T13:56:33Z",
        "fdv_usd": "706521.262438973",
        "market_cap_usd": "706521.262438973",
        "price_change_percentage": {
          "m5": "1.386",
          "m15": "6.062",
          "m30": "8.165",
          "h1": "9.686",
          "h6": "-2.288",
          "h24": "-8.778"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 8,
            "sells": 9,
            "buyers": 5,
            "sellers": 5
          },
          "m30": {
            "buys": 16,
            "sells": 20,
            "buyers": 11,
            "sellers": 11
          },
          "h1": {
            "buys": 34,
            "sells": 38,
            "buyers": 24,
            "sellers": 18
          },
          "h6": {
            "buys": 300,
            "sells": 276,
            "buyers": 130,
            "sellers": 111
          },
          "h24": {
            "buys": 2755,
            "sells": 2055,
            "buyers": 806,
            "sellers": 675
          }
        },
        "volume_usd": {
          "m5": "220.1115686765",
          "m15": "2068.9399283271",
          "m30": "3470.0061128595",
          "h1": "5258.0457754997",
          "h6": "66060.8393703694",
          "h24": "735873.42582727"
        },
        "reserve_in_usd": "97483.4009"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_24Kko3VWwMKtkB9CVct2ZAZgJzb2R2iNrYxCpTYFpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x7ec6c9d993d9832aa654593f2dbc21303650bc6c",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "15.3601595419263",
        "base_token_price_native_currency": "0.00885061399353631",
        "quote_token_price_usd": "1735.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.008850613994",
        "quote_token_price_base_token": "112.986511527",
        "address": "0x7ec6c9d993d9832aa654593f2dbc21303650bc6c",
        "name": "VVV / WETH 0.05%",
        "pool_created_at": "2025-01-29T23:33:20Z",
        "fdv_usd": "1234913085.51075",
        "market_cap_usd": "720212312.901405",
        "price_change_percentage": {
          "m5": "0.086",
          "m15": "0.688",
          "m30": "0.299",
          "h1": "-0.03",
          "h6": "3.13",
          "h24": "6.399"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 0,
            "buyers": 7,
            "sellers": 0
          },
          "m15": {
            "buys": 15,
            "sells": 10,
            "buyers": 7,
            "sellers": 8
          },
          "m30": {
            "buys": 25,
            "sells": 19,
            "buyers": 9,
            "sellers": 14
          },
          "h1": {
            "buys": 26,
            "sells": 77,
            "buyers": 9,
            "sellers": 34
          },
          "h6": {
            "buys": 520,
            "sells": 444,
            "buyers": 183,
            "sellers": 136
          },
          "h24": {
            "buys": 2193,
            "sells": 1794,
            "buyers": 351,
            "sellers": 303
          }
        },
        "volume_usd": {
          "m5": "4897.6953975525",
          "m15": "13690.4898127293",
          "m30": "16143.4578519893",
          "h1": "38388.4742178133",
          "h6": "468063.712026506",
          "h24": "2024980.79757616"
        },
        "reserve_in_usd": "3017400.4191"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xacfe6019ed1a7dc6f7b508c02d1b04ec88cc21bf",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_91Jni2Yj2k8fFRTgbT89V9iP4FtLtkg6sHyPetrTA1By",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00008868936035909473796297275507555240701898933733115978682086497",
        "base_token_price_native_currency": "0.00000119897269229387",
        "quote_token_price_usd": "74.06821494281900428229843377014220401501311233",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001198972692",
        "quote_token_price_base_token": "834047.352727278",
        "address": "91Jni2Yj2k8fFRTgbT89V9iP4FtLtkg6sHyPetrTA1By",
        "name": "₿ / SOL",
        "pool_created_at": "2026-06-21T23:07:21Z",
        "fdv_usd": "88782.00467",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "6.024",
          "m15": "12.813",
          "m30": "-0.491",
          "h1": "-6.9",
          "h6": "-17.588",
          "h24": "204.068"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 19,
            "buyers": 7,
            "sellers": 15
          },
          "m15": {
            "buys": 31,
            "sells": 58,
            "buyers": 23,
            "sellers": 46
          },
          "m30": {
            "buys": 145,
            "sells": 141,
            "buyers": 108,
            "sellers": 109
          },
          "h1": {
            "buys": 390,
            "sells": 323,
            "buyers": 247,
            "sellers": 217
          },
          "h6": {
            "buys": 9507,
            "sells": 7550,
            "buyers": 2643,
            "sellers": 2248
          },
          "h24": {
            "buys": 10924,
            "sells": 8859,
            "buyers": 2971,
            "sellers": 2478
          }
        },
        "volume_usd": {
          "m5": "2153.3290835791",
          "m15": "4471.6362537908",
          "m30": "10775.7402747087",
          "h1": "28464.5365345184",
          "h6": "903366.540797069",
          "h24": "1015719.13387083"
        },
        "reserve_in_usd": "23452.1854"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BrbTtwbR4e1DoGwt8VeBSmX7XAWW3bHeNtzH74whpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x5181c65117d6421bef9245b6d064be212ea72589",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00518676395144235",
        "base_token_price_native_currency": "0.00000880581379076926624839376818792",
        "quote_token_price_usd": "1.00266680641856",
        "quote_token_price_native_currency": "0.00169929125738253",
        "base_token_price_quote_token": "0.005182050901",
        "quote_token_price_base_token": "192.9737895621",
        "address": "0x5181c65117d6421bef9245b6d064be212ea72589",
        "name": "$SUP / USDT 0.01%",
        "pool_created_at": "2025-08-03T08:17:43Z",
        "fdv_usd": "5186763.9509999",
        "market_cap_usd": "907683.691425",
        "price_change_percentage": {
          "m5": "1.157",
          "m15": "0.355",
          "m30": "2.943",
          "h1": "9.707",
          "h6": "-9.171",
          "h24": "-44.334"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 7,
            "buyers": 3,
            "sellers": 7
          },
          "m15": {
            "buys": 28,
            "sells": 39,
            "buyers": 20,
            "sellers": 31
          },
          "m30": {
            "buys": 77,
            "sells": 110,
            "buyers": 56,
            "sellers": 65
          },
          "h1": {
            "buys": 147,
            "sells": 212,
            "buyers": 95,
            "sellers": 94
          },
          "h6": {
            "buys": 1180,
            "sells": 1150,
            "buyers": 393,
            "sellers": 371
          },
          "h24": {
            "buys": 13303,
            "sells": 13337,
            "buyers": 1300,
            "sellers": 1198
          }
        },
        "volume_usd": {
          "m5": "222.0538619804",
          "m15": "1759.0430511476",
          "m30": "4507.3871302649",
          "h1": "8038.9797175734",
          "h6": "55552.1708454942",
          "h24": "642945.145885485"
        },
        "reserve_in_usd": "582224.4619"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x19ed254efa5e061d28d84650891a3db2a9940c16",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Supported Networks

Extensive Coverage Across Multiple Chains

Fetch crypto prices and market data from 200+ networks, from major blockchains to new launches.

Why Web3 Projects Use CoinGecko

“CoinGecko's DEX API provides us with a fast, highly-accurate and robust source of DEX price data. They have wide data coverage, are easy to use and highly reliable. CoinGecko's DEX API has become one of our many key DEX price feeds that Supra utilizes to aggregate data from decentralized exchanges.”
"CoinGecko’s DEX API has become an integral part of our development process, adeptly handling numerous minor tasks that we simply don't have the capacity to manage. This has significantly streamlined our workflow, allowing us to focus on core development."
"CoinGecko’s DEX API has a wide coverage, supports the largest number of chains, and has a high availability."

Frequently Asked Questions

Supercharge your project with CoinGecko API

Unlock more possibilities with reliable, accurate and comprehensive crypto price data.
Never Miss An Update!
Subscribe to our API newsletter for the latest in product news, endpoint updates, and inspiring community content.
New Portfolio
Icon & name
Select Currency
Suggested Currencies
USD
US Dollar
IDR
Indonesian Rupiah
TWD
New Taiwan Dollar
EUR
Euro
KRW
South Korean Won
JPY
Japanese Yen
RUB
Russian Ruble
CNY
Chinese Yuan
Fiat Currencies
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
Cryptocurrencies
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 Units
BITS
Bits
SATS
Satoshi
Commodities
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Select Language
Popular Languages
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
All Languages
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
繁體中文
Welcome to CoinGecko
Welcome back!
Login or Sign up in seconds
or
Sign in with . Not you?
Forgot your password?
Didn't receive confirmation instructions?
Resend confirmation instructions
Password must contain at least 8 characters including 1 uppercase letter, 1 lowercase letter, 1 number, and 1 special character
By continuing, you acknowledge that you've read and agree fully to our Terms of Service and Privacy Policy.
Get Price Alerts with CoinGecko App
Forgot your password?
You will receive an email with instructions on how to reset your password in a few minutes.
Resend confirmation instructions
You will receive an email with instructions for how to confirm your email address in a few minutes.
Get the CoinGecko app.
Scan this QR code to download the app now App QR Code Or check it out in the app stores
Add NFT
Track wallet address
Paste
Read-only access - we can’t make changes to your wallet.
We currently support the following EVM networks:
Ethereum Mainnet
Base Mainnet
BNB Smart Chain
Arbitrum
Avalanche
Fantom
Flare
Gnosis
Linea
Optimism
Polygon
Polygon zkEVM
Scroll
Stellar
Story
Syscoin
Telos
X Layer
Xai
Support for Solana is coming soon.
or
Create Portfolio
Select icon
💎
🔥
👀
🚀
💰
🦍
🌱
💩
🌙
🪂
💚
CoinGecko
Better on the app
Real-time price alerts and a faster, smoother experience.
You’ve reached the limit.
Guest portfolios are limited to 10 coins. Sign up or log in to keep the coins listed below.