Coins: 17,132
Exchanges: 1,295
Market Cap: $2.747T 2.4%
24h Vol: $105.814B
Gas: 0.399 GWEI
Go Ad-free

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

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.
6M+
Coins & Tokens
200+
Networks
1,000+
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.999924870586669",
      "base_token_price_native_currency": "0.000556820448646961",
      "quote_token_price_usd": "1796.6",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005568204486",
      "quote_token_price_base_token": "1795.911056122",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3158361378.12721",
      "market_cap_usd": "3163477519.85933",
      "price_change_percentage": {
        "m5": "-0.2",
        "m15": "-0.15",
        "m30": "-0.04",
        "h1": "0.05",
        "h6": "-0.07",
        "h24": "0.13"
      },
      "transactions": {
        "m5": {
          "buys": 2,
          "sells": 4,
          "buyers": 1,
          "sellers": 3
        },
        "m15": {
          "buys": 14,
          "sells": 26,
          "buyers": 13,
          "sellers": 20
        },
        "m30": {
          "buys": 18,
          "sells": 27,
          "buyers": 14,
          "sellers": 21
        },
        "h1": {
          "buys": 33,
          "sells": 39,
          "buyers": 17,
          "sellers": 28
        },
        "h6": {
          "buys": 151,
          "sells": 139,
          "buyers": 79,
          "sellers": 80
        },
        "h24": {
          "buys": 499,
          "sells": 543,
          "buyers": 200,
          "sellers": 213
        }
      },
      "volume_usd": {
        "m5": "2045.5363093306",
        "m15": "31392.0309582856",
        "m30": "33879.7882505388",
        "h1": "41457.2656760007",
        "h6": "171367.196128425",
        "h24": "695545.470493621"
      },
      "reserve_in_usd": "2228332.4129",
      "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": "bsc_0x82bb7279d6ac87e180864f6e55217c79b06d8829",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000209817180857693",
        "base_token_price_native_currency": "0.00000000350650281392986",
        "quote_token_price_usd": "591.09",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003506502814",
        "quote_token_price_base_token": "285184428.207906",
        "address": "0x82bb7279d6ac87e180864f6e55217c79b06d8829",
        "name": "BOTTLE / WBNB",
        "pool_created_at": "2025-04-03T18:00:05Z",
        "fdv_usd": "2098.1718085769",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "0",
          "h6": "3.82",
          "h24": "4"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "h1": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "h6": {
            "buys": 5,
            "sells": 3,
            "buyers": 5,
            "sellers": 3
          },
          "h24": {
            "buys": 172,
            "sells": 215,
            "buyers": 129,
            "sellers": 70
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.0",
          "m30": "0.0",
          "h1": "0.0",
          "h6": "171.9349767822",
          "h24": "46213.2240822181"
        },
        "reserve_in_usd": "3061.5081"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x12cd5ad420929f7021c37fa31bcb4d0fd74220aa",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_GiqkyXUkexS2WNMadEKq1JRPELcF97nU7zHz1DH4zyvM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00133687682915045",
        "base_token_price_native_currency": "0.0000115619906408006",
        "quote_token_price_usd": "115.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001156199064",
        "quote_token_price_base_token": "86490.2966164965",
        "address": "GiqkyXUkexS2WNMadEKq1JRPELcF97nU7zHz1DH4zyvM",
        "name": "PT / SOL",
        "pool_created_at": "2025-04-02T22:05:39Z",
        "fdv_usd": "1336876.82915045",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "4.27",
          "m15": "12.01",
          "m30": "2.66",
          "h1": "-9.83",
          "h6": "-32.37",
          "h24": "96.08"
        },
        "transactions": {
          "m5": {
            "buys": 45,
            "sells": 48,
            "buyers": 35,
            "sellers": 37
          },
          "m15": {
            "buys": 123,
            "sells": 153,
            "buyers": 90,
            "sellers": 90
          },
          "m30": {
            "buys": 359,
            "sells": 310,
            "buyers": 226,
            "sellers": 187
          },
          "h1": {
            "buys": 884,
            "sells": 635,
            "buyers": 435,
            "sellers": 373
          },
          "h6": {
            "buys": 8336,
            "sells": 6545,
            "buyers": 2894,
            "sellers": 2871
          },
          "h24": {
            "buys": 59231,
            "sells": 49770,
            "buyers": 14640,
            "sellers": 12543
          }
        },
        "volume_usd": {
          "m5": "10500.7634500801",
          "m15": "26528.9997493846",
          "m30": "103929.064434347",
          "h1": "263419.950065806",
          "h6": "2436769.08211267",
          "h24": "19288774.2488113"
        },
        "reserve_in_usd": "154214.7952"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4M4ypzyZA7Sp2weYEMfnWuJ6wBVpNaMgaGTanmTspump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x2ad2651a07b4949c0f892cfa27c3c73fb3b020f6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0680633120284261",
        "base_token_price_native_currency": "0.000114952865345887",
        "quote_token_price_usd": "592.11",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001149528653",
        "quote_token_price_base_token": "8699.217692322",
        "address": "0x2ad2651a07b4949c0f892cfa27c3c73fb3b020f6",
        "name": "STO / WBNB 1%",
        "pool_created_at": "2025-04-03T03:29:24Z",
        "fdv_usd": "37130717.4112139",
        "market_cap_usd": "15300193.3823132",
        "price_change_percentage": {
          "m5": "0.45",
          "m15": "0.72",
          "m30": "0.14",
          "h1": "-0.82",
          "h6": "2.42",
          "h24": "-8.41"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 12,
            "buyers": 4,
            "sellers": 12
          },
          "m15": {
            "buys": 5,
            "sells": 62,
            "buyers": 5,
            "sellers": 60
          },
          "m30": {
            "buys": 10,
            "sells": 143,
            "buyers": 10,
            "sellers": 128
          },
          "h1": {
            "buys": 21,
            "sells": 319,
            "buyers": 20,
            "sellers": 275
          },
          "h6": {
            "buys": 221,
            "sells": 1527,
            "buyers": 137,
            "sellers": 1401
          },
          "h24": {
            "buys": 4731,
            "sells": 86443,
            "buyers": 2737,
            "sellers": 81582
          }
        },
        "volume_usd": {
          "m5": "4245.1869432561",
          "m15": "5456.3673848906",
          "m30": "10105.1265168622",
          "h1": "24408.4515964895",
          "h6": "333094.807126527",
          "h24": "9856351.29729488"
        },
        "reserve_in_usd": "2574679.2641"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xdaf1695c41327b61b9b9965ac6a5843a3198cf07",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x594b83709464a83f37ac77e69ddd447a8a33c0ee",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0985862417407146",
        "base_token_price_native_currency": "0.0000549950630023018124132987776015114984",
        "quote_token_price_usd": "82924.0203476804",
        "quote_token_price_native_currency": "46.1419582937876",
        "base_token_price_quote_token": "0.000001191866688",
        "quote_token_price_base_token": "839020.009702623",
        "address": "0x594b83709464a83f37ac77e69ddd447a8a33c0ee",
        "name": "EDGE / cbBTC",
        "pool_created_at": "2025-04-02T13:00:58Z",
        "fdv_usd": "98586241.7407146",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.04",
          "m15": "-0.55",
          "m30": "1.78",
          "h1": "4.66",
          "h6": "5.75",
          "h24": "21.93"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 16,
            "sells": 7,
            "buyers": 6,
            "sellers": 4
          },
          "m30": {
            "buys": 32,
            "sells": 13,
            "buyers": 9,
            "sellers": 9
          },
          "h1": {
            "buys": 109,
            "sells": 44,
            "buyers": 24,
            "sellers": 27
          },
          "h6": {
            "buys": 510,
            "sells": 412,
            "buyers": 101,
            "sellers": 162
          },
          "h24": {
            "buys": 3850,
            "sells": 4273,
            "buyers": 509,
            "sellers": 1011
          }
        },
        "volume_usd": {
          "m5": "476.1295514516",
          "m15": "3766.2286984469",
          "m30": "11631.1704659788",
          "h1": "50448.6909682723",
          "h6": "304789.411280465",
          "h24": "3939896.5412228"
        },
        "reserve_in_usd": "1687606.8256"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xed6e000def95780fb89734c07ee2ce9f6dcaf110",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xefd42911962cc6582a43d6088178300cb83d2398",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000048013151070869",
        "base_token_price_native_currency": "0.00000000822181206418946",
        "quote_token_price_usd": "592.03",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000008221812064",
        "quote_token_price_base_token": "121627688.907601",
        "address": "0xefd42911962cc6582a43d6088178300cb83d2398",
        "name": "GIGGLE / WBNB",
        "pool_created_at": "2025-04-03T07:59:43Z",
        "fdv_usd": "4801.3151070869",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "8.47",
          "h6": "1.68",
          "h24": "93.88"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "h1": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "h6": {
            "buys": 8,
            "sells": 8,
            "buyers": 7,
            "sellers": 8
          },
          "h24": {
            "buys": 850,
            "sells": 606,
            "buyers": 458,
            "sellers": 327
          }
        },
        "volume_usd": {
          "m5": "38.48195",
          "m15": "38.48195",
          "m30": "38.48195",
          "h1": "183.222486688",
          "h6": "626.1038412981",
          "h24": "162268.546120712"
        },
        "reserve_in_usd": "4710.8212"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x3862df943ea9bc16953059e067df69f45888066e",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_63amWndBz75z2j7jyKDbzXvzt36L9qdGw7CZAXbD4KNe",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00842347350295714",
        "base_token_price_native_currency": "0.00007299465898",
        "quote_token_price_usd": "115.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007299465898",
        "quote_token_price_base_token": "13699.632465904",
        "address": "63amWndBz75z2j7jyKDbzXvzt36L9qdGw7CZAXbD4KNe",
        "name": "BUTTCOIN / SOL",
        "pool_created_at": "2025-01-30T16:58:31Z",
        "fdv_usd": "8414130.52573258",
        "market_cap_usd": "8398158.18731786",
        "price_change_percentage": {
          "m5": "1.55",
          "m15": "3.14",
          "m30": "7.92",
          "h1": "8.25",
          "h6": "-5.2",
          "h24": "17.43"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 25,
            "buyers": 7,
            "sellers": 21
          },
          "m15": {
            "buys": 83,
            "sells": 110,
            "buyers": 74,
            "sellers": 100
          },
          "m30": {
            "buys": 212,
            "sells": 208,
            "buyers": 145,
            "sellers": 177
          },
          "h1": {
            "buys": 430,
            "sells": 335,
            "buyers": 242,
            "sellers": 263
          },
          "h6": {
            "buys": 3999,
            "sells": 3050,
            "buyers": 1413,
            "sellers": 1409
          },
          "h24": {
            "buys": 15833,
            "sells": 14763,
            "buyers": 3933,
            "sellers": 4262
          }
        },
        "volume_usd": {
          "m5": "6006.7473468588",
          "m15": "28993.5887674332",
          "m30": "112789.37290647",
          "h1": "152288.016927719",
          "h6": "1620591.18247297",
          "h24": "7046935.73082698"
        },
        "reserve_in_usd": "890365.0694"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FasH397CeZLNYWkd3wWK9vrmjd1z93n3b59DssRXpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_3k7465BYTp7iWc3iTTNHxHXy6thseEi4asaeXJpSxdBz",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000594100785861439",
        "base_token_price_native_currency": "0.00000511859508803069",
        "quote_token_price_usd": "115.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005118595088",
        "quote_token_price_base_token": "195366.107848303",
        "address": "3k7465BYTp7iWc3iTTNHxHXy6thseEi4asaeXJpSxdBz",
        "name": "FLOPPA / SOL",
        "pool_created_at": "2025-04-02T21:13:25Z",
        "fdv_usd": "594100.057744715",
        "market_cap_usd": "587640.724499701",
        "price_change_percentage": {
          "m5": "0.94",
          "m15": "3.04",
          "m30": "9.05",
          "h1": "12.98",
          "h6": "-27.14",
          "h24": "-17.15"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m15": {
            "buys": 28,
            "sells": 35,
            "buyers": 17,
            "sellers": 31
          },
          "m30": {
            "buys": 60,
            "sells": 55,
            "buyers": 28,
            "sellers": 46
          },
          "h1": {
            "buys": 113,
            "sells": 134,
            "buyers": 48,
            "sellers": 84
          },
          "h6": {
            "buys": 4241,
            "sells": 2591,
            "buyers": 2775,
            "sellers": 1481
          },
          "h24": {
            "buys": 23493,
            "sells": 12823,
            "buyers": 17222,
            "sellers": 7688
          }
        },
        "volume_usd": {
          "m5": "493.3830934622",
          "m15": "4355.6510745429",
          "m30": "8295.7013657058",
          "h1": "22608.2363092323",
          "h6": "795883.539588974",
          "h24": "3824664.9147442"
        },
        "reserve_in_usd": "82201.7906"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_EPbztGmoacJ2ns3pYx2FX4xRo3qD1MsnJCy2Rsdopump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_8n1LYpyMePFzf2kXueHvXtqve6J53wBW4oG9vincr3x7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0011019768046363",
        "base_token_price_native_currency": "0.00000954079185592367",
        "quote_token_price_usd": "115.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000009540791856",
        "quote_token_price_base_token": "104813.103052775",
        "address": "8n1LYpyMePFzf2kXueHvXtqve6J53wBW4oG9vincr3x7",
        "name": "GOLD / SOL",
        "pool_created_at": "2025-03-14T02:44:56Z",
        "fdv_usd": "1101457.87430343",
        "market_cap_usd": "1077388.79112468",
        "price_change_percentage": {
          "m5": "3.52",
          "m15": "10.73",
          "m30": "9.52",
          "h1": "15.42",
          "h6": "12.85",
          "h24": "403.96"
        },
        "transactions": {
          "m5": {
            "buys": 42,
            "sells": 43,
            "buyers": 34,
            "sellers": 39
          },
          "m15": {
            "buys": 143,
            "sells": 147,
            "buyers": 116,
            "sellers": 119
          },
          "m30": {
            "buys": 290,
            "sells": 285,
            "buyers": 209,
            "sellers": 203
          },
          "h1": {
            "buys": 694,
            "sells": 615,
            "buyers": 469,
            "sellers": 395
          },
          "h6": {
            "buys": 5413,
            "sells": 3820,
            "buyers": 2645,
            "sellers": 1862
          },
          "h24": {
            "buys": 12851,
            "sells": 9749,
            "buyers": 4673,
            "sellers": 3458
          }
        },
        "volume_usd": {
          "m5": "8056.9724870401",
          "m15": "28027.0702949343",
          "m30": "48810.1102903877",
          "h1": "139080.431408526",
          "h6": "1025657.44940672",
          "h24": "2401937.54097537"
        },
        "reserve_in_usd": "162324.6908"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9YnfbEaXPaPmoXnKZFmNH8hzcLyjbRf56MQP7oqGpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Bzc9NZfMqkXR6fz1DBph7BDf9BroyEf6pnzESP7v5iiw",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.425329769817191",
        "base_token_price_native_currency": "0.00369709238575717",
        "quote_token_price_usd": "115.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.003697092386",
        "quote_token_price_base_token": "270.482826951",
        "address": "Bzc9NZfMqkXR6fz1DBph7BDf9BroyEf6pnzESP7v5iiw",
        "name": "Fartcoin / SOL",
        "pool_created_at": "2024-10-18T06:09:47Z",
        "fdv_usd": "425326747.461873",
        "market_cap_usd": "423447875.595872",
        "price_change_percentage": {
          "m5": "0.8",
          "m15": "-0.14",
          "m30": "-2.05",
          "h1": "-0.78",
          "h6": "12.31",
          "h24": "-0.2"
        },
        "transactions": {
          "m5": {
            "buys": 34,
            "sells": 15,
            "buyers": 3,
            "sellers": 3
          },
          "m15": {
            "buys": 51,
            "sells": 100,
            "buyers": 13,
            "sellers": 13
          },
          "m30": {
            "buys": 120,
            "sells": 240,
            "buyers": 25,
            "sellers": 34
          },
          "h1": {
            "buys": 383,
            "sells": 400,
            "buyers": 59,
            "sellers": 50
          },
          "h6": {
            "buys": 2325,
            "sells": 2347,
            "buyers": 282,
            "sellers": 237
          },
          "h24": {
            "buys": 8081,
            "sells": 8113,
            "buyers": 882,
            "sellers": 653
          }
        },
        "volume_usd": {
          "m5": "17061.4610510991",
          "m15": "93802.6346538926",
          "m30": "210760.749162792",
          "h1": "505675.136118606",
          "h6": "3524907.82796519",
          "h24": "11263488.2118489"
        },
        "reserve_in_usd": "13335679.9338"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xd9edc75a3a797ec92ca370f19051babebfb2edee",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.133594188132872",
        "base_token_price_native_currency": "0.0000742833403951272",
        "quote_token_price_usd": "1798.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000742833404",
        "quote_token_price_base_token": "13461.9686551629",
        "address": "0xd9edc75a3a797ec92ca370f19051babebfb2edee",
        "name": "KTA / WETH",
        "pool_created_at": "2025-03-05T18:32:49Z",
        "fdv_usd": "133594181.036745",
        "market_cap_usd": "53290321.12",
        "price_change_percentage": {
          "m5": "0.05",
          "m15": "0.28",
          "m30": "-1.61",
          "h1": "-0.89",
          "h6": "1.73",
          "h24": "-10.74"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 28,
            "sells": 3,
            "buyers": 6,
            "sellers": 3
          },
          "m30": {
            "buys": 45,
            "sells": 12,
            "buyers": 22,
            "sellers": 6
          },
          "h1": {
            "buys": 59,
            "sells": 39,
            "buyers": 33,
            "sellers": 22
          },
          "h6": {
            "buys": 372,
            "sells": 211,
            "buyers": 173,
            "sellers": 113
          },
          "h24": {
            "buys": 1547,
            "sells": 1010,
            "buyers": 639,
            "sellers": 403
          }
        },
        "volume_usd": {
          "m5": "650.2116091346",
          "m15": "5320.4790624498",
          "m30": "28363.253612864",
          "h1": "118922.024474294",
          "h6": "644247.273977425",
          "h24": "3483983.46589974"
        },
        "reserve_in_usd": "4771028.5636"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xc0634090f2fe6c6d75e61be2b949464abb498973",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x9f1350f9db56c3f2449453a5feca918b55538695",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000000163902998851402",
        "base_token_price_native_currency": "0.000000000000914565571629518",
        "quote_token_price_usd": "1798.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000000009145655716",
        "quote_token_price_base_token": "1093415312166.47",
        "address": "0x9f1350f9db56c3f2449453a5feca918b55538695",
        "name": "TRUMP / WETH",
        "pool_created_at": "2025-03-22T09:57:33Z",
        "fdv_usd": "199793.646429767",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.34",
          "m15": "-4.38",
          "m30": "-9.21",
          "h1": "-12.75",
          "h6": "6.42",
          "h24": "386.68"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 6,
            "buyers": 5,
            "sellers": 6
          },
          "m30": {
            "buys": 10,
            "sells": 12,
            "buyers": 10,
            "sellers": 12
          },
          "h1": {
            "buys": 21,
            "sells": 23,
            "buyers": 20,
            "sellers": 23
          },
          "h6": {
            "buys": 207,
            "sells": 136,
            "buyers": 206,
            "sellers": 136
          },
          "h24": {
            "buys": 1073,
            "sells": 637,
            "buyers": 1069,
            "sellers": 637
          }
        },
        "volume_usd": {
          "m5": "499.0732063078",
          "m15": "3580.6087769464",
          "m30": "7250.8672735137",
          "h1": "14786.6681249415",
          "h6": "117598.566691855",
          "h24": "582570.325473326"
        },
        "reserve_in_usd": "95766.4684"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x1f5ae26f204832349f1fdf625f96311d0f7514ab",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_H9d3XHfvMGfoohydEpqh4w3mopnvjCRzE9VqaiHKdqs7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00822788776488313",
        "base_token_price_native_currency": "0.0000711035500070142",
        "quote_token_price_usd": "115.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007110355001",
        "quote_token_price_base_token": "14063.9953968733",
        "address": "H9d3XHfvMGfoohydEpqh4w3mopnvjCRzE9VqaiHKdqs7",
        "name": "Ghibli / SOL",
        "pool_created_at": "2025-03-26T09:50:11Z",
        "fdv_usd": "8227130.01257547",
        "market_cap_usd": "8209939.74010486",
        "price_change_percentage": {
          "m5": "0.92",
          "m15": "0.33",
          "m30": "1.43",
          "h1": "-4.86",
          "h6": "-5.17",
          "h24": "-31.42"
        },
        "transactions": {
          "m5": {
            "buys": 15,
            "sells": 1,
            "buyers": 13,
            "sellers": 1
          },
          "m15": {
            "buys": 61,
            "sells": 20,
            "buyers": 38,
            "sellers": 19
          },
          "m30": {
            "buys": 114,
            "sells": 72,
            "buyers": 70,
            "sellers": 51
          },
          "h1": {
            "buys": 221,
            "sells": 135,
            "buyers": 108,
            "sellers": 88
          },
          "h6": {
            "buys": 1225,
            "sells": 1105,
            "buyers": 407,
            "sellers": 417
          },
          "h24": {
            "buys": 10381,
            "sells": 8606,
            "buyers": 1949,
            "sellers": 2269
          }
        },
        "volume_usd": {
          "m5": "4034.2342775152",
          "m15": "12032.362287961",
          "m30": "29029.5623857459",
          "h1": "54524.1297223527",
          "h6": "414655.520483793",
          "h24": "3452310.20277361"
        },
        "reserve_in_usd": "547243.3618"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4TBi66vi32S7J8X1A6eWfaLHYmUXu7CStcEmsJQdpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xade9bcd4b968ee26bed102dd43a55f6a8c2416df",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000624658628911497",
        "base_token_price_native_currency": "0.000000347406999161039",
        "quote_token_price_usd": "1798.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003474069992",
        "quote_token_price_base_token": "2878468.20131696",
        "address": "0xade9bcd4b968ee26bed102dd43a55f6a8c2416df",
        "name": "doginme / WETH 1%",
        "pool_created_at": "2024-02-04T23:35:17Z",
        "fdv_usd": "42239002.9931942",
        "market_cap_usd": "42148277.2813156",
        "price_change_percentage": {
          "m5": "0.18",
          "m15": "2.07",
          "m30": "-1.86",
          "h1": "-4.31",
          "h6": "-4.78",
          "h24": "-8.1"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 37,
            "sells": 3,
            "buyers": 21,
            "sellers": 3
          },
          "m30": {
            "buys": 45,
            "sells": 3,
            "buyers": 21,
            "sellers": 3
          },
          "h1": {
            "buys": 61,
            "sells": 23,
            "buyers": 29,
            "sellers": 12
          },
          "h6": {
            "buys": 292,
            "sells": 256,
            "buyers": 116,
            "sellers": 85
          },
          "h24": {
            "buys": 1374,
            "sells": 1050,
            "buyers": 386,
            "sellers": 365
          }
        },
        "volume_usd": {
          "m5": "1120.4658062003",
          "m15": "31038.3722281574",
          "m30": "36205.0306029007",
          "h1": "63444.0272563818",
          "h6": "424280.502094123",
          "h24": "1723713.62227878"
        },
        "reserve_in_usd": "3334998.8014"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x6921b130d297cc43754afba22e5eac0fbf8db75b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Gj5t6KjTw3gWW7SrMHEi1ojCkaYHyvLwb17gktf96HNH",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00920481169789291",
        "base_token_price_native_currency": "0.0000797763481644703",
        "quote_token_price_usd": "115.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007977634816",
        "quote_token_price_base_token": "12535.0435687825",
        "address": "Gj5t6KjTw3gWW7SrMHEi1ojCkaYHyvLwb17gktf96HNH",
        "name": "House / SOL",
        "pool_created_at": "2025-03-24T17:16:11Z",
        "fdv_usd": "9193967.25529644",
        "market_cap_usd": "8906655.18503926",
        "price_change_percentage": {
          "m5": "2.81",
          "m15": "12.08",
          "m30": "6.38",
          "h1": "-9.31",
          "h6": "49.18",
          "h24": "52.71"
        },
        "transactions": {
          "m5": {
            "buys": 26,
            "sells": 32,
            "buyers": 24,
            "sellers": 28
          },
          "m15": {
            "buys": 102,
            "sells": 144,
            "buyers": 78,
            "sellers": 89
          },
          "m30": {
            "buys": 242,
            "sells": 259,
            "buyers": 152,
            "sellers": 156
          },
          "h1": {
            "buys": 639,
            "sells": 532,
            "buyers": 316,
            "sellers": 325
          },
          "h6": {
            "buys": 5665,
            "sells": 5003,
            "buyers": 1764,
            "sellers": 1804
          },
          "h24": {
            "buys": 14415,
            "sells": 13239,
            "buyers": 3848,
            "sellers": 4096
          }
        },
        "volume_usd": {
          "m5": "12546.7838445044",
          "m15": "48808.4646179627",
          "m30": "101924.282865024",
          "h1": "273573.935146635",
          "h6": "2718921.10981785",
          "h24": "6845224.48829576"
        },
        "reserve_in_usd": "403355.0695"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_DitHyRMQiSDhn5cnKMJV2CDDt6sVct96YrECiM49pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4qQM2x2pfhU3ToscAqkQxTfhTm7DmJe8LGWU9kvqeNH4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0249679036709816",
        "base_token_price_native_currency": "0.000217039766749595",
        "quote_token_price_usd": "115.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002170397667",
        "quote_token_price_base_token": "4607.450583716",
        "address": "4qQM2x2pfhU3ToscAqkQxTfhTm7DmJe8LGWU9kvqeNH4",
        "name": "titcoin / SOL",
        "pool_created_at": "2025-03-06T19:43:30Z",
        "fdv_usd": "24956650.8847483",
        "market_cap_usd": "24577735.1547269",
        "price_change_percentage": {
          "m5": "-2.11",
          "m15": "-2.67",
          "m30": "-6.81",
          "h1": "-3.41",
          "h6": "-7.17",
          "h24": "5.99"
        },
        "transactions": {
          "m5": {
            "buys": 12,
            "sells": 23,
            "buyers": 12,
            "sellers": 23
          },
          "m15": {
            "buys": 114,
            "sells": 94,
            "buyers": 81,
            "sellers": 75
          },
          "m30": {
            "buys": 208,
            "sells": 180,
            "buyers": 120,
            "sellers": 131
          },
          "h1": {
            "buys": 468,
            "sells": 378,
            "buyers": 267,
            "sellers": 232
          },
          "h6": {
            "buys": 3781,
            "sells": 3116,
            "buyers": 1265,
            "sellers": 1399
          },
          "h24": {
            "buys": 22176,
            "sells": 20860,
            "buyers": 5600,
            "sellers": 5897
          }
        },
        "volume_usd": {
          "m5": "13041.1058363947",
          "m15": "71691.6111192429",
          "m30": "110024.990413796",
          "h1": "208611.642082935",
          "h6": "1728659.32453485",
          "h24": "10750660.3070665"
        },
        "reserve_in_usd": "1102043.0399"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FtUEW73K6vEYHfbkfpdBZfWpxgQar2HipGdbutEhpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x0abd7643b61fbd919e8b3b92e19bda26f22c546c",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0233065082777933",
        "base_token_price_native_currency": "0.0000394984159814912768979947443328",
        "quote_token_price_usd": "1.00013785222415",
        "quote_token_price_native_currency": "0.00169388566530749",
        "base_token_price_quote_token": "0.02331823026",
        "quote_token_price_base_token": "42.8849011591",
        "address": "0x0abd7643b61fbd919e8b3b92e19bda26f22c546c",
        "name": "AITECH / USDT 0.05%",
        "pool_created_at": "2024-03-18T11:41:37Z",
        "fdv_usd": "46394616.1646579",
        "market_cap_usd": "35059297.8512025",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.32",
          "m30": "-0.44",
          "h1": "-0.84",
          "h6": "-0.3",
          "h24": "-0.76"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 8,
            "buyers": 3,
            "sellers": 6
          },
          "m30": {
            "buys": 6,
            "sells": 9,
            "buyers": 5,
            "sellers": 7
          },
          "h1": {
            "buys": 11,
            "sells": 11,
            "buyers": 8,
            "sellers": 9
          },
          "h6": {
            "buys": 28,
            "sells": 50,
            "buyers": 20,
            "sellers": 31
          },
          "h24": {
            "buys": 212,
            "sells": 315,
            "buyers": 114,
            "sellers": 144
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "6901.7433358837",
          "m30": "7144.7773278948",
          "h1": "7184.8407218283",
          "h6": "13842.6220557769",
          "h24": "59908.5719011592"
        },
        "reserve_in_usd": "364317.6758"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x2d060ef4d6bf7f9e5edde373ab735513c0e4f944",
            "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": "solana_9drEt2N5LmuuFPTssNTJejrxcBGzN76NLhNA13CvkHC",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00867753432611349",
        "base_token_price_native_currency": "0.0000753937397244489",
        "quote_token_price_usd": "115.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007539373972",
        "quote_token_price_base_token": "13263.7007217685",
        "address": "9drEt2N5LmuuFPTssNTJejrxcBGzN76NLhNA13CvkHC",
        "name": "MAG / SOL",
        "pool_created_at": "2025-03-01T14:15:03Z",
        "fdv_usd": "8677522.12466346",
        "market_cap_usd": "8695851.73277674",
        "price_change_percentage": {
          "m5": "0.18",
          "m15": "0.34",
          "m30": "1.2",
          "h1": "1.18",
          "h6": "-8.53",
          "h24": "-21.54"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 0,
            "buyers": 5,
            "sellers": 0
          },
          "m15": {
            "buys": 20,
            "sells": 29,
            "buyers": 20,
            "sellers": 29
          },
          "m30": {
            "buys": 29,
            "sells": 38,
            "buyers": 29,
            "sellers": 38
          },
          "h1": {
            "buys": 61,
            "sells": 72,
            "buyers": 61,
            "sellers": 72
          },
          "h6": {
            "buys": 429,
            "sells": 481,
            "buyers": 299,
            "sellers": 334
          },
          "h24": {
            "buys": 3382,
            "sells": 3035,
            "buyers": 1193,
            "sellers": 1059
          }
        },
        "volume_usd": {
          "m5": "241.1608152186",
          "m15": "4446.1388929908",
          "m30": "9208.970823522",
          "h1": "15332.3897685606",
          "h6": "149285.677286536",
          "h24": "1876847.18955372"
        },
        "reserve_in_usd": "783431.1028"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HPm64oG8eoCKuPj2MaHc1ruqdZ4Pe71UEGiUET1MtJAu",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x71f5a8f7d448e59b1ede00a19fe59e05d125e742",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "2.06755921770835",
        "base_token_price_native_currency": "0.00347279857903513",
        "quote_token_price_usd": "1.0007406867681",
        "quote_token_price_native_currency": "0.0016903261380449",
        "base_token_price_quote_token": "2.0545139195",
        "quote_token_price_base_token": "0.4867331346",
        "address": "0x71f5a8f7d448e59b1ede00a19fe59e05d125e742",
        "name": "XRP / USDT 0.25%",
        "pool_created_at": "2023-07-09T16:18:14Z",
        "fdv_usd": "673460154.579991",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.19",
          "m15": "0.63",
          "m30": "-0.05",
          "h1": "-0.01",
          "h6": "-0.2",
          "h24": "0.44"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 16,
            "buyers": 13,
            "sellers": 12
          },
          "m15": {
            "buys": 26,
            "sells": 32,
            "buyers": 20,
            "sellers": 26
          },
          "m30": {
            "buys": 27,
            "sells": 35,
            "buyers": 21,
            "sellers": 29
          },
          "h1": {
            "buys": 39,
            "sells": 48,
            "buyers": 28,
            "sellers": 31
          },
          "h6": {
            "buys": 178,
            "sells": 161,
            "buyers": 95,
            "sellers": 66
          },
          "h24": {
            "buys": 951,
            "sells": 1077,
            "buyers": 309,
            "sellers": 354
          }
        },
        "volume_usd": {
          "m5": "26020.1016488612",
          "m15": "61323.3773772035",
          "m30": "63915.5879605481",
          "h1": "93800.341890943",
          "h6": "327651.494139638",
          "h24": "1680670.63577727"
        },
        "reserve_in_usd": "1816236.8261"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x1d2f0da169ceb9fc7b3144628db156f3f6c60dbe",
            "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": "solana_C7uww8yFRmxB8eE5tsQT6eehmMrrovxGZkyrvSxNHPUr",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00198463869186034",
        "base_token_price_native_currency": "0.0000171054423401238",
        "quote_token_price_usd": "115.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001710544234",
        "quote_token_price_base_token": "58460.926067625",
        "address": "C7uww8yFRmxB8eE5tsQT6eehmMrrovxGZkyrvSxNHPUr",
        "name": "ALGOAI / SOL",
        "pool_created_at": "2025-03-24T17:59:35Z",
        "fdv_usd": "1984621.92948737",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.02",
          "m15": "1.07",
          "m30": "5.16",
          "h1": "1.07",
          "h6": "-8.55",
          "h24": "132.68"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 18,
            "sells": 13,
            "buyers": 18,
            "sellers": 13
          },
          "m30": {
            "buys": 47,
            "sells": 29,
            "buyers": 33,
            "sellers": 27
          },
          "h1": {
            "buys": 70,
            "sells": 79,
            "buyers": 52,
            "sellers": 68
          },
          "h6": {
            "buys": 1027,
            "sells": 782,
            "buyers": 688,
            "sellers": 556
          },
          "h24": {
            "buys": 4360,
            "sells": 3115,
            "buyers": 2167,
            "sellers": 1532
          }
        },
        "volume_usd": {
          "m5": "15.2927938677",
          "m15": "2023.8138859195",
          "m30": "6719.8676370266",
          "h1": "11253.2726617169",
          "h6": "185058.806167603",
          "h24": "876676.504772556"
        },
        "reserve_in_usd": "155607.8148"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4b83cYeo4BYfP9NfFUQQWRQYfomJjjChfsV64m5MqifY",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000146856049893439",
        "base_token_price_native_currency": "0.0000000816710261753573",
        "quote_token_price_usd": "1798.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000008167102618",
        "quote_token_price_base_token": "12244244.3401272",
        "address": "0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
        "name": "BNKR / WETH 1%",
        "pool_created_at": "2024-12-03T04:44:53Z",
        "fdv_usd": "14684140.2358599",
        "market_cap_usd": "14910249.42",
        "price_change_percentage": {
          "m5": "-1.38",
          "m15": "-1.38",
          "m30": "-0.69",
          "h1": "-0.93",
          "h6": "-9.25",
          "h24": "-10.65"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m15": {
            "buys": 13,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m30": {
            "buys": 18,
            "sells": 6,
            "buyers": 5,
            "sellers": 6
          },
          "h1": {
            "buys": 30,
            "sells": 12,
            "buyers": 6,
            "sellers": 11
          },
          "h6": {
            "buys": 131,
            "sells": 81,
            "buyers": 60,
            "sellers": 40
          },
          "h24": {
            "buys": 697,
            "sells": 455,
            "buyers": 397,
            "sellers": 228
          }
        },
        "volume_usd": {
          "m5": "4547.2117102452",
          "m15": "4547.2117102452",
          "m30": "7621.9279169331",
          "h1": "9141.8091343069",
          "h6": "57359.1925636874",
          "h24": "332637.697123913"
        },
        "reserve_in_usd": "1048881.4144"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    }
  ]
}

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.
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
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
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
繁體中文
Log in
By continuing, you agree to CoinGecko Terms of Service and acknowledge you’ve read our Privacy Policy
or
Forgot your password?
Didn't receive confirmation instructions?
Resend confirmation instructions
Sign up
By continuing, you agree to CoinGecko Terms of Service and acknowledge you’ve read our Privacy Policy
or
Password must contain at least 8 characters including 1 uppercase letter, 1 lowercase letter, 1 number, and 1 special character
Didn't receive confirmation instructions?
Resend confirmation instructions
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
coingecko
Continue in app
Track prices in real-time
Open App