Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Most Comprehensive DEX API for On-chain Crypto Price & Market Data | CoinGecko API
[go: Go Back, main page]

Coins: 17,549
Exchanges: 1,472
Market Cap: $2.652T 0.3%
24h Vol: $100.021B
Gas: 0.0 GWEI
Remove Ads

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.
37M+
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.997522923711221",
      "base_token_price_native_currency": "0.000429304927444509",
      "quote_token_price_usd": "2322.46738177423",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0004293049274",
      "quote_token_price_base_token": "2329.346662645",
      "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": "4410781181.90949",
      "market_cap_usd": "4417252134.14518",
      "price_change_percentage": {
        "m5": "-0.025",
        "m15": "0.081",
        "m30": "-0.035",
        "h1": "-0.082",
        "h6": "-0.304",
        "h24": "-0.141"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 2,
          "buyers": 0,
          "sellers": 1
        },
        "m15": {
          "buys": 5,
          "sells": 7,
          "buyers": 5,
          "sellers": 6
        },
        "m30": {
          "buys": 7,
          "sells": 14,
          "buyers": 7,
          "sellers": 12
        },
        "h1": {
          "buys": 23,
          "sells": 33,
          "buyers": 22,
          "sellers": 28
        },
        "h6": {
          "buys": 167,
          "sells": 214,
          "buyers": 121,
          "sellers": 148
        },
        "h24": {
          "buys": 614,
          "sells": 719,
          "buyers": 359,
          "sellers": 381
        }
      },
      "volume_usd": {
        "m5": "908.9076996169",
        "m15": "20337.2801800337",
        "m30": "27129.1004894884",
        "h1": "40186.1529846923",
        "h6": "291787.912427281",
        "h24": "953535.252338986"
      },
      "reserve_in_usd": "2101511.2729",
      "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_HVimk99ygSSDnWz9eSqumdThrFz4DADE7j6phmFms6at",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.019853139037980144041807895043953957674306094900705995161226945",
        "base_token_price_native_currency": "0.0002303078217114",
        "quote_token_price_usd": "86.04124078316894838250595311547624060475618995",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002303078217",
        "quote_token_price_base_token": "4342.014928408",
        "address": "HVimk99ygSSDnWz9eSqumdThrFz4DADE7j6phmFms6at",
        "name": "MAGA / SOL",
        "pool_created_at": "2026-02-20T22:02:46Z",
        "fdv_usd": "19340919.5389752",
        "market_cap_usd": "19340919.5667977",
        "price_change_percentage": {
          "m5": "-2.277",
          "m15": "-0.408",
          "m30": "-5.359",
          "h1": "3.554",
          "h6": "58.769",
          "h24": "265.095"
        },
        "transactions": {
          "m5": {
            "buys": 103,
            "sells": 43,
            "buyers": 65,
            "sellers": 35
          },
          "m15": {
            "buys": 332,
            "sells": 205,
            "buyers": 170,
            "sellers": 119
          },
          "m30": {
            "buys": 836,
            "sells": 525,
            "buyers": 364,
            "sellers": 258
          },
          "h1": {
            "buys": 1939,
            "sells": 1230,
            "buyers": 716,
            "sellers": 554
          },
          "h6": {
            "buys": 9566,
            "sells": 6335,
            "buyers": 2804,
            "sellers": 1960
          },
          "h24": {
            "buys": 22049,
            "sells": 15908,
            "buyers": 5480,
            "sellers": 3889
          }
        },
        "volume_usd": {
          "m5": "27999.8359201392",
          "m15": "80367.4607038113",
          "m30": "208802.356391545",
          "h1": "483323.254739699",
          "h6": "2560202.5873807",
          "h24": "6283735.3908964"
        },
        "reserve_in_usd": "423637.6752"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Hon2rHAiqkcDtUzL5gA2vjXPr7T1MPCK2UT2AHKCpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x101552cfd9d16f17db7d11fde6082e4671e9fe39cb21679bb3fad5be9e5ec2c9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.60198044217958",
        "base_token_price_native_currency": "0.00254745047926009",
        "quote_token_price_usd": "1.00189461239257",
        "quote_token_price_native_currency": "0.00158933052629657",
        "base_token_price_quote_token": "1.6028449949",
        "quote_token_price_base_token": "0.6238906464",
        "address": "0x101552cfd9d16f17db7d11fde6082e4671e9fe39cb21679bb3fad5be9e5ec2c9",
        "name": "RAVE / USDT 0.007%",
        "pool_created_at": "2025-12-11T04:28:55Z",
        "fdv_usd": "52741689.8644413",
        "market_cap_usd": "399206909.508401",
        "price_change_percentage": {
          "m5": "0.764",
          "m15": "-0.502",
          "m30": "0.982",
          "h1": "-3.833",
          "h6": "20.217",
          "h24": "46.836"
        },
        "transactions": {
          "m5": {
            "buys": 188,
            "sells": 172,
            "buyers": 97,
            "sellers": 100
          },
          "m15": {
            "buys": 988,
            "sells": 1014,
            "buyers": 345,
            "sellers": 359
          },
          "m30": {
            "buys": 2482,
            "sells": 2611,
            "buyers": 581,
            "sellers": 599
          },
          "h1": {
            "buys": 6514,
            "sells": 6822,
            "buyers": 950,
            "sellers": 925
          },
          "h6": {
            "buys": 41580,
            "sells": 45086,
            "buyers": 2077,
            "sellers": 1991
          },
          "h24": {
            "buys": 263883,
            "sells": 271599,
            "buyers": 5828,
            "sellers": 5522
          }
        },
        "volume_usd": {
          "m5": "69160.6106522264",
          "m15": "380599.223679142",
          "m30": "974843.294298448",
          "h1": "2768021.49463452",
          "h6": "17489178.2532414",
          "h24": "123129239.279832"
        },
        "reserve_in_usd": "2305588.7053"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x97693439ea2f0ecdeb9135881e49f354656a911c",
            "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": "eth_0x76a411f14a704099ba476ce8dffc288a53295218",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000351470088324482",
        "base_token_price_native_currency": "0.000000149281879967642",
        "quote_token_price_usd": "2322.75164467877",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000014928188",
        "quote_token_price_base_token": "6698736.64651569",
        "address": "0x76a411f14a704099ba476ce8dffc288a53295218",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2024-09-10T10:18:23Z",
        "fdv_usd": "145474195.138347",
        "market_cap_usd": "145478129.611857",
        "price_change_percentage": {
          "m5": "-1.895",
          "m15": "-3.133",
          "m30": "-1.848",
          "h1": "-5.569",
          "h6": "-7.617",
          "h24": "-5.291"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 13,
            "buyers": 7,
            "sellers": 7
          },
          "m15": {
            "buys": 21,
            "sells": 25,
            "buyers": 20,
            "sellers": 18
          },
          "m30": {
            "buys": 59,
            "sells": 43,
            "buyers": 49,
            "sellers": 33
          },
          "h1": {
            "buys": 160,
            "sells": 111,
            "buyers": 115,
            "sellers": 80
          },
          "h6": {
            "buys": 985,
            "sells": 759,
            "buyers": 581,
            "sellers": 452
          },
          "h24": {
            "buys": 9293,
            "sells": 6779,
            "buyers": 3658,
            "sellers": 2770
          }
        },
        "volume_usd": {
          "m5": "32464.9948884299",
          "m15": "65494.0371188014",
          "m30": "128365.160583728",
          "h1": "441114.167482444",
          "h6": "2887241.40345414",
          "h24": "34966541.3509985"
        },
        "reserve_in_usd": "3566697.3393"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xf280b16ef293d8e534e370794ef26bf312694126",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x2b75b90fb01e5fc87d4d263033841397b015ceeb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.375993414078137",
        "base_token_price_native_currency": "0.00016336867396328436691124772877849716567233",
        "quote_token_price_usd": "0.682926506268181",
        "quote_token_price_native_currency": "0.000293509647006215",
        "base_token_price_quote_token": "0.5566041036",
        "quote_token_price_base_token": "1.7966091043",
        "address": "0x2b75b90fb01e5fc87d4d263033841397b015ceeb",
        "name": "OPG / VIRTUAL 1%",
        "pool_created_at": "2026-04-21T11:48:19Z",
        "fdv_usd": "379769208.8",
        "market_cap_usd": "72156149.672",
        "price_change_percentage": {
          "m5": "5.996",
          "m15": "8.797",
          "m30": "12.788",
          "h1": "2.575",
          "h6": "61.533",
          "h24": "107.472"
        },
        "transactions": {
          "m5": {
            "buys": 18,
            "sells": 2,
            "buyers": 7,
            "sellers": 2
          },
          "m15": {
            "buys": 74,
            "sells": 25,
            "buyers": 16,
            "sellers": 19
          },
          "m30": {
            "buys": 138,
            "sells": 49,
            "buyers": 23,
            "sellers": 31
          },
          "h1": {
            "buys": 399,
            "sells": 139,
            "buyers": 66,
            "sellers": 67
          },
          "h6": {
            "buys": 2601,
            "sells": 2146,
            "buyers": 401,
            "sellers": 444
          },
          "h24": {
            "buys": 3774,
            "sells": 3735,
            "buyers": 650,
            "sellers": 1280
          }
        },
        "volume_usd": {
          "m5": "12339.6680175528",
          "m15": "42022.0931664163",
          "m30": "70833.3285053213",
          "h1": "250619.746051922",
          "h6": "3376317.10294935",
          "h24": "4419326.37732969"
        },
        "reserve_in_usd": "777021.7347"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xfbc2051ae2265686a469421b2c5a2d5462fbf5eb",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x51663b8a28e7ea197c5ccf983afc084da0a8023d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.59780769097571",
        "base_token_price_native_currency": "0.000688854356503077288616547795956",
        "quote_token_price_usd": "0.998299600069027",
        "quote_token_price_native_currency": "0.000429110400469828",
        "base_token_price_quote_token": "1.6053079947",
        "quote_token_price_base_token": "0.6229334204",
        "address": "0x51663b8a28e7ea197c5ccf983afc084da0a8023d",
        "name": "RAVE / USDC 0.3%",
        "pool_created_at": "2025-12-12T12:01:49Z",
        "fdv_usd": "25405525.2842173",
        "market_cap_usd": "396327320.333019",
        "price_change_percentage": {
          "m5": "-0.585",
          "m15": "-1.217",
          "m30": "-0.51",
          "h1": "-5.42",
          "h6": "19.346",
          "h24": "47.112"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 17,
            "buyers": 2,
            "sellers": 7
          },
          "m15": {
            "buys": 34,
            "sells": 100,
            "buyers": 13,
            "sellers": 16
          },
          "m30": {
            "buys": 98,
            "sells": 267,
            "buyers": 27,
            "sellers": 30
          },
          "h1": {
            "buys": 369,
            "sells": 596,
            "buyers": 96,
            "sellers": 73
          },
          "h6": {
            "buys": 2862,
            "sells": 3938,
            "buyers": 398,
            "sellers": 385
          },
          "h24": {
            "buys": 19094,
            "sells": 22524,
            "buyers": 1134,
            "sellers": 1009
          }
        },
        "volume_usd": {
          "m5": "1649.7567735394",
          "m15": "10111.4882469315",
          "m30": "28799.1560806819",
          "h1": "90089.6992747367",
          "h6": "707126.472412754",
          "h24": "7014910.88875992"
        },
        "reserve_in_usd": "415710.5754"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x1aa8fd5bcce2231c6100d55bf8b377cff33acfc3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream-2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x7dfc9dd51638573a812b39d33eded20df468e7bc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00169764362789972",
        "base_token_price_native_currency": "0.00000073265393140249",
        "quote_token_price_usd": "2322.75164467877",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000007326539314",
        "quote_token_price_base_token": "1364900.8858599",
        "address": "0x7dfc9dd51638573a812b39d33eded20df468e7bc",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2024-09-10T10:05:35Z",
        "fdv_usd": "1697643.628",
        "market_cap_usd": "1697643.628",
        "price_change_percentage": {
          "m5": "1.319",
          "m15": "0.274",
          "m30": "-1.434",
          "h1": "-3.761",
          "h6": "-18.703",
          "h24": "-23.669"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m15": {
            "buys": 8,
            "sells": 6,
            "buyers": 6,
            "sellers": 6
          },
          "m30": {
            "buys": 18,
            "sells": 14,
            "buyers": 16,
            "sellers": 14
          },
          "h1": {
            "buys": 28,
            "sells": 27,
            "buyers": 24,
            "sellers": 24
          },
          "h6": {
            "buys": 261,
            "sells": 222,
            "buyers": 162,
            "sellers": 146
          },
          "h24": {
            "buys": 1259,
            "sells": 964,
            "buyers": 623,
            "sellers": 502
          }
        },
        "volume_usd": {
          "m5": "2959.8628802953",
          "m15": "5488.2130916155",
          "m30": "8682.4754657249",
          "h1": "15994.3129402457",
          "h6": "190402.836577536",
          "h24": "1081939.14021083"
        },
        "reserve_in_usd": "157614.0293"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xaff2565091e7207191dbe340b8528d02fa78d044",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xd10a903640f598f257e6fb68742ad4126a3727b7f97adf9e83d17e907aaae704",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000264555125879155",
        "base_token_price_native_currency": "0.00000000112026665218069",
        "quote_token_price_usd": "2326.76",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001120266652",
        "quote_token_price_base_token": "892644619.9692",
        "address": "0xd10a903640f598f257e6fb68742ad4126a3727b7f97adf9e83d17e907aaae704",
        "name": "EDGE / WETH",
        "pool_created_at": "2026-02-16T02:16:21Z",
        "fdv_usd": "260621.0745",
        "market_cap_usd": "260621.0745",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-3.684",
          "m30": "-9.663",
          "h1": "-12.82",
          "h6": "23.684",
          "h24": "64.61"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 8,
            "buyers": 3,
            "sellers": 6
          },
          "m30": {
            "buys": 11,
            "sells": 18,
            "buyers": 7,
            "sellers": 14
          },
          "h1": {
            "buys": 26,
            "sells": 35,
            "buyers": 16,
            "sellers": 26
          },
          "h6": {
            "buys": 331,
            "sells": 222,
            "buyers": 132,
            "sellers": 152
          },
          "h24": {
            "buys": 2561,
            "sells": 1622,
            "buyers": 702,
            "sellers": 631
          }
        },
        "volume_usd": {
          "m5": "757.4725871947",
          "m15": "2055.6087309042",
          "m30": "5027.1491780465",
          "h1": "6375.1057670197",
          "h6": "105538.804200431",
          "h24": "962202.721122605"
        },
        "reserve_in_usd": "155618.1887"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x62abe92f50c518165a5c010fe59f35023197fba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_FrxSuwcuiswHkkPCUEuAp4XDvZmPdxeFk2AdAUWigzEv",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00064483998452408336486053033158871260764873128175798681331843135",
        "base_token_price_native_currency": "0.00000758561128741304",
        "quote_token_price_usd": "86.04124078316894838250595311547624060475618995",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000007585611287",
        "quote_token_price_base_token": "131828.531954876",
        "address": "FrxSuwcuiswHkkPCUEuAp4XDvZmPdxeFk2AdAUWigzEv",
        "name": "WTF / SOL",
        "pool_created_at": "2026-04-20T23:20:49Z",
        "fdv_usd": "645263.457",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.251",
          "m15": "-0.608",
          "m30": "-0.241",
          "h1": "-14.452",
          "h6": "3.976",
          "h24": "912.313"
        },
        "transactions": {
          "m5": {
            "buys": 33,
            "sells": 31,
            "buyers": 32,
            "sellers": 31
          },
          "m15": {
            "buys": 182,
            "sells": 170,
            "buyers": 167,
            "sellers": 164
          },
          "m30": {
            "buys": 369,
            "sells": 350,
            "buyers": 351,
            "sellers": 343
          },
          "h1": {
            "buys": 768,
            "sells": 765,
            "buyers": 744,
            "sellers": 749
          },
          "h6": {
            "buys": 6257,
            "sells": 5158,
            "buyers": 5984,
            "sellers": 4975
          },
          "h24": {
            "buys": 25232,
            "sells": 19651,
            "buyers": 22887,
            "sellers": 18171
          }
        },
        "volume_usd": {
          "m5": "474.5754263438",
          "m15": "5156.0072229106",
          "m30": "6451.6074129235",
          "h1": "12763.6308411132",
          "h6": "274337.121912098",
          "h24": "1563243.99608693"
        },
        "reserve_in_usd": "66690.1359"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_WTF69x41ZbgyxCCXi6qpyLyDZdPpv5yRSLpga8JQ5cR",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9W3azeDENcXRBRRc6utrCgqDjAsMTVjRfk8uLEMT9Zh9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000160144861959659453154756635484487415784463901850510553275920172",
        "base_token_price_native_currency": "0.00000184985561668015",
        "quote_token_price_usd": "86.097436527898031813928367215672629922288134044",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001849855617",
        "quote_token_price_base_token": "540582.730340141",
        "address": "9W3azeDENcXRBRRc6utrCgqDjAsMTVjRfk8uLEMT9Zh9",
        "name": "TERMINAL / SOL",
        "pool_created_at": "2026-04-21T15:32:34Z",
        "fdv_usd": "160144.862",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "14.195",
          "m15": "-2.502",
          "m30": "-13.839",
          "h1": "-38.618",
          "h6": "-37.266",
          "h24": "360.762"
        },
        "transactions": {
          "m5": {
            "buys": 36,
            "sells": 30,
            "buyers": 31,
            "sellers": 27
          },
          "m15": {
            "buys": 209,
            "sells": 178,
            "buyers": 134,
            "sellers": 140
          },
          "m30": {
            "buys": 424,
            "sells": 355,
            "buyers": 239,
            "sellers": 275
          },
          "h1": {
            "buys": 1123,
            "sells": 881,
            "buyers": 516,
            "sellers": 561
          },
          "h6": {
            "buys": 9137,
            "sells": 7471,
            "buyers": 2896,
            "sellers": 2851
          },
          "h24": {
            "buys": 22061,
            "sells": 17720,
            "buyers": 5903,
            "sellers": 5277
          }
        },
        "volume_usd": {
          "m5": "3689.3311882533",
          "m15": "17135.6508707175",
          "m30": "33783.315310258",
          "h1": "87907.0744559068",
          "h6": "914875.646746259",
          "h24": "2016803.30344851"
        },
        "reserve_in_usd": "35045.2125"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_NjixGUrygRPWquTCgVzy2czJKzZ5pLCthafS675pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x3f5e98c7ebff35056ab4346bccd722a537c1aefa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.3709296870424",
        "base_token_price_native_currency": "0.000587194505730656800484875530494",
        "quote_token_price_usd": "0.99825965260127",
        "quote_token_price_native_currency": "0.000429096918269818",
        "base_token_price_quote_token": "1.3684426076",
        "quote_token_price_base_token": "0.7307577201",
        "address": "0x3f5e98c7ebff35056ab4346bccd722a537c1aefa",
        "name": "TIG / USDC 0.27%",
        "pool_created_at": "2025-06-29T18:37:45Z",
        "fdv_usd": "67169623.1065017",
        "market_cap_usd": "38047226.2206363",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.322",
          "m30": "0.499",
          "h1": "2.571",
          "h6": "8.329",
          "h24": "52.291"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m30": {
            "buys": 16,
            "sells": 4,
            "buyers": 13,
            "sellers": 4
          },
          "h1": {
            "buys": 36,
            "sells": 8,
            "buyers": 30,
            "sellers": 8
          },
          "h6": {
            "buys": 200,
            "sells": 104,
            "buyers": 140,
            "sellers": 87
          },
          "h24": {
            "buys": 1487,
            "sells": 755,
            "buyers": 478,
            "sellers": 399
          }
        },
        "volume_usd": {
          "m5": "911.171344745",
          "m15": "3340.495852963",
          "m30": "14536.3864723111",
          "h1": "26736.3788931486",
          "h6": "190005.849696741",
          "h24": "1491581.99852632"
        },
        "reserve_in_usd": "1143432.6383"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x0c03ce270b4826ec62e7dd007f0b716068639f7b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_89kPF7X5SQdM8Ko4gVzzSLzd7w57tG9JUtcqoKqxcimi",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00029454543917268088525256968364904373583737498402231790528062325",
        "base_token_price_native_currency": "0.00000335055452703721",
        "quote_token_price_usd": "86.04124078316894838250595311547624060475618995",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003350554527",
        "quote_token_price_base_token": "298458.058787143",
        "address": "89kPF7X5SQdM8Ko4gVzzSLzd7w57tG9JUtcqoKqxcimi",
        "name": "wif2 / SOL",
        "pool_created_at": "2026-04-21T05:38:01Z",
        "fdv_usd": "288474.155390467",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.571",
          "m15": "1.572",
          "m30": "24.227",
          "h1": "21.317",
          "h6": "-14.682",
          "h24": "706.279"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 12,
            "buyers": 9,
            "sellers": 12
          },
          "m15": {
            "buys": 99,
            "sells": 110,
            "buyers": 70,
            "sellers": 80
          },
          "m30": {
            "buys": 252,
            "sells": 225,
            "buyers": 150,
            "sellers": 150
          },
          "h1": {
            "buys": 445,
            "sells": 373,
            "buyers": 231,
            "sellers": 220
          },
          "h6": {
            "buys": 3447,
            "sells": 2726,
            "buyers": 1226,
            "sellers": 1183
          },
          "h24": {
            "buys": 45659,
            "sells": 37020,
            "buyers": 9080,
            "sellers": 8128
          }
        },
        "volume_usd": {
          "m5": "581.4020306951",
          "m15": "12358.5404431675",
          "m30": "30075.4843284159",
          "h1": "42339.6506239805",
          "h6": "359250.408754259",
          "h24": "3772465.99757922"
        },
        "reserve_in_usd": "50200.1373"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9tCjcZFwaqMFSFkiYDRAGd3kxChxVguHDCREb6eSpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_A9aWUTdyVV1RrCWWg4mWBMFmAsaPPpR8c5pJEnpxovBj",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00129456469048517734910464355680514392896152552593072400900709948",
        "base_token_price_native_currency": "0.0000149389177859114",
        "quote_token_price_usd": "86.085281722688656761815484236131206163509935577",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001493891779",
        "quote_token_price_base_token": "66939.2531862703",
        "address": "A9aWUTdyVV1RrCWWg4mWBMFmAsaPPpR8c5pJEnpxovBj",
        "name": "ASTEROID / SOL",
        "pool_created_at": "2026-04-17T04:22:08Z",
        "fdv_usd": "1294500.8968397",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.793",
          "m15": "-10.408",
          "m30": "-21.15",
          "h1": "-5.296",
          "h6": "-20.34",
          "h24": "90.95"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 0,
            "buyers": 5,
            "sellers": 0
          },
          "m15": {
            "buys": 31,
            "sells": 29,
            "buyers": 24,
            "sellers": 27
          },
          "m30": {
            "buys": 153,
            "sells": 76,
            "buyers": 84,
            "sellers": 59
          },
          "h1": {
            "buys": 207,
            "sells": 175,
            "buyers": 116,
            "sellers": 117
          },
          "h6": {
            "buys": 719,
            "sells": 576,
            "buyers": 339,
            "sellers": 372
          },
          "h24": {
            "buys": 28961,
            "sells": 26984,
            "buyers": 5488,
            "sellers": 5325
          }
        },
        "volume_usd": {
          "m5": "393.5603067206",
          "m15": "5537.247755669",
          "m30": "26884.612311271",
          "h1": "40093.8721970998",
          "h6": "116988.159129842",
          "h24": "7677555.95630414"
        },
        "reserve_in_usd": "88249.0046"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4UeLCRqARmfb6e6KQijtiktqqXUxbfk6jZng7DhuBAGS",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora-damm-v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "arbitrum_0x49340dbb8fb5ece2f9b594e77ab774e65725e9d8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0610418475660123",
        "base_token_price_native_currency": "0.00002625951691985405709671046310474",
        "quote_token_price_usd": "1.00033834231097",
        "quote_token_price_native_currency": "0.000429927599886094",
        "base_token_price_quote_token": "0.061078928",
        "quote_token_price_base_token": "16.3722585301",
        "address": "0x49340dbb8fb5ece2f9b594e77ab774e65725e9d8",
        "name": "CHIP / USDC 0.01%",
        "pool_created_at": "2026-04-21T10:29:55Z",
        "fdv_usd": "611078788.9",
        "market_cap_usd": "122215757.78",
        "price_change_percentage": {
          "m5": "-0.243",
          "m15": "-0.498",
          "m30": "-0.271",
          "h1": "-0.693",
          "h6": "3.27",
          "h24": "95.554"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 13,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 111,
            "sells": 118,
            "buyers": 16,
            "sellers": 18
          },
          "m30": {
            "buys": 259,
            "sells": 275,
            "buyers": 31,
            "sellers": 40
          },
          "h1": {
            "buys": 649,
            "sells": 688,
            "buyers": 61,
            "sellers": 91
          },
          "h6": {
            "buys": 6451,
            "sells": 7911,
            "buyers": 424,
            "sellers": 685
          },
          "h24": {
            "buys": 26400,
            "sells": 36113,
            "buyers": 1483,
            "sellers": 3829
          }
        },
        "volume_usd": {
          "m5": "771.6083541875",
          "m15": "11721.2349845711",
          "m30": "29251.1168141113",
          "h1": "70259.6939192941",
          "h6": "2122523.58275919",
          "h24": "16715453.2883992"
        },
        "reserve_in_usd": "1251230.7793"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "arbitrum_0x0c1c1c109fe34733fca54b82d7b46b75cfb71f6e",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "arbitrum_0xaf88d065e77c8cc2239327c5edb3a432268e5831",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "arbitrum",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v3_arbitrum",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6zZHQtPqiBzwm4qR21BHaKp5VJEYhzjccamfd6x8cjsP",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.001898455193062041606834709043186821086858818754893689502319191",
        "base_token_price_native_currency": "0.0000219945844256927",
        "quote_token_price_usd": "86.04124078316894838250595311547624060475618995",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002199458443",
        "quote_token_price_base_token": "45465.7374126998",
        "address": "6zZHQtPqiBzwm4qR21BHaKp5VJEYhzjccamfd6x8cjsP",
        "name": "DUMBMONEY / SOL",
        "pool_created_at": "2026-04-13T23:17:49Z",
        "fdv_usd": "1880048.08374264",
        "market_cap_usd": "1880048.08379067",
        "price_change_percentage": {
          "m5": "-0.449",
          "m15": "2.744",
          "m30": "3.308",
          "h1": "-2.015",
          "h6": "-19.413",
          "h24": "-32.477"
        },
        "transactions": {
          "m5": {
            "buys": 23,
            "sells": 66,
            "buyers": 23,
            "sellers": 34
          },
          "m15": {
            "buys": 211,
            "sells": 283,
            "buyers": 199,
            "sellers": 190
          },
          "m30": {
            "buys": 493,
            "sells": 522,
            "buyers": 467,
            "sellers": 423
          },
          "h1": {
            "buys": 1011,
            "sells": 1047,
            "buyers": 968,
            "sellers": 910
          },
          "h6": {
            "buys": 6616,
            "sells": 6406,
            "buyers": 5957,
            "sellers": 5482
          },
          "h24": {
            "buys": 29529,
            "sells": 27596,
            "buyers": 25968,
            "sellers": 23963
          }
        },
        "volume_usd": {
          "m5": "1520.9870636819",
          "m15": "9474.8535197257",
          "m30": "19843.3362419137",
          "h1": "43305.0383721503",
          "h6": "418582.120208823",
          "h24": "1611187.99071287"
        },
        "reserve_in_usd": "155452.4689"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CAjtTHvC878f8cZ4zEwdvgjkjFM7rbYN8Mb1go1cpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xca47e80bd01a1f5bcc8cf709d48a5399d533447e03d56f488498dc83c35b5831",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.59965376465677",
        "base_token_price_native_currency": "0.000685649989730534",
        "quote_token_price_usd": "0.998366654396787",
        "quote_token_price_native_currency": "0.000429309104369681",
        "base_token_price_quote_token": "1.5971009763",
        "quote_token_price_base_token": "0.6261344867",
        "address": "0xca47e80bd01a1f5bcc8cf709d48a5399d533447e03d56f488498dc83c35b5831",
        "name": "RAVE / USDT 0.3%",
        "pool_created_at": "2025-12-12T12:03:35Z",
        "fdv_usd": "1516877092.07782",
        "market_cap_usd": "395504970.526381",
        "price_change_percentage": {
          "m5": "-1.473",
          "m15": "-1.855",
          "m30": "0.426",
          "h1": "-1.38",
          "h6": "19.931",
          "h24": "47.995"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 4,
            "buyers": 7,
            "sellers": 4
          },
          "m15": {
            "buys": 13,
            "sells": 16,
            "buyers": 10,
            "sellers": 11
          },
          "m30": {
            "buys": 25,
            "sells": 24,
            "buyers": 16,
            "sellers": 14
          },
          "h1": {
            "buys": 61,
            "sells": 51,
            "buyers": 38,
            "sellers": 27
          },
          "h6": {
            "buys": 392,
            "sells": 311,
            "buyers": 142,
            "sellers": 112
          },
          "h24": {
            "buys": 2613,
            "sells": 2001,
            "buyers": 553,
            "sellers": 444
          }
        },
        "volume_usd": {
          "m5": "5149.5660904765",
          "m15": "12241.7252743743",
          "m30": "20646.931555742",
          "h1": "52719.1314586165",
          "h6": "341804.588860227",
          "h24": "3260967.47600248"
        },
        "reserve_in_usd": "49945416.3735"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x17205fab260a7a6383a81452ce6315a39370db97",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-ethereum",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HNGjLLZkWx2mNwhWdKFYcMowz8FTh2bXxdpJ1vBVkjNB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0054283394466301094525433441912195977973241306442502238490667295",
        "base_token_price_native_currency": "0.0000626569241559607",
        "quote_token_price_usd": "86.04124078316894838250595311547624060475618995",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006265692416",
        "quote_token_price_base_token": "15959.9280282396",
        "address": "HNGjLLZkWx2mNwhWdKFYcMowz8FTh2bXxdpJ1vBVkjNB",
        "name": "BULL / SOL",
        "pool_created_at": "2026-03-23T15:02:43Z",
        "fdv_usd": "5394337.53032808",
        "market_cap_usd": "5394337.53032808",
        "price_change_percentage": {
          "m5": "0.144",
          "m15": "1.308",
          "m30": "-0.25",
          "h1": "7.022",
          "h6": "0.348",
          "h24": "13.589"
        },
        "transactions": {
          "m5": {
            "buys": 31,
            "sells": 32,
            "buyers": 27,
            "sellers": 28
          },
          "m15": {
            "buys": 149,
            "sells": 158,
            "buyers": 81,
            "sellers": 83
          },
          "m30": {
            "buys": 321,
            "sells": 326,
            "buyers": 126,
            "sellers": 123
          },
          "h1": {
            "buys": 681,
            "sells": 668,
            "buyers": 195,
            "sellers": 176
          },
          "h6": {
            "buys": 3716,
            "sells": 3700,
            "buyers": 523,
            "sellers": 514
          },
          "h24": {
            "buys": 13601,
            "sells": 13718,
            "buyers": 1347,
            "sellers": 1582
          }
        },
        "volume_usd": {
          "m5": "1193.4539462437",
          "m15": "7986.3415495182",
          "m30": "22584.8406038233",
          "h1": "54768.8536753304",
          "h6": "306437.106440828",
          "h24": "1403299.3362378"
        },
        "reserve_in_usd": "278141.9789"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3TYgKwkE2Y3rxdw9osLRSpxpXmSC1C1oo19W9KHspump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000021012079196704",
        "base_token_price_native_currency": "0.0000000090296264660142",
        "quote_token_price_usd": "2326.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000009029626466",
        "quote_token_price_base_token": "110746552.336778",
        "address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
        "name": "GITLAWB / WETH",
        "pool_created_at": "2026-03-11T02:00:07Z",
        "fdv_usd": "2101207.92",
        "market_cap_usd": "2101207.92",
        "price_change_percentage": {
          "m5": "-0.581",
          "m15": "-5.906",
          "m30": "-5.567",
          "h1": "-7.461",
          "h6": "-5.849",
          "h24": "-17.335"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m30": {
            "buys": 6,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "h1": {
            "buys": 10,
            "sells": 5,
            "buyers": 9,
            "sellers": 5
          },
          "h6": {
            "buys": 89,
            "sells": 52,
            "buyers": 67,
            "sellers": 40
          },
          "h24": {
            "buys": 319,
            "sells": 235,
            "buyers": 207,
            "sellers": 165
          }
        },
        "volume_usd": {
          "m5": "6749.4234359113",
          "m15": "6751.8373294969",
          "m30": "7453.3792602247",
          "h1": "13298.5116094368",
          "h6": "93464.6661125153",
          "h24": "264242.399823004"
        },
        "reserve_in_usd": "806645.6106"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x5f980dcfc4c0fa3911554cf5ab288ed0eb13dba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x6f9c3bc809b0c11ca66b54ce4d3fafdda8ab3db3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00347440267850466",
        "base_token_price_native_currency": "0.0000015035810325322",
        "quote_token_price_usd": "2322.75164467877",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001503581033",
        "quote_token_price_base_token": "665078.88724553",
        "address": "0x6f9c3bc809b0c11ca66b54ce4d3fafdda8ab3db3",
        "name": "PUNK / WETH",
        "pool_created_at": "2026-04-19T20:54:23Z",
        "fdv_usd": "3436650.592",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.015",
          "m15": "-4.65",
          "m30": "-3.2",
          "h1": "9.194",
          "h6": "5.148",
          "h24": "-0.479"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m15": {
            "buys": 12,
            "sells": 13,
            "buyers": 9,
            "sellers": 11
          },
          "m30": {
            "buys": 27,
            "sells": 31,
            "buyers": 22,
            "sellers": 28
          },
          "h1": {
            "buys": 62,
            "sells": 66,
            "buyers": 52,
            "sellers": 53
          },
          "h6": {
            "buys": 867,
            "sells": 731,
            "buyers": 492,
            "sellers": 415
          },
          "h24": {
            "buys": 4400,
            "sells": 3547,
            "buyers": 1789,
            "sellers": 1643
          }
        },
        "volume_usd": {
          "m5": "5151.1721717158",
          "m15": "13128.4935377001",
          "m30": "25343.9103187742",
          "h1": "57262.8790543985",
          "h6": "837427.928762654",
          "h24": "3852049.96236849"
        },
        "reserve_in_usd": "180837.1325"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xcec8314cf4d448fbd3525696af045f13ccea7444",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xe85bc115847d7106b6335d067c6d2cf9b837ce50626a1df3f01d0012681a5db4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.129869875767299",
        "base_token_price_native_currency": "0.000206335900484289",
        "quote_token_price_usd": "0.999380960902809",
        "quote_token_price_native_currency": "0.00158933052629657",
        "base_token_price_quote_token": "0.12982567",
        "quote_token_price_base_token": "7.7026369263",
        "address": "0xe85bc115847d7106b6335d067c6d2cf9b837ce50626a1df3f01d0012681a5db4",
        "name": "BASED / USDT 0.007%",
        "pool_created_at": "2026-03-28T08:11:40Z",
        "fdv_usd": "6999196.00857076",
        "market_cap_usd": "30643427.258",
        "price_change_percentage": {
          "m5": "0.051",
          "m15": "1.093",
          "m30": "0.29",
          "h1": "0.304",
          "h6": "2.313",
          "h24": "14.217"
        },
        "transactions": {
          "m5": {
            "buys": 48,
            "sells": 55,
            "buyers": 34,
            "sellers": 32
          },
          "m15": {
            "buys": 245,
            "sells": 204,
            "buyers": 130,
            "sellers": 90
          },
          "m30": {
            "buys": 463,
            "sells": 473,
            "buyers": 183,
            "sellers": 168
          },
          "h1": {
            "buys": 1191,
            "sells": 1237,
            "buyers": 344,
            "sellers": 288
          },
          "h6": {
            "buys": 6937,
            "sells": 7233,
            "buyers": 842,
            "sellers": 820
          },
          "h24": {
            "buys": 56999,
            "sells": 59944,
            "buyers": 2182,
            "sellers": 2061
          }
        },
        "volume_usd": {
          "m5": "29494.3166171513",
          "m15": "152246.231761825",
          "m30": "310277.809894024",
          "h1": "885371.400322093",
          "h6": "4817884.9483944",
          "h24": "47497672.6513591"
        },
        "reserve_in_usd": "1367084.7017"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x1d28d989f9e3ccb8b15d0cec601734514f958e4d",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0248403665562922168722309025620395651023440948",
        "base_token_price_native_currency": "0.000289035090144792",
        "quote_token_price_usd": "85.947407190620372507470032108",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002890350901",
        "quote_token_price_base_token": "3459.787527871",
        "address": "8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
        "name": "pippin / SOL",
        "pool_created_at": "2024-11-09T20:27:41Z",
        "fdv_usd": "24851296.3334142",
        "market_cap_usd": "24851296.3334142",
        "price_change_percentage": {
          "m5": "-0.066",
          "m15": "0.586",
          "m30": "0.775",
          "h1": "0.786",
          "h6": "-1.066",
          "h24": "-2.535"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 14,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 52,
            "sells": 100,
            "buyers": 11,
            "sellers": 11
          },
          "m30": {
            "buys": 159,
            "sells": 217,
            "buyers": 19,
            "sellers": 17
          },
          "h1": {
            "buys": 378,
            "sells": 443,
            "buyers": 38,
            "sellers": 45
          },
          "h6": {
            "buys": 2434,
            "sells": 2837,
            "buyers": 178,
            "sellers": 130
          },
          "h24": {
            "buys": 8712,
            "sells": 10223,
            "buyers": 750,
            "sellers": 588
          }
        },
        "volume_usd": {
          "m5": "1839.6088798754",
          "m15": "17720.2897253608",
          "m30": "36666.7061089866",
          "h1": "77600.1093622354",
          "h6": "480547.833115096",
          "h24": "2108367.71638722"
        },
        "reserve_in_usd": "4320813.5832"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "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
We only display assets from supported 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
Read-only access
We only fetch public data. No private keys, no signing, and we can't make any changes to your wallet.
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.