Coins: 14,876
Exchanges: 1,149
Market Cap: $2.396T 1.5%
24h Vol: $61.733B
Gas: 5 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.
2M+
Coins & Tokens
100+
Networks
800+
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.00242789130453",
      "base_token_price_native_currency": "0.000295022184680491",
      "quote_token_price_usd": "3392.14538120312",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00029502",
      "quote_token_price_base_token": "3389.58",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3236624965",
      "market_cap_usd": "5187504858.70512",
      "price_change_percentage": {
        "m5": "0",
        "h1": "0.09",
        "h6": "0.08",
        "h24": "0.31"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 1,
          "buyers": 0,
          "sellers": 1
        },
        "m15": {
          "buys": 3,
          "sells": 4,
          "buyers": 3,
          "sellers": 4
        },
        "m30": {
          "buys": 10,
          "sells": 15,
          "buyers": 10,
          "sellers": 14
        },
        "h1": {
          "buys": 20,
          "sells": 19,
          "buyers": 19,
          "sellers": 16
        },
        "h24": {
          "buys": 198,
          "sells": 175,
          "buyers": 125,
          "sellers": 116
        }
      },
      "volume_usd": {
        "m5": "9189.97172341507",
        "h1": "313881.512472584",
        "h6": "611467.217505937",
        "h24": "1596341.03224527"
      },
      "reserve_in_usd": "4782104.183"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Discover Trending Pools
{
  "data": [
    {
      "id": "bsc_0x64b19c0dae1702518915c758a8e130028e28e9ae",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000962093544402846",
        "base_token_price_native_currency": "0.00000000167503306602363",
        "quote_token_price_usd": "575.800532350902",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001675033066",
        "quote_token_price_base_token": "597003140",
        "address": "0x64b19c0dae1702518915c758a8e130028e28e9ae",
        "name": "WAT / WBNB",
        "pool_created_at": "2024-06-30T20:04:12Z",
        "fdv_usd": "404743",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.06",
          "h1": "-2.02",
          "h6": "-8.15",
          "h24": "1055.88"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 7,
            "sells": 6,
            "buyers": 6,
            "sellers": 4
          },
          "m30": {
            "buys": 10,
            "sells": 10,
            "buyers": 9,
            "sellers": 8
          },
          "h1": {
            "buys": 22,
            "sells": 14,
            "buyers": 20,
            "sellers": 12
          },
          "h24": {
            "buys": 2414,
            "sells": 1655,
            "buyers": 1331,
            "sellers": 829
          }
        },
        "volume_usd": {
          "m5": "367.48623891085",
          "h1": "2671.32565784058",
          "h6": "116144.359885883",
          "h24": "714799.037918531"
        },
        "reserve_in_usd": "87954.1758"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x0b1d4c430de9fc309e38826729ac9cff7070d0a5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9uWW4C36HiCTGr6pZW9VFhr9vdXktZ8NA8jVnzQU35pJ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0951201953270365513758231335028840537781831185460070953865715662399496264",
        "base_token_price_native_currency": "0.000628371617734078414945245",
        "quote_token_price_usd": "151.516119415352188912301265129553775949379522108280264004",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00062837",
        "quote_token_price_base_token": "1591.41",
        "address": "9uWW4C36HiCTGr6pZW9VFhr9vdXktZ8NA8jVnzQU35pJ",
        "name": "BILLY / SOL",
        "pool_created_at": "2024-06-17T01:39:24Z",
        "fdv_usd": "93496645",
        "market_cap_usd": "93479601.3069256",
        "price_change_percentage": {
          "m5": "-0.39",
          "h1": "-13.4",
          "h6": "-10.42",
          "h24": "-4.23"
        },
        "transactions": {
          "m5": {
            "buys": 134,
            "sells": 33,
            "buyers": 81,
            "sellers": 29
          },
          "m15": {
            "buys": 526,
            "sells": 115,
            "buyers": 238,
            "sellers": 79
          },
          "m30": {
            "buys": 872,
            "sells": 156,
            "buyers": 351,
            "sellers": 99
          },
          "h1": {
            "buys": 1203,
            "sells": 239,
            "buyers": 432,
            "sellers": 141
          },
          "h24": {
            "buys": 18209,
            "sells": 15182,
            "buyers": 4701,
            "sellers": 4045
          }
        },
        "volume_usd": {
          "m5": "125755.920298037",
          "h1": "899658.860923667",
          "h6": "3810568.99733767",
          "h24": "22566584.8034562"
        },
        "reserve_in_usd": "2571757.2398"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3B5wuUrMEi5yATD7on46hKfej3pfmd7t1RKgrsN3pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0130722547981537",
        "base_token_price_native_currency": "0.00165336872400821",
        "quote_token_price_usd": "8.01",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00165337",
        "quote_token_price_base_token": "604.83",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "1339788829",
        "market_cap_usd": "1357375561.55629",
        "price_change_percentage": {
          "m5": "-2.39",
          "h1": "-3.63",
          "h6": "-1.1",
          "h24": "-3.66"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 6,
            "buyers": 1,
            "sellers": 6
          },
          "m15": {
            "buys": 5,
            "sells": 23,
            "buyers": 5,
            "sellers": 22
          },
          "m30": {
            "buys": 12,
            "sells": 41,
            "buyers": 11,
            "sellers": 40
          },
          "h1": {
            "buys": 28,
            "sells": 65,
            "buyers": 23,
            "sellers": 64
          },
          "h24": {
            "buys": 2479,
            "sells": 5196,
            "buyers": 1539,
            "sellers": 4609
          }
        },
        "volume_usd": {
          "m5": "1458.81366965686",
          "h1": "14812.0639065663",
          "h6": "149826.330012332",
          "h24": "867390.119091306"
        },
        "reserve_in_usd": "9057223.4335"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4wJDpWtaeuK76Aa8FY3gaJjCt1MxgL61eB84uWBonTxA",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000000005821299117711664879351804192954491981966585165578369473682826340483629",
        "base_token_price_native_currency": "0.000000000000387215304395877886243077026975453",
        "quote_token_price_usd": "151.516119415352188912301265129553775949379522108280264004",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000387215",
        "quote_token_price_base_token": "2582542550998",
        "address": "4wJDpWtaeuK76Aa8FY3gaJjCt1MxgL61eB84uWBonTxA",
        "name": "CHWY / SOL",
        "pool_created_at": "2024-06-27T17:43:46Z",
        "fdv_usd": "2448953",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.63",
          "h1": "-0.66",
          "h6": "-22.83",
          "h24": "-41.27"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 6,
            "buyers": 6,
            "sellers": 6
          },
          "m15": {
            "buys": 44,
            "sells": 30,
            "buyers": 40,
            "sellers": 28
          },
          "m30": {
            "buys": 107,
            "sells": 98,
            "buyers": 88,
            "sellers": 88
          },
          "h1": {
            "buys": 223,
            "sells": 221,
            "buyers": 150,
            "sellers": 178
          },
          "h24": {
            "buys": 19419,
            "sells": 16697,
            "buyers": 6098,
            "sellers": 4962
          }
        },
        "volume_usd": {
          "m5": "847.541896544838",
          "h1": "47991.3224011069",
          "h6": "442599.574082051",
          "h24": "7057781.54682645"
        },
        "reserve_in_usd": "128229.8477"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_y7WrhyUxATe9xMmdQKGp2pcgZYZPie8wsZuCV1oUkcj",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xbf16540c857b4e32ce6c37d2f7725c8eec869b8b",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000187542006768124",
        "base_token_price_native_currency": "0.0000000000553259967464083",
        "quote_token_price_usd": "3393.28148289693",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000055325997",
        "quote_token_price_base_token": "18074685660",
        "address": "0xbf16540c857b4e32ce6c37d2f7725c8eec869b8b",
        "name": "PEIPEI / WETH",
        "pool_created_at": "2024-06-04T19:45:47Z",
        "fdv_usd": "78897028",
        "market_cap_usd": "78315585.9793811",
        "price_change_percentage": {
          "m5": "0.14",
          "h1": "-8.41",
          "h6": "-14.71",
          "h24": "-17.21"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 8,
            "buyers": 10,
            "sellers": 8
          },
          "m15": {
            "buys": 46,
            "sells": 30,
            "buyers": 45,
            "sellers": 26
          },
          "m30": {
            "buys": 73,
            "sells": 49,
            "buyers": 61,
            "sellers": 35
          },
          "h1": {
            "buys": 124,
            "sells": 86,
            "buyers": 94,
            "sellers": 59
          },
          "h24": {
            "buys": 2150,
            "sells": 1395,
            "buyers": 1424,
            "sellers": 858
          }
        },
        "volume_usd": {
          "m5": "36661.3388324439",
          "h1": "409345.333360288",
          "h6": "1241715.90933075",
          "h24": "5244348.75637398"
        },
        "reserve_in_usd": "2419772.8049"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x3ffeea07a27fab7ad1df5297fa75e77a43cb5790",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.996879273541173",
        "base_token_price_native_currency": "0.124083281530821",
        "quote_token_price_usd": "8.01",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.12408328",
        "quote_token_price_base_token": "8.05910343",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "99687926",
        "market_cap_usd": "99390708.5061877",
        "price_change_percentage": {
          "m5": "0",
          "h1": "-1.36",
          "h6": "0.75",
          "h24": "-1.19"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m30": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "h1": {
            "buys": 10,
            "sells": 12,
            "buyers": 10,
            "sellers": 12
          },
          "h24": {
            "buys": 546,
            "sells": 411,
            "buyers": 388,
            "sellers": 285
          }
        },
        "volume_usd": {
          "m5": "24.03",
          "h1": "11122.8864068523",
          "h6": "97267.1161056644",
          "h24": "892902.290421142"
        },
        "reserve_in_usd": "2899160.5783"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBZ_cafPyDr5KUTs0aNxh0ZTDhkpEZONmLJA2SNGlLm4Cko",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQD54uVMibZPAdHdoA_vcTDFmFLfEnlJ5SEgu4vDiFpTzdnr",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0424069236459292",
        "base_token_price_native_currency": "0.00530874113343707",
        "quote_token_price_usd": "8.01",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00530874",
        "quote_token_price_base_token": "188.37",
        "address": "EQD54uVMibZPAdHdoA_vcTDFmFLfEnlJ5SEgu4vDiFpTzdnr",
        "name": "REGI / TON",
        "pool_created_at": "2024-03-13T23:23:04Z",
        "fdv_usd": "4240692",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.71",
          "h1": "-0.96",
          "h6": "6.2",
          "h24": "29.41"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m30": {
            "buys": 3,
            "sells": 6,
            "buyers": 3,
            "sellers": 6
          },
          "h1": {
            "buys": 5,
            "sells": 11,
            "buyers": 5,
            "sellers": 10
          },
          "h24": {
            "buys": 354,
            "sells": 364,
            "buyers": 217,
            "sellers": 222
          }
        },
        "volume_usd": {
          "m5": "1749.72824587413",
          "h1": "7960.94444837185",
          "h6": "26170.7411333723",
          "h24": "489721.188942809"
        },
        "reserve_in_usd": "639166.7977"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCcYUWKhjGxwqtk_je9LW2V4RoFmbhOUR9e404Y6FQTEXHh",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_2c9F3UnMBxftqeSmsSCBw5yXjwD9hXFsMLXti9mqTwpr",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00120370825536581779819639170618413463388792678945910311218418759132969134",
        "base_token_price_native_currency": "0.000007922828157530617438379307669812974583667793001187",
        "quote_token_price_usd": "151.516119415352188912301265129553775949379522108280264004",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000792",
        "quote_token_price_base_token": "126218",
        "address": "2c9F3UnMBxftqeSmsSCBw5yXjwD9hXFsMLXti9mqTwpr",
        "name": "$WATER / SOL",
        "pool_created_at": "2024-06-24T15:10:20Z",
        "fdv_usd": "100041506",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.08",
          "h1": "-1.56",
          "h6": "-4.32",
          "h24": "-2.19"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 5,
            "buyers": 2,
            "sellers": 5
          },
          "m15": {
            "buys": 12,
            "sells": 17,
            "buyers": 11,
            "sellers": 16
          },
          "m30": {
            "buys": 31,
            "sells": 35,
            "buyers": 24,
            "sellers": 30
          },
          "h1": {
            "buys": 57,
            "sells": 74,
            "buyers": 36,
            "sellers": 40
          },
          "h24": {
            "buys": 5378,
            "sells": 4682,
            "buyers": 2985,
            "sellers": 2005
          }
        },
        "volume_usd": {
          "m5": "1360.5974754364",
          "h1": "25411.3374708181",
          "h6": "897820.604098777",
          "h24": "6932156.64513571"
        },
        "reserve_in_usd": "7433112.9489"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_B6h248NJkAcBAkaCnji889a26tCiGXGN8cxhEJ4dX391",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xb0cfc8233c3e40a44d1da530b33a387640089f8d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000222495167369424",
        "base_token_price_native_currency": "0.00000000657392793453712",
        "quote_token_price_usd": "3393.28148289693",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000006573927935",
        "quote_token_price_base_token": "152116058",
        "address": "0xb0cfc8233c3e40a44d1da530b33a387640089f8d",
        "name": "FLAPPY / WETH",
        "pool_created_at": "2024-06-17T13:05:11Z",
        "fdv_usd": "9273196",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.42",
          "h1": "-8.99",
          "h6": "25.29",
          "h24": "158.98"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 5,
            "buyers": 7,
            "sellers": 5
          },
          "m15": {
            "buys": 25,
            "sells": 11,
            "buyers": 24,
            "sellers": 10
          },
          "m30": {
            "buys": 57,
            "sells": 32,
            "buyers": 47,
            "sellers": 28
          },
          "h1": {
            "buys": 198,
            "sells": 124,
            "buyers": 142,
            "sellers": 85
          },
          "h24": {
            "buys": 3304,
            "sells": 2051,
            "buyers": 1681,
            "sellers": 920
          }
        },
        "volume_usd": {
          "m5": "20793.9771879604",
          "h1": "604756.474724345",
          "h6": "1474143.21723226",
          "h24": "7083636.40903087"
        },
        "reserve_in_usd": "495980.8226"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x590246bfbf89b113d8ac36faeea12b7589f7fe5b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_zcdAw3jpcqEY8JYVxNVMqs2cU35cyDdy4ot7V8edNhz",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.156685371960457496029501303072979892312361875941876788321189653008369772",
        "base_token_price_native_currency": "0.001036881316666128243671667",
        "quote_token_price_usd": "151.516119415352188912301265129553775949379522108280264004",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00103688",
        "quote_token_price_base_token": "964.43",
        "address": "zcdAw3jpcqEY8JYVxNVMqs2cU35cyDdy4ot7V8edNhz",
        "name": "DADDY / SOL",
        "pool_created_at": "2024-06-09T20:18:21Z",
        "fdv_usd": "93962386",
        "market_cap_usd": "93048043.6264679",
        "price_change_percentage": {
          "m5": "0.64",
          "h1": "3.5",
          "h6": "15.88",
          "h24": "26.69"
        },
        "transactions": {
          "m5": {
            "buys": 22,
            "sells": 6,
            "buyers": 19,
            "sellers": 5
          },
          "m15": {
            "buys": 76,
            "sells": 58,
            "buyers": 64,
            "sellers": 41
          },
          "m30": {
            "buys": 218,
            "sells": 205,
            "buyers": 172,
            "sellers": 120
          },
          "h1": {
            "buys": 440,
            "sells": 575,
            "buyers": 302,
            "sellers": 270
          },
          "h24": {
            "buys": 9373,
            "sells": 8334,
            "buyers": 4899,
            "sellers": 3119
          }
        },
        "volume_usd": {
          "m5": "10129.6262401078",
          "h1": "550425.591444476",
          "h6": "5230334.32037161",
          "h24": "8180734.17209899"
        },
        "reserve_in_usd": "2358969.4633"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4Cnk9EPnW5ixfLZatCPJjDB1PUtcRpVVgTQukm9epump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDliYkW-Ryo0CEPpThzxbHT97Niu9BOHLwidsofCj6Qv870",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.011061364501837",
        "base_token_price_native_currency": "0.00136900815603691",
        "quote_token_price_usd": "8.01",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00136901",
        "quote_token_price_base_token": "730.46",
        "address": "EQDliYkW-Ryo0CEPpThzxbHT97Niu9BOHLwidsofCj6Qv870",
        "name": "TCAT / TON 0.25%",
        "pool_created_at": "2024-06-26T20:33:50Z",
        "fdv_usd": "10930414",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.22",
          "h1": "20.29",
          "h6": "27.2",
          "h24": "215.85"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 10,
            "sells": 16,
            "buyers": 9,
            "sellers": 14
          },
          "m30": {
            "buys": 40,
            "sells": 60,
            "buyers": 34,
            "sellers": 51
          },
          "h1": {
            "buys": 73,
            "sells": 87,
            "buyers": 53,
            "sellers": 63
          },
          "h24": {
            "buys": 2331,
            "sells": 1397,
            "buyers": 1160,
            "sellers": 625
          }
        },
        "volume_usd": {
          "m5": "150.9485",
          "h1": "82104.0416176822",
          "h6": "251600.919639494",
          "h24": "1267739.72040308"
        },
        "reserve_in_usd": "359976.5646"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBtDmYgCKk3ecQ1x-j0CLZRnPYyaV7cB33ad036QN-HE2C7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_EjBT8E1KFMzoXK5sP2eaunT3KZpopvJzNDyET2kVzv1M",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.099461958456677292404799824474141905167108974041124476417955685113282925",
        "base_token_price_native_currency": "0.00065470875893542889480185",
        "quote_token_price_usd": "151.78083382077481280531334560693902923549264197010379135",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00065471",
        "quote_token_price_base_token": "1527.40",
        "address": "EjBT8E1KFMzoXK5sP2eaunT3KZpopvJzNDyET2kVzv1M",
        "name": "Merwa / SOL",
        "pool_created_at": "2024-04-12T06:21:10Z",
        "fdv_usd": "6413194",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.65",
          "h1": "-0.94",
          "h6": "-4.34",
          "h24": "39.24"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m15": {
            "buys": 21,
            "sells": 8,
            "buyers": 21,
            "sellers": 8
          },
          "m30": {
            "buys": 53,
            "sells": 33,
            "buyers": 47,
            "sellers": 32
          },
          "h1": {
            "buys": 111,
            "sells": 62,
            "buyers": 86,
            "sellers": 53
          },
          "h24": {
            "buys": 8373,
            "sells": 3995,
            "buyers": 3788,
            "sellers": 1488
          }
        },
        "volume_usd": {
          "m5": "456.151815139901",
          "h1": "16828.9896012731",
          "h6": "433525.29404256",
          "h24": "1542762.62911491"
        },
        "reserve_in_usd": "94897.5223"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_EKpWT56hTNof6xJ3Mt5srvSQydpEnWHj9T8aSHgRMJvu",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQC40PY0VXNyBcpujVT0mH2rJe6NTmBVE3wIuyM1p3uc5xfe",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000655363717491774",
        "base_token_price_native_currency": "0.0000820615303909588",
        "quote_token_price_usd": "8.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00008206",
        "quote_token_price_base_token": "12185.98",
        "address": "EQC40PY0VXNyBcpujVT0mH2rJe6NTmBVE3wIuyM1p3uc5xfe",
        "name": "GLITCH / TON 0.25%",
        "pool_created_at": "2024-07-02T17:03:41Z",
        "fdv_usd": "655364",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-2.82",
          "h6": "-4.37",
          "h24": "-25.16"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m30": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "h1": {
            "buys": 4,
            "sells": 11,
            "buyers": 4,
            "sellers": 8
          },
          "h24": {
            "buys": 694,
            "sells": 509,
            "buyers": 516,
            "sellers": 401
          }
        },
        "volume_usd": {
          "m5": "89.236092312",
          "h1": "1842.64083899713",
          "h6": "16384.5919080349",
          "h24": "280706.022498679"
        },
        "reserve_in_usd": "228410.141"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCwaOWpWvxlh--VaCJSkf8I5xEmuCXKKkXuGM3P9PAkJclJ",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xa62fdd52ae4c9ca11d6c4e328e8f6a9db218e452",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.253686864538968",
        "base_token_price_native_currency": "0.000441653368717030659751300749697",
        "quote_token_price_usd": "0.999928522711263",
        "quote_token_price_native_currency": "0.00173939424464849",
        "base_token_price_quote_token": "0.25391217",
        "quote_token_price_base_token": "3.93836970",
        "address": "0xa62fdd52ae4c9ca11d6c4e328e8f6a9db218e452",
        "name": "FURY / USDT 0.05%",
        "pool_created_at": "2024-05-15T11:07:32Z",
        "fdv_usd": "30442424",
        "market_cap_usd": "2510042.88888225",
        "price_change_percentage": {
          "m5": "-0.04",
          "h1": "-0.52",
          "h6": "-1.59",
          "h24": "5.51"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 3,
            "buyers": 5,
            "sellers": 3
          },
          "m15": {
            "buys": 14,
            "sells": 9,
            "buyers": 14,
            "sellers": 3
          },
          "m30": {
            "buys": 15,
            "sells": 10,
            "buyers": 15,
            "sellers": 3
          },
          "h1": {
            "buys": 15,
            "sells": 10,
            "buyers": 15,
            "sellers": 3
          },
          "h24": {
            "buys": 339,
            "sells": 357,
            "buyers": 124,
            "sellers": 119
          }
        },
        "volume_usd": {
          "m5": "273.800369055721",
          "h1": "841.907733423629",
          "h6": "11758.7201633454",
          "h24": "100449.22978241"
        },
        "reserve_in_usd": "251121.6688"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x0203d275d2a65030889af45ed91d472be3948b92",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7GcSvKixeyeobZdi54YGmdTxWhswz6wk7XGC7FCTQiBi",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0370506289058741601522076711547821533786484439820731175302340857318145384",
        "base_token_price_native_currency": "0.000243934639967059509639658",
        "quote_token_price_usd": "151.516119415352188912301265129553775949379522108280264004",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00024393",
        "quote_token_price_base_token": "4099.46",
        "address": "7GcSvKixeyeobZdi54YGmdTxWhswz6wk7XGC7FCTQiBi",
        "name": "HERO / SOL",
        "pool_created_at": "2024-07-01T04:24:05Z",
        "fdv_usd": "37050629",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.04",
          "h1": "-12",
          "h6": "-6.99",
          "h24": "-32.66"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 6,
            "buyers": 6,
            "sellers": 6
          },
          "m15": {
            "buys": 72,
            "sells": 28,
            "buyers": 57,
            "sellers": 23
          },
          "m30": {
            "buys": 141,
            "sells": 99,
            "buyers": 92,
            "sellers": 60
          },
          "h1": {
            "buys": 252,
            "sells": 165,
            "buyers": 142,
            "sellers": 103
          },
          "h24": {
            "buys": 4888,
            "sells": 4204,
            "buyers": 2221,
            "sellers": 2129
          }
        },
        "volume_usd": {
          "m5": "2658.79718700204",
          "h1": "232773.130795922",
          "h6": "1557001.11736626",
          "h24": "5490232.40623808"
        },
        "reserve_in_usd": "1624016.4696"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_64GhPSS8P8wNaGWH2uysASxp9XYsqS3An3eJ3w5YNJK9",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCtPeBJd-8rSZORKHnB6ZIECOLL-b8CtsnHPBu2x6htGO8B",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000558816999769157",
        "base_token_price_native_currency": "0.000068267476005206",
        "quote_token_price_usd": "8.01",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006827",
        "quote_token_price_base_token": "14648.26",
        "address": "EQCtPeBJd-8rSZORKHnB6ZIECOLL-b8CtsnHPBu2x6htGO8B",
        "name": "PUTON / TON 0.25%",
        "pool_created_at": "2024-07-02T16:24:20Z",
        "fdv_usd": "510801",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.47",
          "h1": "7.63",
          "h6": "-8.83",
          "h24": "1019.34"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 6,
            "sells": 5,
            "buyers": 6,
            "sellers": 5
          },
          "m30": {
            "buys": 16,
            "sells": 19,
            "buyers": 12,
            "sellers": 16
          },
          "h1": {
            "buys": 43,
            "sells": 25,
            "buyers": 37,
            "sellers": 21
          },
          "h24": {
            "buys": 1478,
            "sells": 948,
            "buyers": 836,
            "sellers": 549
          }
        },
        "volume_usd": {
          "m5": "2328.98117923206",
          "h1": "17545.44900839",
          "h6": "209943.277005427",
          "h24": "464389.304305254"
        },
        "reserve_in_usd": "79460.0385"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQAM0LPCnSsv5mVgBqMCu70kvbxNrSthfhu_QgeUTnvgtD22",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x6e68fae720d991c6706cb8b618d0ee8941845896",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000000247476172715323",
        "base_token_price_native_currency": "0.00000000000727474174688712",
        "quote_token_price_usd": "3393.28148289693",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000007274742",
        "quote_token_price_base_token": "137461924394",
        "address": "0x6e68fae720d991c6706cb8b618d0ee8941845896",
        "name": "DRAGGY / WETH",
        "pool_created_at": "2024-04-24T14:30:11Z",
        "fdv_usd": "10411075",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.03",
          "h1": "4.35",
          "h6": "46.37",
          "h24": "297.98"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 5,
            "buyers": 8,
            "sellers": 4
          },
          "m15": {
            "buys": 29,
            "sells": 23,
            "buyers": 27,
            "sellers": 16
          },
          "m30": {
            "buys": 64,
            "sells": 37,
            "buyers": 59,
            "sellers": 28
          },
          "h1": {
            "buys": 155,
            "sells": 100,
            "buyers": 125,
            "sellers": 72
          },
          "h24": {
            "buys": 3208,
            "sells": 1794,
            "buyers": 1683,
            "sellers": 767
          }
        },
        "volume_usd": {
          "m5": "24206.7283004979",
          "h1": "380197.900935193",
          "h6": "1094426.691094",
          "h24": "6279535.73795265"
        },
        "reserve_in_usd": "431360.2207"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xd12a99dbc40036cec6f1b776dccd2d36f5953b94",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x5c6919b79fac1c3555675ae59a9ac2484f3972f5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00013256877097095",
        "base_token_price_native_currency": "0.0000000391748052315795",
        "quote_token_price_usd": "3393.28148289693",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004",
        "quote_token_price_base_token": "25526611",
        "address": "0x5c6919b79fac1c3555675ae59a9ac2484f3972f5",
        "name": "HOPPY / WETH",
        "pool_created_at": "2024-03-10T08:32:47Z",
        "fdv_usd": "55770356",
        "market_cap_usd": "56175061.0812358",
        "price_change_percentage": {
          "m5": "0.01",
          "h1": "0.32",
          "h6": "-8.79",
          "h24": "-0.78"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 5,
            "buyers": 4,
            "sellers": 4
          },
          "m15": {
            "buys": 7,
            "sells": 11,
            "buyers": 5,
            "sellers": 10
          },
          "m30": {
            "buys": 24,
            "sells": 24,
            "buyers": 18,
            "sellers": 21
          },
          "h1": {
            "buys": 62,
            "sells": 59,
            "buyers": 41,
            "sellers": 47
          },
          "h24": {
            "buys": 2317,
            "sells": 1421,
            "buyers": 1447,
            "sellers": 739
          }
        },
        "volume_usd": {
          "m5": "15186.6518116731",
          "h1": "403802.029489759",
          "h6": "1280902.53942342",
          "h24": "7506171.86249315"
        },
        "reserve_in_usd": "1745811.403"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x6e79b51959cf968d87826592f46f819f92466615",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4xxM4cdb6MEsCxM52xvYqkNbzvdeWWsPDZrBcTqVGUar",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00921454791950522865682769876929757298394242912657631527411556308960875832",
        "base_token_price_native_currency": "0.000060663685722719652073201",
        "quote_token_price_usd": "151.516119415352188912301265129553775949379522108280264004",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006066",
        "quote_token_price_base_token": "16484.33",
        "address": "4xxM4cdb6MEsCxM52xvYqkNbzvdeWWsPDZrBcTqVGUar",
        "name": "GIGA / SOL",
        "pool_created_at": "2024-01-04T22:40:41Z",
        "fdv_usd": "88496789",
        "market_cap_usd": "89590397.7120402",
        "price_change_percentage": {
          "m5": "-0.98",
          "h1": "5.06",
          "h6": "11.13",
          "h24": "33.62"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 21,
            "buyers": 13,
            "sellers": 16
          },
          "m15": {
            "buys": 31,
            "sells": 68,
            "buyers": 25,
            "sellers": 47
          },
          "m30": {
            "buys": 79,
            "sells": 104,
            "buyers": 54,
            "sellers": 70
          },
          "h1": {
            "buys": 127,
            "sells": 251,
            "buyers": 78,
            "sellers": 127
          },
          "h24": {
            "buys": 5401,
            "sells": 6250,
            "buyers": 1830,
            "sellers": 1795
          }
        },
        "volume_usd": {
          "m5": "24556.868652365",
          "h1": "175310.530361577",
          "h6": "1237931.90492017",
          "h24": "5501981.80270563"
        },
        "reserve_in_usd": "1565575.6219"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_63LfDmNb3MQ8mw9MtZ2To9bEA2M71kZUUGq5tiJxcqj9",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_EskpS4o6sWFAmf7w8PDwWJQfx8LRU7hHMjPxCcyX4Eq1",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0151640191591088410890949573709079333319984268240248672309950364008632275",
        "base_token_price_native_currency": "0.00009967911680739877443841",
        "quote_token_price_usd": "151.78083382077481280531334560693902923549264197010379135",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00009968",
        "quote_token_price_base_token": "10032.19",
        "address": "EskpS4o6sWFAmf7w8PDwWJQfx8LRU7hHMjPxCcyX4Eq1",
        "name": "$WOLF / SOL",
        "pool_created_at": "2024-06-13T23:14:39Z",
        "fdv_usd": "151639637",
        "market_cap_usd": "152380012.631961",
        "price_change_percentage": {
          "m5": "0.44",
          "h1": "-2.66",
          "h6": "0.68",
          "h24": "-9.11"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 12,
            "buyers": 15,
            "sellers": 10
          },
          "m15": {
            "buys": 73,
            "sells": 58,
            "buyers": 47,
            "sellers": 39
          },
          "m30": {
            "buys": 171,
            "sells": 132,
            "buyers": 89,
            "sellers": 65
          },
          "h1": {
            "buys": 375,
            "sells": 289,
            "buyers": 167,
            "sellers": 118
          },
          "h24": {
            "buys": 9194,
            "sells": 8086,
            "buyers": 3401,
            "sellers": 2434
          }
        },
        "volume_usd": {
          "m5": "9664.07082645251",
          "h1": "133105.950372343",
          "h6": "1703017.77209566",
          "h24": "7218581.19494323"
        },
        "reserve_in_usd": "2211226.8044"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Faf89929Ni9fbg4gmVZTca7eW6NFg877Jqn6MizT3Gvw",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "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
繁體中文
Login to track your favorite coin easily 🚀
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
IT'S FREE! Track your favorite coin easily with CoinGecko 🚀
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