Coins: 17,163
Exchanges: 1,293
Market Cap: $2.776T 4.5%
24h Vol: $83.958B
Gas: 0.567 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.9994312074233",
      "base_token_price_native_currency": "0.000538493381598485",
      "quote_token_price_usd": "1849.98",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005384933816",
      "quote_token_price_base_token": "1857.033037308",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3225491097.85068",
      "market_cap_usd": "3216703864.61175",
      "price_change_percentage": {
        "m5": "0",
        "m15": "-0.14",
        "m30": "-0.14",
        "h1": "0.07",
        "h6": "0.03",
        "h24": "0.35"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 1,
          "buyers": 0,
          "sellers": 1
        },
        "m15": {
          "buys": 1,
          "sells": 4,
          "buyers": 1,
          "sellers": 4
        },
        "m30": {
          "buys": 6,
          "sells": 6,
          "buyers": 6,
          "sellers": 6
        },
        "h1": {
          "buys": 12,
          "sells": 16,
          "buyers": 10,
          "sellers": 15
        },
        "h6": {
          "buys": 111,
          "sells": 168,
          "buyers": 73,
          "sellers": 83
        },
        "h24": {
          "buys": 499,
          "sells": 654,
          "buyers": 211,
          "sellers": 228
        }
      },
      "volume_usd": {
        "m5": "624.2597447639",
        "m15": "1537.5263444891",
        "m30": "5902.0029504379",
        "h1": "11160.8780999747",
        "h6": "344288.142855683",
        "h24": "984999.587541749"
      },
      "reserve_in_usd": "2261546.4264",
      "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": "base_0x377feeed4820b3b28d1ab429509e7a0789824fca",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00586730848351109",
        "base_token_price_native_currency": "0.00000317996802900625",
        "quote_token_price_usd": "1850.53",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003179968029",
        "quote_token_price_base_token": "314468.57040022",
        "address": "0x377feeed4820b3b28d1ab429509e7a0789824fca",
        "name": "KEYCAT / WETH",
        "pool_created_at": "2024-03-26T02:40:03Z",
        "fdv_usd": "58672277.8966516",
        "market_cap_usd": "58657287.66",
        "price_change_percentage": {
          "m5": "1.38",
          "m15": "-2.04",
          "m30": "-4.28",
          "h1": "-4.63",
          "h6": "-10.86",
          "h24": "43.69"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 17,
            "buyers": 3,
            "sellers": 13
          },
          "m15": {
            "buys": 61,
            "sells": 23,
            "buyers": 41,
            "sellers": 16
          },
          "m30": {
            "buys": 66,
            "sells": 33,
            "buyers": 46,
            "sellers": 23
          },
          "h1": {
            "buys": 97,
            "sells": 53,
            "buyers": 62,
            "sellers": 39
          },
          "h6": {
            "buys": 645,
            "sells": 588,
            "buyers": 292,
            "sellers": 325
          },
          "h24": {
            "buys": 5473,
            "sells": 4884,
            "buyers": 1842,
            "sellers": 1581
          }
        },
        "volume_usd": {
          "m5": "14819.4115517573",
          "m15": "37322.4005311669",
          "m30": "46972.6310729785",
          "h1": "65315.2115775646",
          "h6": "415183.96993561",
          "h24": "6515228.99095725"
        },
        "reserve_in_usd": "1560973.8819"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x9a26f5433671751c3276a065f57e5a02d2817973",
            "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_BPegb4cQyNecg3A4bBLqGhErEckiErxjwYbASm7AYxix",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000235547030963149",
        "base_token_price_native_currency": "0.0000000187892176507069",
        "quote_token_price_usd": "125.83",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001878921765",
        "quote_token_price_base_token": "53222013.7416087",
        "address": "BPegb4cQyNecg3A4bBLqGhErEckiErxjwYbASm7AYxix",
        "name": "SOLI / SOL",
        "pool_created_at": "2025-03-28T14:02:10Z",
        "fdv_usd": "2355.4703096315",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.72",
          "m30": "2.27",
          "h1": "2.07",
          "h6": "-35.39",
          "h24": "-94.35"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m30": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "h1": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "h6": {
            "buys": 28,
            "sells": 35,
            "buyers": 21,
            "sellers": 32
          },
          "h24": {
            "buys": 1770,
            "sells": 1551,
            "buyers": 639,
            "sellers": 816
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "10.0447241",
          "m30": "14.5428881253",
          "h1": "20.9716848113",
          "h6": "1117.7002490786",
          "h24": "129928.070149975"
        },
        "reserve_in_usd": "2031.7315"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4egbziqUTfXrxmKLpcWeEgs7cZpsQv6YW3wLdqGEJe1D",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DUjFqjqJ69pSRQhGcZetD5QCaLANYY12TBWVFcpQXvKu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00109219760019789",
        "base_token_price_native_currency": "0.00000869682551400334",
        "quote_token_price_usd": "126.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000008696825514",
        "quote_token_price_base_token": "114984.484670853",
        "address": "DUjFqjqJ69pSRQhGcZetD5QCaLANYY12TBWVFcpQXvKu",
        "name": "Buckazoids / SOL",
        "pool_created_at": "2025-03-28T03:07:32Z",
        "fdv_usd": "1092197.60019789",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-5.77",
          "m15": "-0.67",
          "m30": "-21.54",
          "h1": "-22.56",
          "h6": "-35.02",
          "h24": "-24.61"
        },
        "transactions": {
          "m5": {
            "buys": 76,
            "sells": 38,
            "buyers": 58,
            "sellers": 35
          },
          "m15": {
            "buys": 291,
            "sells": 213,
            "buyers": 201,
            "sellers": 158
          },
          "m30": {
            "buys": 559,
            "sells": 368,
            "buyers": 332,
            "sellers": 273
          },
          "h1": {
            "buys": 783,
            "sells": 642,
            "buyers": 445,
            "sellers": 446
          },
          "h6": {
            "buys": 4543,
            "sells": 4241,
            "buyers": 1991,
            "sellers": 2474
          },
          "h24": {
            "buys": 62235,
            "sells": 54992,
            "buyers": 25052,
            "sellers": 23969
          }
        },
        "volume_usd": {
          "m5": "22913.1985543445",
          "m15": "81698.6961633795",
          "m30": "161142.925788943",
          "h1": "211461.937722229",
          "h6": "1220278.81846504",
          "h24": "17058255.2573271"
        },
        "reserve_in_usd": "157261.816"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BQQzEvYT4knThhkSPBvSKBLg1LEczisWLhx5ydJipump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_58fzJMbX5PatnfJPqWWsqkVFPRKptkbb5r2vCw4Qq3z9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.033577128612814",
        "base_token_price_native_currency": "0.000266345660802004",
        "quote_token_price_usd": "126.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002663456608",
        "quote_token_price_base_token": "3754.519585522",
        "address": "58fzJMbX5PatnfJPqWWsqkVFPRKptkbb5r2vCw4Qq3z9",
        "name": "VINE / SOL",
        "pool_created_at": "2025-01-23T00:22:43Z",
        "fdv_usd": "33576629.3187826",
        "market_cap_usd": "33690996.4185826",
        "price_change_percentage": {
          "m5": "-0.69",
          "m15": "-1.91",
          "m30": "-6.13",
          "h1": "-11.5",
          "h6": "-4.8",
          "h24": "41.16"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 29,
            "buyers": 8,
            "sellers": 17
          },
          "m15": {
            "buys": 147,
            "sells": 126,
            "buyers": 64,
            "sellers": 67
          },
          "m30": {
            "buys": 532,
            "sells": 363,
            "buyers": 175,
            "sellers": 148
          },
          "h1": {
            "buys": 914,
            "sells": 604,
            "buyers": 262,
            "sellers": 226
          },
          "h6": {
            "buys": 3482,
            "sells": 3128,
            "buyers": 986,
            "sellers": 977
          },
          "h24": {
            "buys": 38681,
            "sells": 30992,
            "buyers": 9784,
            "sellers": 7317
          }
        },
        "volume_usd": {
          "m5": "13096.2080846803",
          "m15": "79679.1027806374",
          "m30": "224620.847235169",
          "h1": "418653.719871051",
          "h6": "2253176.17232825",
          "h24": "41727883.2900453"
        },
        "reserve_in_usd": "2505604.5685"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6AJcP7wuLwmRYLBNbi825wgguaPsWzPBEHcHndpRpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_H9d3XHfvMGfoohydEpqh4w3mopnvjCRzE9VqaiHKdqs7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0104364131885988",
        "base_token_price_native_currency": "0.0000829664094303836",
        "quote_token_price_usd": "126.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00008296640943",
        "quote_token_price_base_token": "12053.0707170001",
        "address": "H9d3XHfvMGfoohydEpqh4w3mopnvjCRzE9VqaiHKdqs7",
        "name": "Ghibli / SOL",
        "pool_created_at": "2025-03-26T09:50:11Z",
        "fdv_usd": "10435611.5475334",
        "market_cap_usd": "10118280.2394628",
        "price_change_percentage": {
          "m5": "3.69",
          "m15": "-2.34",
          "m30": "-11.29",
          "h1": "-15.35",
          "h6": "-13.76",
          "h24": "-53.89"
        },
        "transactions": {
          "m5": {
            "buys": 84,
            "sells": 89,
            "buyers": 58,
            "sellers": 55
          },
          "m15": {
            "buys": 566,
            "sells": 363,
            "buyers": 228,
            "sellers": 200
          },
          "m30": {
            "buys": 1037,
            "sells": 693,
            "buyers": 368,
            "sellers": 333
          },
          "h1": {
            "buys": 1310,
            "sells": 943,
            "buyers": 461,
            "sellers": 440
          },
          "h6": {
            "buys": 5216,
            "sells": 4799,
            "buyers": 1509,
            "sellers": 1811
          },
          "h24": {
            "buys": 34750,
            "sells": 31824,
            "buyers": 6970,
            "sellers": 8465
          }
        },
        "volume_usd": {
          "m5": "46021.4664141781",
          "m15": "349007.510818784",
          "m30": "659000.875806439",
          "h1": "780684.494215376",
          "h6": "2474025.0850282",
          "h24": "18905109.5766028"
        },
        "reserve_in_usd": "581343.0641"
      },
      "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": "solana_2zV8nQyB6PPzgUnkVHAiZnLdn4GbVUWR7xXQZ9bL5npq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00142008104476213",
        "base_token_price_native_currency": "0.0000112526758092266",
        "quote_token_price_usd": "126.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001125267581",
        "quote_token_price_base_token": "88867.75172",
        "address": "2zV8nQyB6PPzgUnkVHAiZnLdn4GbVUWR7xXQZ9bL5npq",
        "name": "CHATTY / SOL",
        "pool_created_at": "2024-11-15T00:15:31Z",
        "fdv_usd": "1419417.62528669",
        "market_cap_usd": "1428484.21434791",
        "price_change_percentage": {
          "m5": "-0.85",
          "m15": "-0.21",
          "m30": "-3.58",
          "h1": "19.87",
          "h6": "-10.61",
          "h24": "47.57"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 10,
            "buyers": 11,
            "sellers": 10
          },
          "m15": {
            "buys": 71,
            "sells": 46,
            "buyers": 65,
            "sellers": 44
          },
          "m30": {
            "buys": 224,
            "sells": 154,
            "buyers": 170,
            "sellers": 132
          },
          "h1": {
            "buys": 460,
            "sells": 409,
            "buyers": 305,
            "sellers": 310
          },
          "h6": {
            "buys": 2199,
            "sells": 2062,
            "buyers": 1045,
            "sellers": 1166
          },
          "h24": {
            "buys": 17859,
            "sells": 15344,
            "buyers": 5501,
            "sellers": 5301
          }
        },
        "volume_usd": {
          "m5": "2341.4501680383",
          "m15": "9834.0747563682",
          "m30": "37824.0546037754",
          "h1": "94342.0779284382",
          "h6": "467857.273061827",
          "h24": "4402864.28715262"
        },
        "reserve_in_usd": "246800.7316"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9EwutmiMiLHoH5hj5aCLMDJUdsLZVg926ZmDdr8Ppump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Gpyda8LW4RcVqschDoLhRbFmBL9QyVVs4Zgj77kueE5Q",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00154345051385225",
        "base_token_price_native_currency": "0.0000121691337805187",
        "quote_token_price_usd": "126.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001216913378",
        "quote_token_price_base_token": "82175.1176407378",
        "address": "Gpyda8LW4RcVqschDoLhRbFmBL9QyVVs4Zgj77kueE5Q",
        "name": "STINKDEX / SOL",
        "pool_created_at": "2025-03-28T23:40:50Z",
        "fdv_usd": "1543450.51384548",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.91",
          "m15": "19.63",
          "m30": "-11.95",
          "h1": "-22.95",
          "h6": "-44.65",
          "h24": "2812.82"
        },
        "transactions": {
          "m5": {
            "buys": 47,
            "sells": 30,
            "buyers": 39,
            "sellers": 28
          },
          "m15": {
            "buys": 237,
            "sells": 253,
            "buyers": 183,
            "sellers": 175
          },
          "m30": {
            "buys": 739,
            "sells": 618,
            "buyers": 440,
            "sellers": 422
          },
          "h1": {
            "buys": 1465,
            "sells": 1188,
            "buyers": 788,
            "sellers": 775
          },
          "h6": {
            "buys": 10387,
            "sells": 8279,
            "buyers": 4253,
            "sellers": 3971
          },
          "h24": {
            "buys": 58304,
            "sells": 48370,
            "buyers": 15293,
            "sellers": 12565
          }
        },
        "volume_usd": {
          "m5": "19129.8654936563",
          "m15": "87423.4556301005",
          "m30": "211070.892916272",
          "h1": "379858.765421708",
          "h6": "2779341.15974876",
          "h24": "18890289.2444929"
        },
        "reserve_in_usd": "153277.9928"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HEz7eqe3ZdbQa8QfLDo1JWpWzJK3bFJHy6D1PMWapump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x6dafbf0ab4fd72e2a5c0ad5a1ed277d3bf8a8d1f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0453326660455331",
        "base_token_price_native_currency": "0.0000753008745904417",
        "quote_token_price_usd": "605.55",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007530087459",
        "quote_token_price_base_token": "13280.0582388844",
        "address": "0x6dafbf0ab4fd72e2a5c0ad5a1ed277d3bf8a8d1f",
        "name": "TUT / WBNB 1%",
        "pool_created_at": "2025-02-08T17:01:15Z",
        "fdv_usd": "43066032.0879057",
        "market_cap_usd": "43416899.05431",
        "price_change_percentage": {
          "m5": "-0.81",
          "m15": "-1.94",
          "m30": "1.37",
          "h1": "-1.54",
          "h6": "4.54",
          "h24": "11.3"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 7,
            "buyers": 1,
            "sellers": 7
          },
          "m15": {
            "buys": 15,
            "sells": 14,
            "buyers": 14,
            "sellers": 14
          },
          "m30": {
            "buys": 51,
            "sells": 29,
            "buyers": 45,
            "sellers": 26
          },
          "h1": {
            "buys": 77,
            "sells": 67,
            "buyers": 62,
            "sellers": 57
          },
          "h6": {
            "buys": 891,
            "sells": 643,
            "buyers": 349,
            "sellers": 335
          },
          "h24": {
            "buys": 2066,
            "sells": 1740,
            "buyers": 686,
            "sellers": 692
          }
        },
        "volume_usd": {
          "m5": "11145.3023455218",
          "m15": "21162.2239959625",
          "m30": "77352.4479040672",
          "h1": "122019.706187157",
          "h6": "1304811.17375023",
          "h24": "3419342.8175226"
        },
        "reserve_in_usd": "5516296.419"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xcaae2a2f939f51d97cdfa9a86e79e3f085b799f3",
            "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_0x76c0106bba123e9b32770b2b34b6d13bf4cfa933",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00255120094008686",
        "base_token_price_native_currency": "0.00000137933859641951",
        "quote_token_price_usd": "1850.53",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001379338596",
        "quote_token_price_base_token": "724985.150561147",
        "address": "0x76c0106bba123e9b32770b2b34b6d13bf4cfa933",
        "name": "CLIZA / WETH 1%",
        "pool_created_at": "2025-03-10T13:09:03Z",
        "fdv_usd": "2523137.7297459",
        "market_cap_usd": "2054424.37491618",
        "price_change_percentage": {
          "m5": "-0.01",
          "m15": "-2.27",
          "m30": "-4.32",
          "h1": "-4.57",
          "h6": "-3.5",
          "h24": "58.26"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 6,
            "sells": 16,
            "buyers": 6,
            "sellers": 16
          },
          "m30": {
            "buys": 17,
            "sells": 30,
            "buyers": 15,
            "sellers": 28
          },
          "h1": {
            "buys": 51,
            "sells": 69,
            "buyers": 40,
            "sellers": 54
          },
          "h6": {
            "buys": 291,
            "sells": 332,
            "buyers": 146,
            "sellers": 180
          },
          "h24": {
            "buys": 905,
            "sells": 1001,
            "buyers": 393,
            "sellers": 374
          }
        },
        "volume_usd": {
          "m5": "166.2831289342",
          "m15": "4280.4198387404",
          "m30": "14783.7777297528",
          "h1": "34622.8794092863",
          "h6": "137775.174325333",
          "h24": "455983.17808401"
        },
        "reserve_in_usd": "521925.0499"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x290f057a2c59b95d8027aa4abf31782676502071",
            "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": "base_0x5116773e18a9c7bb03ebb961b38678e45e238923",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000143951543555748",
        "base_token_price_native_currency": "0.0000000777333770649584",
        "quote_token_price_usd": "1849.44",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000007773337706",
        "quote_token_price_base_token": "12864486.7591993",
        "address": "0x5116773e18a9c7bb03ebb961b38678e45e238923",
        "name": "DRB / WETH 1%",
        "pool_created_at": "2025-03-07T09:58:57Z",
        "fdv_usd": "14393799.3984718",
        "market_cap_usd": "14395154.36",
        "price_change_percentage": {
          "m5": "0.33",
          "m15": "2.24",
          "m30": "2.75",
          "h1": "-0.58",
          "h6": "1.59",
          "h24": "12.03"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 7,
            "sells": 2,
            "buyers": 7,
            "sellers": 2
          },
          "m30": {
            "buys": 9,
            "sells": 7,
            "buyers": 9,
            "sellers": 6
          },
          "h1": {
            "buys": 19,
            "sells": 50,
            "buyers": 18,
            "sellers": 34
          },
          "h6": {
            "buys": 94,
            "sells": 164,
            "buyers": 62,
            "sellers": 106
          },
          "h24": {
            "buys": 606,
            "sells": 652,
            "buyers": 308,
            "sellers": 319
          }
        },
        "volume_usd": {
          "m5": "1680.075162996",
          "m15": "3655.2701716248",
          "m30": "9361.973839625",
          "h1": "38439.6081973986",
          "h6": "149710.855243095",
          "h24": "670672.421780535"
        },
        "reserve_in_usd": "1385080.8304"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",
            "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_2cWGVhRAo7SF6BtaNuivDSPCncGnEfLWwMPrKk5ikeXk",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00048340801109255",
        "base_token_price_native_currency": "0.00000382950181400953",
        "quote_token_price_usd": "126.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003829501814",
        "quote_token_price_base_token": "261130.572217431",
        "address": "2cWGVhRAo7SF6BtaNuivDSPCncGnEfLWwMPrKk5ikeXk",
        "name": "TRENCHCARD / SOL",
        "pool_created_at": "2025-03-29T08:49:24Z",
        "fdv_usd": "483408.011089008",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "3.67",
          "m30": "31.69",
          "h1": "-2.17",
          "h6": "781.28",
          "h24": "781.28"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 50,
            "sells": 52,
            "buyers": 38,
            "sellers": 43
          },
          "m30": {
            "buys": 610,
            "sells": 570,
            "buyers": 381,
            "sellers": 360
          },
          "h1": {
            "buys": 2177,
            "sells": 1843,
            "buyers": 1028,
            "sellers": 1046
          },
          "h6": {
            "buys": 53465,
            "sells": 49341,
            "buyers": 15452,
            "sellers": 12799
          },
          "h24": {
            "buys": 53465,
            "sells": 49341,
            "buyers": 15452,
            "sellers": 12799
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "11593.5895031026",
          "m30": "101240.255427897",
          "h1": "379936.39442564",
          "h6": "16004591.2090341",
          "h24": "16004591.2090341"
        },
        "reserve_in_usd": "84227.9546"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8gxReuKB7fg5P7GjB8UBE2saWBccSEM2DATbEcnUpump",
            "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.0116921727242051",
        "base_token_price_native_currency": "0.0000931363416525607",
        "quote_token_price_usd": "126.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00009313634165",
        "quote_token_price_base_token": "10736.9473854839",
        "address": "4qQM2x2pfhU3ToscAqkQxTfhTm7DmJe8LGWU9kvqeNH4",
        "name": "titcoin / SOL",
        "pool_created_at": "2025-03-06T19:43:30Z",
        "fdv_usd": "11686985.9060877",
        "market_cap_usd": "11054021.8687338",
        "price_change_percentage": {
          "m5": "2.64",
          "m15": "5.19",
          "m30": "0.38",
          "h1": "-0.71",
          "h6": "17.53",
          "h24": "146.96"
        },
        "transactions": {
          "m5": {
            "buys": 23,
            "sells": 59,
            "buyers": 16,
            "sellers": 37
          },
          "m15": {
            "buys": 123,
            "sells": 197,
            "buyers": 84,
            "sellers": 113
          },
          "m30": {
            "buys": 433,
            "sells": 345,
            "buyers": 268,
            "sellers": 219
          },
          "h1": {
            "buys": 958,
            "sells": 848,
            "buyers": 532,
            "sellers": 506
          },
          "h6": {
            "buys": 5207,
            "sells": 5297,
            "buyers": 2202,
            "sellers": 2222
          },
          "h24": {
            "buys": 26471,
            "sells": 25373,
            "buyers": 6903,
            "sellers": 6393
          }
        },
        "volume_usd": {
          "m5": "7472.9251800368",
          "m15": "30843.1659296735",
          "m30": "82868.9792944276",
          "h1": "236962.950009111",
          "h6": "1906384.74583536",
          "h24": "10145925.459007"
        },
        "reserve_in_usd": "682665.7662"
      },
      "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_0x90a54475d512b8f3852351611c38fad30a513491",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0691199021431382",
        "base_token_price_native_currency": "0.000114633710227289",
        "quote_token_price_usd": "605.7",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001146337102",
        "quote_token_price_base_token": "8723.437442767",
        "address": "0x90a54475d512b8f3852351611c38fad30a513491",
        "name": "mubarak / WBNB 0.25%",
        "pool_created_at": "2025-03-13T09:36:13Z",
        "fdv_usd": "69119901.4519392",
        "market_cap_usd": "69568021.71",
        "price_change_percentage": {
          "m5": "-0.68",
          "m15": "1.03",
          "m30": "1.72",
          "h1": "1.83",
          "h6": "0.56",
          "h24": "-19.62"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 6,
            "buyers": 5,
            "sellers": 5
          },
          "m15": {
            "buys": 34,
            "sells": 27,
            "buyers": 22,
            "sellers": 24
          },
          "m30": {
            "buys": 71,
            "sells": 74,
            "buyers": 41,
            "sellers": 55
          },
          "h1": {
            "buys": 183,
            "sells": 187,
            "buyers": 97,
            "sellers": 132
          },
          "h6": {
            "buys": 1045,
            "sells": 836,
            "buyers": 456,
            "sellers": 489
          },
          "h24": {
            "buys": 3970,
            "sells": 3267,
            "buyers": 1222,
            "sellers": 1602
          }
        },
        "volume_usd": {
          "m5": "15726.080428577",
          "m15": "57355.9599733144",
          "m30": "113492.394349885",
          "h1": "313490.432774115",
          "h6": "1659437.27677902",
          "h24": "7554298.07294915"
        },
        "reserve_in_usd": "3355959.7612"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x5c85d6c6825ab4032337f11ee92a72df936b46f6",
            "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_0x76569e1d4fc83917ef40cd3b2053b2b8620644b3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000629932235789277",
        "base_token_price_native_currency": "0.000000345921519650447",
        "quote_token_price_usd": "1850.53",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003459215197",
        "quote_token_price_base_token": "2890829.11352407",
        "address": "0x76569e1d4fc83917ef40cd3b2053b2b8620644b3",
        "name": "BYTE / WETH 1%",
        "pool_created_at": "2025-03-28T22:42:27Z",
        "fdv_usd": "629932.235789277",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-4.24",
          "m15": "-9.43",
          "m30": "-29.39",
          "h1": "-16.01",
          "h6": "212.43",
          "h24": "2208.6"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 10,
            "buyers": 8,
            "sellers": 10
          },
          "m15": {
            "buys": 112,
            "sells": 61,
            "buyers": 93,
            "sellers": 52
          },
          "m30": {
            "buys": 200,
            "sells": 139,
            "buyers": 135,
            "sellers": 110
          },
          "h1": {
            "buys": 363,
            "sells": 277,
            "buyers": 214,
            "sellers": 189
          },
          "h6": {
            "buys": 1392,
            "sells": 936,
            "buyers": 596,
            "sellers": 463
          },
          "h24": {
            "buys": 3617,
            "sells": 2165,
            "buyers": 1279,
            "sellers": 875
          }
        },
        "volume_usd": {
          "m5": "3764.274138134",
          "m15": "66210.4727324469",
          "m30": "127881.95341122",
          "h1": "207050.592098408",
          "h6": "587385.739388186",
          "h24": "1213168.66929765"
        },
        "reserve_in_usd": "195101.3036"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x03ceac3c28e353f5e4626c1242a6c7a41d004354",
            "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_3iK5nkhA8iM4tcv9EVGXCh6wNGaidmPPcvRAkzquBceS",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000171474373597086",
        "base_token_price_native_currency": "0.000000135925463382648",
        "quote_token_price_usd": "126.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001359254634",
        "quote_token_price_base_token": "7356973.26397828",
        "address": "3iK5nkhA8iM4tcv9EVGXCh6wNGaidmPPcvRAkzquBceS",
        "name": "DARKP / SOL",
        "pool_created_at": "2025-03-28T20:00:38Z",
        "fdv_usd": "17147.4373597086",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.47",
          "m15": "0.22",
          "m30": "2.31",
          "h1": "8.1",
          "h6": "-74.95",
          "h24": "126.09"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 11,
            "sells": 7,
            "buyers": 7,
            "sellers": 7
          },
          "m30": {
            "buys": 42,
            "sells": 15,
            "buyers": 19,
            "sellers": 15
          },
          "h1": {
            "buys": 87,
            "sells": 48,
            "buyers": 48,
            "sellers": 38
          },
          "h6": {
            "buys": 13551,
            "sells": 2998,
            "buyers": 11977,
            "sellers": 2839
          },
          "h24": {
            "buys": 161679,
            "sells": 111683,
            "buyers": 140100,
            "sellers": 109296
          }
        },
        "volume_usd": {
          "m5": "9.528745565",
          "m15": "710.7594684449",
          "m30": "1329.9916520681",
          "h1": "3673.1457242963",
          "h6": "294449.113736583",
          "h24": "5577553.15422861"
        },
        "reserve_in_usd": "16147.9922"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_AnezLD3geudTCiEJqRBWhjzCxrdUv92R7m86SgsDDARK",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xade9bcd4b968ee26bed102dd43a55f6a8c2416df",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000884234699790371",
        "base_token_price_native_currency": "0.000000477059578739996",
        "quote_token_price_usd": "1853.51",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000004770595787",
        "quote_token_price_base_token": "2096174.24020955",
        "address": "0xade9bcd4b968ee26bed102dd43a55f6a8c2416df",
        "name": "doginme / WETH 1%",
        "pool_created_at": "2024-02-04T23:35:17Z",
        "fdv_usd": "59791365.079219",
        "market_cap_usd": "59791365.0798701",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "1.79",
          "h1": "1.36",
          "h6": "-1.02",
          "h24": "-16.16"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 2
          },
          "h1": {
            "buys": 3,
            "sells": 14,
            "buyers": 3,
            "sellers": 9
          },
          "h6": {
            "buys": 119,
            "sells": 167,
            "buyers": 87,
            "sellers": 98
          },
          "h24": {
            "buys": 717,
            "sells": 877,
            "buyers": 401,
            "sellers": 440
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "231.3202385603",
          "m30": "292.8285566247",
          "h1": "5890.4536694515",
          "h6": "209503.553363205",
          "h24": "1612043.42964001"
        },
        "reserve_in_usd": "4326668.7715"
      },
      "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": "base_0xd9edc75a3a797ec92ca370f19051babebfb2edee",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.110952820041148",
        "base_token_price_native_currency": "0.0000603471524647238",
        "quote_token_price_usd": "1850.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006034715246",
        "quote_token_price_base_token": "16570.7901559159",
        "address": "0xd9edc75a3a797ec92ca370f19051babebfb2edee",
        "name": "KTA / WETH",
        "pool_created_at": "2025-03-05T18:32:49Z",
        "fdv_usd": "110952814.147663",
        "market_cap_usd": "44654755.84",
        "price_change_percentage": {
          "m5": "-0.56",
          "m15": "-0.16",
          "m30": "0.12",
          "h1": "-2.7",
          "h6": "-5.48",
          "h24": "-5.85"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 6,
            "sells": 5,
            "buyers": 6,
            "sellers": 5
          },
          "m30": {
            "buys": 14,
            "sells": 10,
            "buyers": 12,
            "sellers": 10
          },
          "h1": {
            "buys": 44,
            "sells": 20,
            "buyers": 35,
            "sellers": 20
          },
          "h6": {
            "buys": 397,
            "sells": 299,
            "buyers": 214,
            "sellers": 162
          },
          "h24": {
            "buys": 1112,
            "sells": 878,
            "buyers": 508,
            "sellers": 436
          }
        },
        "volume_usd": {
          "m5": "1099.4419327937",
          "m15": "4708.5926002206",
          "m30": "16149.8912446045",
          "h1": "83132.0716779932",
          "h6": "1339084.89043253",
          "h24": "3641953.0890292"
        },
        "reserve_in_usd": "4415032.3481"
      },
      "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": "solana_BUgyiu6zcr2DX9kV4v58otmkkxUjdmafVMXECu6CV7DC",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000176003285776053",
        "base_token_price_native_currency": "0.00000140257106880845",
        "quote_token_price_usd": "126.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001402571069",
        "quote_token_price_base_token": "712976.349105466",
        "address": "BUgyiu6zcr2DX9kV4v58otmkkxUjdmafVMXECu6CV7DC",
        "name": "FOMO / SOL",
        "pool_created_at": "2024-12-20T12:13:34Z",
        "fdv_usd": "17600299.9516957",
        "market_cap_usd": "16983279.647206",
        "price_change_percentage": {
          "m5": "1.29",
          "m15": "1.65",
          "m30": "22.21",
          "h1": "51.07",
          "h6": "97.51",
          "h24": "370.72"
        },
        "transactions": {
          "m5": {
            "buys": 52,
            "sells": 38,
            "buyers": 24,
            "sellers": 16
          },
          "m15": {
            "buys": 244,
            "sells": 203,
            "buyers": 63,
            "sellers": 50
          },
          "m30": {
            "buys": 566,
            "sells": 379,
            "buyers": 111,
            "sellers": 98
          },
          "h1": {
            "buys": 1065,
            "sells": 900,
            "buyers": 186,
            "sellers": 158
          },
          "h6": {
            "buys": 6171,
            "sells": 5136,
            "buyers": 610,
            "sellers": 541
          },
          "h24": {
            "buys": 14800,
            "sells": 14107,
            "buyers": 936,
            "sellers": 814
          }
        },
        "volume_usd": {
          "m5": "10055.5971226136",
          "m15": "53403.5024398638",
          "m30": "108985.36439027",
          "h1": "161627.690339913",
          "h6": "781328.820376374",
          "h24": "1436094.30056199"
        },
        "reserve_in_usd": "395807.5271"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_ZxBon4vcf3DVcrt63fJU52ywYm9BKZC6YuXDhb3fomo",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_58myw3JWwPtTA8NWpAJ1fDRoyjrK98BuC6HUwsZ39ayj",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000127975485911814",
        "base_token_price_native_currency": "0.0000010193026324305",
        "quote_token_price_usd": "126.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001019302632",
        "quote_token_price_base_token": "981062.903384765",
        "address": "58myw3JWwPtTA8NWpAJ1fDRoyjrK98BuC6HUwsZ39ayj",
        "name": "GPT / SOL",
        "pool_created_at": "2025-03-28T19:14:50Z",
        "fdv_usd": "127975.485911145",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "2.62",
          "m30": "-0.14",
          "h1": "13.37",
          "h6": "-19.73",
          "h24": "140.02"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 9,
            "sells": 9,
            "buyers": 9,
            "sellers": 8
          },
          "m30": {
            "buys": 18,
            "sells": 27,
            "buyers": 18,
            "sellers": 23
          },
          "h1": {
            "buys": 58,
            "sells": 51,
            "buyers": 44,
            "sellers": 42
          },
          "h6": {
            "buys": 470,
            "sells": 512,
            "buyers": 258,
            "sellers": 383
          },
          "h24": {
            "buys": 47783,
            "sells": 45393,
            "buyers": 10433,
            "sellers": 9566
          }
        },
        "volume_usd": {
          "m5": "3.510453315",
          "m15": "1208.5288813282",
          "m30": "2926.3444996133",
          "h1": "13711.5226519063",
          "h6": "93513.516778328",
          "h24": "12387770.1556149"
        },
        "reserve_in_usd": "45398.1604"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CnH8iU8PKf2MSgJYqy69kpzf5GykQZCwwdoXQ5DDpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x89540d39d3b4a48d64ffeedd28dc2bb078f5f1ad",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000336698130564281",
        "base_token_price_native_currency": "0.0000000055562927976553",
        "quote_token_price_usd": "605.7",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000005556292798",
        "quote_token_price_base_token": "179976116.525391",
        "address": "0x89540d39d3b4a48d64ffeedd28dc2bb078f5f1ad",
        "name": "ABC / WBNB 1%",
        "pool_created_at": "2025-03-28T14:14:22Z",
        "fdv_usd": "336698.130564281",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.51",
          "m15": "19.11",
          "m30": "37.02",
          "h1": "51.43",
          "h6": "-57.05",
          "h24": "42.38"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 5,
            "buyers": 14,
            "sellers": 5
          },
          "m15": {
            "buys": 52,
            "sells": 28,
            "buyers": 42,
            "sellers": 26
          },
          "m30": {
            "buys": 99,
            "sells": 65,
            "buyers": 79,
            "sellers": 58
          },
          "h1": {
            "buys": 249,
            "sells": 222,
            "buyers": 177,
            "sellers": 182
          },
          "h6": {
            "buys": 1552,
            "sells": 1180,
            "buyers": 781,
            "sellers": 851
          },
          "h24": {
            "buys": 8373,
            "sells": 6263,
            "buyers": 3347,
            "sellers": 2953
          }
        },
        "volume_usd": {
          "m5": "2785.9784455832",
          "m15": "11113.4432706306",
          "m30": "25046.2491273212",
          "h1": "78924.0309537751",
          "h6": "493827.851774571",
          "h24": "2674932.66895594"
        },
        "reserve_in_usd": "113194.3857"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xe819c2ae87f6bb322f1571f41c2fbd2c15fec40b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "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