Coins: 17,006
Exchanges: 1,291
Market Cap: $2.786T 0.8%
24h Vol: $48.418B
Gas: 0.329 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": "1.00094516949155",
      "base_token_price_native_currency": "0.00061945651341747",
      "quote_token_price_usd": "1617.98",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0006194565134",
      "quote_token_price_base_token": "1614.318323143",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3161314394.56386",
      "market_cap_usd": "3168234757.26349",
      "price_change_percentage": {
        "m5": "-0.01",
        "m15": "0.22",
        "m30": "0.01",
        "h1": "-0.02",
        "h6": "0.13",
        "h24": "0.16"
      },
      "transactions": {
        "m5": {
          "buys": 5,
          "sells": 1,
          "buyers": 3,
          "sellers": 1
        },
        "m15": {
          "buys": 13,
          "sells": 6,
          "buyers": 10,
          "sellers": 6
        },
        "m30": {
          "buys": 23,
          "sells": 10,
          "buyers": 18,
          "sellers": 9
        },
        "h1": {
          "buys": 43,
          "sells": 25,
          "buyers": 33,
          "sellers": 23
        },
        "h6": {
          "buys": 155,
          "sells": 163,
          "buyers": 88,
          "sellers": 84
        },
        "h24": {
          "buys": 535,
          "sells": 525,
          "buyers": 199,
          "sellers": 190
        }
      },
      "volume_usd": {
        "m5": "18223.9534115657",
        "m15": "256177.721148982",
        "m30": "286228.495984767",
        "h1": "352469.818603133",
        "h6": "591812.268458594",
        "h24": "2568882.96244823"
      },
      "reserve_in_usd": "1840963.8553",
      "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_0x06d7874037e622d6ef42294cf32eb259806cb1c6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00956628936044742",
        "base_token_price_native_currency": "0.00000591338051342948",
        "quote_token_price_usd": "1618.24",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005913380513",
        "quote_token_price_base_token": "169108.008140008",
        "address": "0x06d7874037e622d6ef42294cf32eb259806cb1c6",
        "name": "Base is for everyone / WETH 1%",
        "pool_created_at": "2025-04-16T19:11:49Z",
        "fdv_usd": "9566289.36044742",
        "market_cap_usd": "9338544.307",
        "price_change_percentage": {
          "m5": "2.44",
          "m15": "-1.16",
          "m30": "-0.26",
          "h1": "-1.25",
          "h6": "6.73",
          "h24": "-5.22"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 4,
            "buyers": 7,
            "sellers": 4
          },
          "m15": {
            "buys": 22,
            "sells": 9,
            "buyers": 20,
            "sellers": 8
          },
          "m30": {
            "buys": 61,
            "sells": 21,
            "buyers": 45,
            "sellers": 18
          },
          "h1": {
            "buys": 141,
            "sells": 48,
            "buyers": 94,
            "sellers": 39
          },
          "h6": {
            "buys": 1072,
            "sells": 499,
            "buyers": 544,
            "sellers": 305
          },
          "h24": {
            "buys": 4892,
            "sells": 3385,
            "buyers": 1785,
            "sellers": 1208
          }
        },
        "volume_usd": {
          "m5": "2479.7488333322",
          "m15": "12795.3442191787",
          "m30": "31887.2087609413",
          "h1": "69965.4895849958",
          "h6": "767700.211497184",
          "h24": "4308065.06714195"
        },
        "reserve_in_usd": "833594.2618"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xd769d56f479e9e72a77bb1523e866a33098feec5",
            "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_7oFfdxSkLazHFBZz1MMbmZUyBvGQMvjmSijGB8HJcWp",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00293520503481496",
        "base_token_price_native_currency": "0.0000207710643933934",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002077106439",
        "quote_token_price_base_token": "48143.8977348733",
        "address": "7oFfdxSkLazHFBZz1MMbmZUyBvGQMvjmSijGB8HJcWp",
        "name": "Wizard / SOL",
        "pool_created_at": "2025-04-09T16:11:33Z",
        "fdv_usd": "2934868.61328909",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "8.4",
          "m15": "10.12",
          "m30": "-0.17",
          "h1": "0.18",
          "h6": "5.51",
          "h24": "57.69"
        },
        "transactions": {
          "m5": {
            "buys": 31,
            "sells": 66,
            "buyers": 27,
            "sellers": 51
          },
          "m15": {
            "buys": 113,
            "sells": 144,
            "buyers": 87,
            "sellers": 105
          },
          "m30": {
            "buys": 303,
            "sells": 224,
            "buyers": 186,
            "sellers": 172
          },
          "h1": {
            "buys": 523,
            "sells": 389,
            "buyers": 303,
            "sellers": 262
          },
          "h6": {
            "buys": 6593,
            "sells": 4245,
            "buyers": 3682,
            "sellers": 1850
          },
          "h24": {
            "buys": 21915,
            "sells": 18142,
            "buyers": 7967,
            "sellers": 6005
          }
        },
        "volume_usd": {
          "m5": "15716.9415991775",
          "m15": "33104.5016733015",
          "m30": "63144.631300735",
          "h1": "106419.891053622",
          "h6": "1676750.1494518",
          "h24": "7503369.42412324"
        },
        "reserve_in_usd": "231205.547"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8oosbx7jJrZxm5m4ThKhBpvwwG4QpoAe6i4GiG19pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DBHZjrkG5JFUNUpN4cxUziDT2kmsewMDjnzGrmgipnwN",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00171296736450116",
        "base_token_price_native_currency": "0.0000122937355102357",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001229373551",
        "quote_token_price_base_token": "81342.2412713699",
        "address": "DBHZjrkG5JFUNUpN4cxUziDT2kmsewMDjnzGrmgipnwN",
        "name": "Okintama / SOL",
        "pool_created_at": "2025-04-19T06:11:02Z",
        "fdv_usd": "1712940.16387534",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "4.33",
          "m15": "2.46",
          "m30": "18.42",
          "h1": "22.13",
          "h6": "-20.02",
          "h24": "2854.92"
        },
        "transactions": {
          "m5": {
            "buys": 111,
            "sells": 121,
            "buyers": 69,
            "sellers": 84
          },
          "m15": {
            "buys": 321,
            "sells": 354,
            "buyers": 209,
            "sellers": 204
          },
          "m30": {
            "buys": 554,
            "sells": 569,
            "buyers": 346,
            "sellers": 328
          },
          "h1": {
            "buys": 1049,
            "sells": 893,
            "buyers": 591,
            "sellers": 513
          },
          "h6": {
            "buys": 19083,
            "sells": 15040,
            "buyers": 5967,
            "sellers": 5307
          },
          "h24": {
            "buys": 76140,
            "sells": 66756,
            "buyers": 17246,
            "sellers": 15034
          }
        },
        "volume_usd": {
          "m5": "27099.9864542254",
          "m15": "96192.2852021612",
          "m30": "146337.085049176",
          "h1": "253287.360770288",
          "h6": "6527809.21341838",
          "h24": "30500269.7737064"
        },
        "reserve_in_usd": "193201.2729"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_88KKUzT9B5sHRopVgRNn3VEfKh7g4ykLXqqjPT7Hpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_C9U2Ksk6KKWvLEeo5yUQ7Xu46X7NzeBJtd9PBfuXaUSM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.781342328557181",
        "base_token_price_native_currency": "0.00563582212377362",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.005635822124",
        "quote_token_price_base_token": "177.436402008",
        "address": "C9U2Ksk6KKWvLEeo5yUQ7Xu46X7NzeBJtd9PBfuXaUSM",
        "name": "Fartcoin / SOL",
        "pool_created_at": "2024-11-05T15:30:00Z",
        "fdv_usd": "781336537.579577",
        "market_cap_usd": "784786938.476164",
        "price_change_percentage": {
          "m5": "-0.49",
          "m15": "-0.58",
          "m30": "-0.32",
          "h1": "0.23",
          "h6": "1.99",
          "h24": "1.93"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 102,
            "buyers": 2,
            "sellers": 9
          },
          "m15": {
            "buys": 58,
            "sells": 165,
            "buyers": 21,
            "sellers": 16
          },
          "m30": {
            "buys": 203,
            "sells": 241,
            "buyers": 52,
            "sellers": 22
          },
          "h1": {
            "buys": 452,
            "sells": 441,
            "buyers": 74,
            "sellers": 47
          },
          "h6": {
            "buys": 4352,
            "sells": 4337,
            "buyers": 386,
            "sellers": 345
          },
          "h24": {
            "buys": 16611,
            "sells": 18517,
            "buyers": 1013,
            "sellers": 1127
          }
        },
        "volume_usd": {
          "m5": "136090.012572602",
          "m15": "509150.688578176",
          "m30": "841560.239916297",
          "h1": "1755030.90796053",
          "h6": "15735764.9424289",
          "h24": "67298500.3281782"
        },
        "reserve_in_usd": "7735005.1537"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "orca",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4bLcvqxuLia8cFKeMKPXx31iCoty9KbU7bWYYNfCMsSV",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0380232714803276",
        "base_token_price_native_currency": "0.000274126428097876",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002741264281",
        "quote_token_price_base_token": "3647.951811647",
        "address": "4bLcvqxuLia8cFKeMKPXx31iCoty9KbU7bWYYNfCMsSV",
        "name": "DARK / SOL",
        "pool_created_at": "2025-04-04T16:26:43Z",
        "fdv_usd": "38016185.2820553",
        "market_cap_usd": "38794462.875666",
        "price_change_percentage": {
          "m5": "-2.86",
          "m15": "-2.19",
          "m30": "0.43",
          "h1": "2.21",
          "h6": "25.42",
          "h24": "-0.98"
        },
        "transactions": {
          "m5": {
            "buys": 43,
            "sells": 32,
            "buyers": 21,
            "sellers": 26
          },
          "m15": {
            "buys": 147,
            "sells": 206,
            "buyers": 60,
            "sellers": 107
          },
          "m30": {
            "buys": 208,
            "sells": 261,
            "buyers": 81,
            "sellers": 133
          },
          "h1": {
            "buys": 305,
            "sells": 379,
            "buyers": 126,
            "sellers": 194
          },
          "h6": {
            "buys": 4152,
            "sells": 3954,
            "buyers": 1254,
            "sellers": 1534
          },
          "h24": {
            "buys": 12499,
            "sells": 10842,
            "buyers": 3152,
            "sellers": 3674
          }
        },
        "volume_usd": {
          "m5": "37151.3096732224",
          "m15": "138677.750788835",
          "m30": "184013.811528385",
          "h1": "249595.895932376",
          "h6": "3138149.57465054",
          "h24": "8645853.10298537"
        },
        "reserve_in_usd": "1242922.4345"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8BtoThi2ZoXnF7QQK1Wjmh2JuBw9FjVvhnGMVZ2vpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x2225fddf4433fbae99008e98be10b28b2a9efa38",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000122629051234959",
        "base_token_price_native_currency": "0.0000000760040074298471",
        "quote_token_price_usd": "1618.3",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000007600400743",
        "quote_token_price_base_token": "13157200.9663177",
        "address": "0x2225fddf4433fbae99008e98be10b28b2a9efa38",
        "name": "BMACC / WETH",
        "pool_created_at": "2024-10-03T01:23:17Z",
        "fdv_usd": "122629.051234959",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "-2.14",
          "m30": "-2.14",
          "h1": "-2.14",
          "h6": "11.77",
          "h24": "32.05"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 1
          },
          "m30": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 1
          },
          "h1": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 1
          },
          "h6": {
            "buys": 5,
            "sells": 2,
            "buyers": 5,
            "sellers": 1
          },
          "h24": {
            "buys": 55,
            "sells": 36,
            "buyers": 50,
            "sellers": 15
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "34.8588352784",
          "m30": "34.8588352784",
          "h1": "34.8588352784",
          "h6": "544.1546270891",
          "h24": "3967.7437004153"
        },
        "reserve_in_usd": "8817.0195"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x1d9546f458542d03a86b11bf94b490a707794218",
            "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_BD1dmonknKCVMXSrPZEik1aojSJt6otHTjbCkNqc6Zn",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00134639835401755",
        "base_token_price_native_currency": "0.00000966048533275773",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000009660485333",
        "quote_token_price_base_token": "103514.468016333",
        "address": "BD1dmonknKCVMXSrPZEik1aojSJt6otHTjbCkNqc6Zn",
        "name": "XORIGINALS / SOL",
        "pool_created_at": "2025-04-18T20:15:19Z",
        "fdv_usd": "1346398.35401755",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.95",
          "m15": "0.8",
          "m30": "11.43",
          "h1": "38.48",
          "h6": "-14.49",
          "h24": "2312.32"
        },
        "transactions": {
          "m5": {
            "buys": 203,
            "sells": 43,
            "buyers": 186,
            "sellers": 33
          },
          "m15": {
            "buys": 410,
            "sells": 162,
            "buyers": 343,
            "sellers": 135
          },
          "m30": {
            "buys": 963,
            "sells": 559,
            "buyers": 707,
            "sellers": 395
          },
          "h1": {
            "buys": 1471,
            "sells": 1002,
            "buyers": 978,
            "sellers": 621
          },
          "h6": {
            "buys": 8180,
            "sells": 6273,
            "buyers": 3517,
            "sellers": 2850
          },
          "h24": {
            "buys": 41245,
            "sells": 35794,
            "buyers": 11294,
            "sellers": 9592
          }
        },
        "volume_usd": {
          "m5": "11180.7323709311",
          "m15": "44972.7724471678",
          "m30": "201887.186839792",
          "h1": "352471.490951305",
          "h6": "1978551.42802708",
          "h24": "8094609.82091075"
        },
        "reserve_in_usd": "144713.652"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4hybryA7PCCqSvnoaisyF2cMz13NNqcXoxNBoGvnpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5bN4mUwVb3GTeahxahF9vCXoXmfFWgeYQs9WSLNyQaJG",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00124890200832348",
        "base_token_price_native_currency": "0.00000929841241213346",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000009298412412",
        "quote_token_price_base_token": "107545.240593448",
        "address": "5bN4mUwVb3GTeahxahF9vCXoXmfFWgeYQs9WSLNyQaJG",
        "name": "fitcoin / SOL",
        "pool_created_at": "2025-04-16T01:38:38Z",
        "fdv_usd": "1248634.27126535",
        "market_cap_usd": "1359526.626968",
        "price_change_percentage": {
          "m5": "-5.15",
          "m15": "-9.8",
          "m30": "-1.38",
          "h1": "-9.89",
          "h6": "40.28",
          "h24": "188.87"
        },
        "transactions": {
          "m5": {
            "buys": 19,
            "sells": 20,
            "buyers": 16,
            "sellers": 19
          },
          "m15": {
            "buys": 52,
            "sells": 48,
            "buyers": 43,
            "sellers": 44
          },
          "m30": {
            "buys": 139,
            "sells": 125,
            "buyers": 105,
            "sellers": 101
          },
          "h1": {
            "buys": 352,
            "sells": 305,
            "buyers": 224,
            "sellers": 218
          },
          "h6": {
            "buys": 3795,
            "sells": 3284,
            "buyers": 1664,
            "sellers": 1450
          },
          "h24": {
            "buys": 40276,
            "sells": 7524,
            "buyers": 34937,
            "sellers": 2357
          }
        },
        "volume_usd": {
          "m5": "7291.3122492089",
          "m15": "13430.6602097952",
          "m30": "44883.2380110187",
          "h1": "120053.703109929",
          "h6": "1491367.24607768",
          "h24": "2373671.29434711"
        },
        "reserve_in_usd": "148138.1155"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9kvTPjemayUL7XKPyjhqavbcLtY5VP2ha1G5vPuppump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_ERHFic7XTRyDmgqVTXsSMUShz1t6EF77bB46ebZnzoaA",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000538495801522282",
        "base_token_price_native_currency": "0.00000387345585561365",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003873455856",
        "quote_token_price_base_token": "258167.392962731",
        "address": "ERHFic7XTRyDmgqVTXsSMUShz1t6EF77bB46ebZnzoaA",
        "name": "DeMS-13 / SOL",
        "pool_created_at": "2025-04-18T16:04:27Z",
        "fdv_usd": "538495.801522282",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "8.73",
          "m15": "10.58",
          "m30": "36.68",
          "h1": "-3.72",
          "h6": "217.53",
          "h24": "-11.42"
        },
        "transactions": {
          "m5": {
            "buys": 30,
            "sells": 27,
            "buyers": 27,
            "sellers": 22
          },
          "m15": {
            "buys": 79,
            "sells": 89,
            "buyers": 63,
            "sellers": 68
          },
          "m30": {
            "buys": 183,
            "sells": 213,
            "buyers": 123,
            "sellers": 140
          },
          "h1": {
            "buys": 527,
            "sells": 450,
            "buyers": 284,
            "sellers": 312
          },
          "h6": {
            "buys": 7036,
            "sells": 5978,
            "buyers": 2449,
            "sellers": 2475
          },
          "h24": {
            "buys": 32547,
            "sells": 27114,
            "buyers": 9827,
            "sellers": 9644
          }
        },
        "volume_usd": {
          "m5": "12527.1892619105",
          "m15": "24936.7811930948",
          "m30": "64767.3153719328",
          "h1": "145577.71125777",
          "h6": "2240202.38922141",
          "h24": "7050919.78644771"
        },
        "reserve_in_usd": "98049.2304"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_7g2ABjCDnUB7UVz6h3d4WP3G3Mpedzb3hUtMmuJppump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7SpCJkQr8iHGJz2JiY8X2RNTVdtftAmL1pZC7GRm132Y",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.118418341019605",
        "base_token_price_native_currency": "0.000856391807014618",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000856391807",
        "quote_token_price_base_token": "1167.689825859",
        "address": "7SpCJkQr8iHGJz2JiY8X2RNTVdtftAmL1pZC7GRm132Y",
        "name": "JProof / SOL",
        "pool_created_at": "2025-04-11T23:16:29Z",
        "fdv_usd": "114995358.035408",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.24",
          "m15": "-3",
          "m30": "-1.78",
          "h1": "-12.51",
          "h6": "-4.29",
          "h24": "26.54"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 13,
            "buyers": 12,
            "sellers": 13
          },
          "m15": {
            "buys": 52,
            "sells": 33,
            "buyers": 40,
            "sellers": 27
          },
          "m30": {
            "buys": 153,
            "sells": 60,
            "buyers": 92,
            "sellers": 49
          },
          "h1": {
            "buys": 403,
            "sells": 169,
            "buyers": 194,
            "sellers": 124
          },
          "h6": {
            "buys": 1605,
            "sells": 851,
            "buyers": 643,
            "sellers": 446
          },
          "h24": {
            "buys": 7838,
            "sells": 4860,
            "buyers": 2410,
            "sellers": 1500
          }
        },
        "volume_usd": {
          "m5": "8354.1457674828",
          "m15": "29758.9892591445",
          "m30": "80447.6882782319",
          "h1": "251895.744973987",
          "h6": "1207894.61674659",
          "h24": "7636818.38470114"
        },
        "reserve_in_usd": "1031660.8338"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2tbHkvuJnaG1X2U4VXvKTFsvaoW2cZ2W4iM9ZmdYmoon",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HQWsAXxH3dGy9DQbryJyDrquKt2eDY6MMHWmpUEKfgZq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00897669064748201",
        "base_token_price_native_currency": "0.0000647819059422524",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006478190594",
        "quote_token_price_base_token": "15436.4090629167",
        "address": "HQWsAXxH3dGy9DQbryJyDrquKt2eDY6MMHWmpUEKfgZq",
        "name": "LUCE / SOL",
        "pool_created_at": "2024-10-28T16:20:36Z",
        "fdv_usd": "8976544.34339439",
        "market_cap_usd": "8931057.89148884",
        "price_change_percentage": {
          "m5": "0.65",
          "m15": "0.53",
          "m30": "0.83",
          "h1": "-0.24",
          "h6": "1.12",
          "h24": "-20.26"
        },
        "transactions": {
          "m5": {
            "buys": 28,
            "sells": 6,
            "buyers": 11,
            "sellers": 6
          },
          "m15": {
            "buys": 63,
            "sells": 16,
            "buyers": 19,
            "sellers": 9
          },
          "m30": {
            "buys": 115,
            "sells": 34,
            "buyers": 28,
            "sellers": 19
          },
          "h1": {
            "buys": 249,
            "sells": 91,
            "buyers": 56,
            "sellers": 41
          },
          "h6": {
            "buys": 1850,
            "sells": 859,
            "buyers": 270,
            "sellers": 214
          },
          "h24": {
            "buys": 23215,
            "sells": 16473,
            "buyers": 2951,
            "sellers": 2339
          }
        },
        "volume_usd": {
          "m5": "3445.8420923707",
          "m15": "6681.8715995364",
          "m30": "14083.4426284359",
          "h1": "38706.3581786579",
          "h6": "435746.558519806",
          "h24": "11868192.2170464"
        },
        "reserve_in_usd": "1330657.8054"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CBdCxKo9QavR9hfShgpEBG3zekorAeD7W1jfq2o3pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x0999bba9ee10419db0db7a048e01fec29a78b4cd",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0448355522130688",
        "base_token_price_native_currency": "0.0000744182479682088",
        "quote_token_price_usd": "590.49",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007441824797",
        "quote_token_price_base_token": "13437.5644052679",
        "address": "0x0999bba9ee10419db0db7a048e01fec29a78b4cd",
        "name": "BANK / WBNB 1%",
        "pool_created_at": "2025-04-18T03:36:05Z",
        "fdv_usd": "19066318.5786075",
        "market_cap_usd": "19067607.667395",
        "price_change_percentage": {
          "m5": "-0.01",
          "m15": "2.36",
          "m30": "2.19",
          "h1": "-0.35",
          "h6": "-3.47",
          "h24": "-18.31"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 8,
            "buyers": 11,
            "sellers": 8
          },
          "m15": {
            "buys": 33,
            "sells": 26,
            "buyers": 32,
            "sellers": 26
          },
          "m30": {
            "buys": 52,
            "sells": 49,
            "buyers": 49,
            "sellers": 45
          },
          "h1": {
            "buys": 104,
            "sells": 111,
            "buyers": 83,
            "sellers": 87
          },
          "h6": {
            "buys": 1886,
            "sells": 1886,
            "buyers": 739,
            "sellers": 848
          },
          "h24": {
            "buys": 10991,
            "sells": 9364,
            "buyers": 3409,
            "sellers": 4166
          }
        },
        "volume_usd": {
          "m5": "523.7143447629",
          "m15": "9382.6014075657",
          "m30": "14124.7712459198",
          "h1": "41544.5096198588",
          "h6": "1654535.91595082",
          "h24": "6404477.59154593"
        },
        "reserve_in_usd": "2834756.4857"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x3aee7602b612de36088f3ffed8c8f10e86ebf2bf",
            "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": "solana_3KRhkKe5C33aXAhJXtzUsU5HkSqX2XVgJQdg3xa4CbqW",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000430916250275772",
        "base_token_price_native_currency": "0.00000312875880885006",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003128758809",
        "quote_token_price_base_token": "319615.560384963",
        "address": "3KRhkKe5C33aXAhJXtzUsU5HkSqX2XVgJQdg3xa4CbqW",
        "name": "N/A / SOL",
        "pool_created_at": "2025-04-19T13:35:57Z",
        "fdv_usd": "430916.250275772",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-7.74",
          "m15": "5.71",
          "m30": "4.11",
          "h1": "-8.95",
          "h6": "463.17",
          "h24": "463.17"
        },
        "transactions": {
          "m5": {
            "buys": 106,
            "sells": 143,
            "buyers": 41,
            "sellers": 46
          },
          "m15": {
            "buys": 226,
            "sells": 252,
            "buyers": 96,
            "sellers": 112
          },
          "m30": {
            "buys": 608,
            "sells": 641,
            "buyers": 186,
            "sellers": 220
          },
          "h1": {
            "buys": 834,
            "sells": 886,
            "buyers": 378,
            "sellers": 426
          },
          "h6": {
            "buys": 3401,
            "sells": 3416,
            "buyers": 2264,
            "sellers": 2470
          },
          "h24": {
            "buys": 3401,
            "sells": 3416,
            "buyers": 2264,
            "sellers": 2470
          }
        },
        "volume_usd": {
          "m5": "7135.1643175082",
          "m15": "20122.8005799382",
          "m30": "49036.6709155827",
          "h1": "94715.964406258",
          "h6": "516725.344163641",
          "h24": "516725.344163641"
        },
        "reserve_in_usd": "66067.159"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_jriiULJQwgqdU48hTv1eKqK4ipCiCWBnP9CZbonpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_J2MYQ15QbTAmMrGcqbPgWaWsH9fgmzN8GBJ5SC7DzU5A",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000492100584233751",
        "base_token_price_native_currency": "0.00000354676836335458",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003546768363",
        "quote_token_price_base_token": "281946.802709773",
        "address": "J2MYQ15QbTAmMrGcqbPgWaWsH9fgmzN8GBJ5SC7DzU5A",
        "name": "MR / SOL",
        "pool_created_at": "2025-04-18T19:43:08Z",
        "fdv_usd": "492100.584233751",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.71",
          "m15": "-5.93",
          "m30": "-10.22",
          "h1": "-28.64",
          "h6": "172.69",
          "h24": "780.17"
        },
        "transactions": {
          "m5": {
            "buys": 42,
            "sells": 36,
            "buyers": 39,
            "sellers": 31
          },
          "m15": {
            "buys": 114,
            "sells": 99,
            "buyers": 89,
            "sellers": 85
          },
          "m30": {
            "buys": 422,
            "sells": 346,
            "buyers": 265,
            "sellers": 237
          },
          "h1": {
            "buys": 780,
            "sells": 671,
            "buyers": 405,
            "sellers": 438
          },
          "h6": {
            "buys": 6122,
            "sells": 4805,
            "buyers": 2444,
            "sellers": 2116
          },
          "h24": {
            "buys": 41907,
            "sells": 37111,
            "buyers": 9015,
            "sellers": 8049
          }
        },
        "volume_usd": {
          "m5": "10516.4102183743",
          "m15": "32156.84777765",
          "m30": "127877.955077863",
          "h1": "232480.195037389",
          "h6": "1719061.97793536",
          "h24": "8555900.87809506"
        },
        "reserve_in_usd": "85477.3136"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_7e1zigq4YpSRt7fPxkvwSEPfzHon2atfkB4Zscampump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6Tqn57Y6jJyur6E7Y7jrubKz6mhZ5v1fCFUc9xE4RHJc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000340117392363546",
        "base_token_price_native_currency": "0.0000027486551246043",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002748655125",
        "quote_token_price_base_token": "363814.285411292",
        "address": "6Tqn57Y6jJyur6E7Y7jrubKz6mhZ5v1fCFUc9xE4RHJc",
        "name": "BRRR / SOL",
        "pool_created_at": "2025-04-17T17:01:17Z",
        "fdv_usd": "337875.456037857",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.21",
          "m15": "0.26",
          "m30": "3.83",
          "h1": "-11.21",
          "h6": "20.79",
          "h24": "-41.35"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 15,
            "buyers": 8,
            "sellers": 10
          },
          "m15": {
            "buys": 23,
            "sells": 40,
            "buyers": 19,
            "sellers": 14
          },
          "m30": {
            "buys": 46,
            "sells": 75,
            "buyers": 37,
            "sellers": 21
          },
          "h1": {
            "buys": 83,
            "sells": 161,
            "buyers": 61,
            "sellers": 46
          },
          "h6": {
            "buys": 5982,
            "sells": 699,
            "buyers": 4966,
            "sellers": 301
          },
          "h24": {
            "buys": 9046,
            "sells": 3883,
            "buyers": 6050,
            "sellers": 1665
          }
        },
        "volume_usd": {
          "m5": "639.2342067567",
          "m15": "1184.4115867701",
          "m30": "2485.7711593399",
          "h1": "5743.9954255347",
          "h6": "73285.4968863153",
          "h24": "518797.2652503"
        },
        "reserve_in_usd": "54625.4494"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_7dGEYMPsAVxJY3qQJaCHwLPkCCx9SSE52H4k1wF617uE",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9d9mb8kooFfaD3SctgZtkxQypkshx6ezhbKio89ixyy2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "8.35741063760467",
        "base_token_price_native_currency": "0.0602813804954217",
        "quote_token_price_usd": "0.999456611952043",
        "quote_token_price_native_currency": "0.00720900614506667",
        "base_token_price_quote_token": "8.361954378",
        "quote_token_price_base_token": "0.1195892676",
        "address": "9d9mb8kooFfaD3SctgZtkxQypkshx6ezhbKio89ixyy2",
        "name": "TRUMP / USDC",
        "pool_created_at": "2025-01-18T10:39:31Z",
        "fdv_usd": "8357405943.25454",
        "market_cap_usd": "1674031306.56561",
        "price_change_percentage": {
          "m5": "-0.15",
          "m15": "-0.21",
          "m30": "-0.23",
          "h1": "0.37",
          "h6": "0.4",
          "h24": "8.61"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 138,
            "buyers": 0,
            "sellers": 18
          },
          "m15": {
            "buys": 153,
            "sells": 156,
            "buyers": 26,
            "sellers": 20
          },
          "m30": {
            "buys": 166,
            "sells": 175,
            "buyers": 29,
            "sellers": 27
          },
          "h1": {
            "buys": 348,
            "sells": 180,
            "buyers": 38,
            "sellers": 29
          },
          "h6": {
            "buys": 3219,
            "sells": 3529,
            "buyers": 130,
            "sellers": 152
          },
          "h24": {
            "buys": 19596,
            "sells": 18945,
            "buyers": 528,
            "sellers": 465
          }
        },
        "volume_usd": {
          "m5": "448370.655679546",
          "m15": "1286525.87297475",
          "m30": "1391936.59901553",
          "h1": "2128988.97598089",
          "h6": "22922628.5125888",
          "h24": "157985230.880778"
        },
        "reserve_in_usd": "334280577.1072"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_3bHCTtfKwJv557P8EKv3nMunrbUhrgepJxu39m3ftMxU",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000204680691424837",
        "base_token_price_native_currency": "0.00000145936487732595",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001459364877",
        "quote_token_price_base_token": "685229.592363726",
        "address": "3bHCTtfKwJv557P8EKv3nMunrbUhrgepJxu39m3ftMxU",
        "name": "RAZORBILL / SOL",
        "pool_created_at": "2025-04-19T10:38:03Z",
        "fdv_usd": "204680.617328078",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "3.66",
          "m15": "9.86",
          "m30": "-21.04",
          "h1": "-32.41",
          "h6": "-38.18",
          "h24": "248.18"
        },
        "transactions": {
          "m5": {
            "buys": 89,
            "sells": 49,
            "buyers": 42,
            "sellers": 31
          },
          "m15": {
            "buys": 528,
            "sells": 531,
            "buyers": 131,
            "sellers": 130
          },
          "m30": {
            "buys": 1667,
            "sells": 1448,
            "buyers": 342,
            "sellers": 304
          },
          "h1": {
            "buys": 1874,
            "sells": 1607,
            "buyers": 443,
            "sellers": 431
          },
          "h6": {
            "buys": 11049,
            "sells": 9068,
            "buyers": 3676,
            "sellers": 3602
          },
          "h24": {
            "buys": 26555,
            "sells": 22271,
            "buyers": 7991,
            "sellers": 7109
          }
        },
        "volume_usd": {
          "m5": "6229.7580094646",
          "m15": "36295.3000827675",
          "m30": "152844.653103762",
          "h1": "201586.004963235",
          "h6": "2401057.23043577",
          "h24": "5561358.48945295"
        },
        "reserve_in_usd": "52237.9438"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8pGeXS65kYBvS37jf3imYWkdPwM8seeTxrxMSSpbpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_D6Rgz1JG2syjsTXGaSAZ39cLffWL4TfabEAAnJHGRrZC",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0582873202262875",
        "base_token_price_native_currency": "0.000420350450149113",
        "quote_token_price_usd": "138.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0004203504501",
        "quote_token_price_base_token": "2378.967358415",
        "address": "D6Rgz1JG2syjsTXGaSAZ39cLffWL4TfabEAAnJHGRrZC",
        "name": "RFC / SOL",
        "pool_created_at": "2025-03-25T01:07:20Z",
        "fdv_usd": "58279386.9546082",
        "market_cap_usd": "57417060.1991923",
        "price_change_percentage": {
          "m5": "-2.45",
          "m15": "-2.94",
          "m30": "-6.43",
          "h1": "-6.55",
          "h6": "-11.35",
          "h24": "-7.79"
        },
        "transactions": {
          "m5": {
            "buys": 28,
            "sells": 49,
            "buyers": 20,
            "sellers": 29
          },
          "m15": {
            "buys": 128,
            "sells": 103,
            "buyers": 62,
            "sellers": 54
          },
          "m30": {
            "buys": 178,
            "sells": 168,
            "buyers": 85,
            "sellers": 74
          },
          "h1": {
            "buys": 212,
            "sells": 199,
            "buyers": 100,
            "sellers": 87
          },
          "h6": {
            "buys": 1643,
            "sells": 1739,
            "buyers": 449,
            "sellers": 515
          },
          "h24": {
            "buys": 9447,
            "sells": 9602,
            "buyers": 1528,
            "sellers": 1836
          }
        },
        "volume_usd": {
          "m5": "17432.3878136072",
          "m15": "43873.5155875979",
          "m30": "72002.9790660047",
          "h1": "86635.255435829",
          "h6": "894738.409641715",
          "h24": "5280773.01800676"
        },
        "reserve_in_usd": "1787673.2524"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_C3DwDjT17gDvvCYC2nsdGHxDHVmQRdhKfpAdqQ29pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x4b0aaf3ebb163dd45f663b38b6d93f6093ebc2d3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000342426286170308",
        "base_token_price_native_currency": "0.000000211474766506493",
        "quote_token_price_usd": "1619.23",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002114747665",
        "quote_token_price_base_token": "4728696.55571553",
        "address": "0x4b0aaf3ebb163dd45f663b38b6d93f6093ebc2d3",
        "name": "TOSHI / WETH 1%",
        "pool_created_at": "2023-11-06T23:43:21Z",
        "fdv_usd": "144054380.185817",
        "market_cap_usd": "144055314.341478",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.14",
          "m30": "-0.56",
          "h1": "-0.5",
          "h6": "-0.89",
          "h24": "-5.09"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 5,
            "buyers": 0,
            "sellers": 1
          },
          "m30": {
            "buys": 0,
            "sells": 18,
            "buyers": 0,
            "sellers": 8
          },
          "h1": {
            "buys": 0,
            "sells": 19,
            "buyers": 0,
            "sellers": 8
          },
          "h6": {
            "buys": 20,
            "sells": 61,
            "buyers": 11,
            "sellers": 18
          },
          "h24": {
            "buys": 111,
            "sells": 359,
            "buyers": 32,
            "sellers": 50
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "1618.0630812426",
          "m30": "4426.0179825447",
          "h1": "4749.3024689973",
          "h6": "34355.3789826764",
          "h24": "186992.547215535"
        },
        "reserve_in_usd": "2214184.4745"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xac1bd2486aaf3b5c0fc3fd868558b082a531b2b4",
            "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_5YxSreWgXXRMZ8nRbjKCQu91TWxqexfPkpzykrmt8CkM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000260544695300437",
        "base_token_price_native_currency": "0.00000188211813757431",
        "quote_token_price_usd": "138.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001882118138",
        "quote_token_price_base_token": "531316.27608074",
        "address": "5YxSreWgXXRMZ8nRbjKCQu91TWxqexfPkpzykrmt8CkM",
        "name": "speedrun / SOL",
        "pool_created_at": "2025-04-18T18:53:51Z",
        "fdv_usd": "260530.490465367",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-12.6",
          "m15": "-11.25",
          "m30": "-4.33",
          "h1": "1.48",
          "h6": "9.94",
          "h24": "277.47"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 5,
            "buyers": 1,
            "sellers": 5
          },
          "m15": {
            "buys": 10,
            "sells": 10,
            "buyers": 10,
            "sellers": 9
          },
          "m30": {
            "buys": 33,
            "sells": 16,
            "buyers": 24,
            "sellers": 15
          },
          "h1": {
            "buys": 49,
            "sells": 29,
            "buyers": 40,
            "sellers": 27
          },
          "h6": {
            "buys": 262,
            "sells": 274,
            "buyers": 174,
            "sellers": 222
          },
          "h24": {
            "buys": 17802,
            "sells": 13684,
            "buyers": 6623,
            "sellers": 5875
          }
        },
        "volume_usd": {
          "m5": "1874.9386932392",
          "m15": "3039.6979951842",
          "m30": "5907.088078048",
          "h1": "9384.6289499069",
          "h6": "48689.1714900775",
          "h24": "5014442.38601344"
        },
        "reserve_in_usd": "54346.6443"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_GcKyLUNNubruhHm2nAAfDhmqMvibhW5WFPwK6D83pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "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