Coins: 14,690
Exchanges: 1,189
Market Cap: $2.117T 0.1%
24h Vol: $70.526B
Gas: 2.100355987 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.00084114069925",
      "base_token_price_native_currency": "0.000421177051181752",
      "quote_token_price_usd": "2380.1715054847",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00042118",
      "quote_token_price_base_token": "2374.30",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3176845417",
      "market_cap_usd": "5093522946.44157",
      "price_change_percentage": {
        "m5": "-0.06",
        "h1": "-0.21",
        "h6": "-0.21",
        "h24": "0.11"
      },
      "transactions": {
        "m5": {
          "buys": 10,
          "sells": 3,
          "buyers": 4,
          "sellers": 2
        },
        "m15": {
          "buys": 13,
          "sells": 4,
          "buyers": 7,
          "sellers": 3
        },
        "m30": {
          "buys": 15,
          "sells": 7,
          "buyers": 9,
          "sellers": 5
        },
        "h1": {
          "buys": 25,
          "sells": 11,
          "buyers": 17,
          "sellers": 8
        },
        "h24": {
          "buys": 376,
          "sells": 263,
          "buyers": 150,
          "sellers": 137
        }
      },
      "volume_usd": {
        "m5": "10804.7295256332",
        "h1": "107413.977881957",
        "h6": "582515.492402123",
        "h24": "1775784.99919772"
      },
      "reserve_in_usd": "2416512.7304"
    },
    "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_0xa62fdd52ae4c9ca11d6c4e328e8f6a9db218e452",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.15107712144585",
        "base_token_price_native_currency": "0.000292484236456311569825557438547",
        "quote_token_price_usd": "0.999950141599376",
        "quote_token_price_native_currency": "0.00193485212235287",
        "base_token_price_quote_token": "0.15116620",
        "quote_token_price_base_token": "6.61523556",
        "address": "0xa62fdd52ae4c9ca11d6c4e328e8f6a9db218e452",
        "name": "FURY / USDT 0.05%",
        "pool_created_at": "2024-05-15T11:07:32Z",
        "fdv_usd": "18129255",
        "market_cap_usd": "1491645.8258404",
        "price_change_percentage": {
          "m5": "-0.07",
          "h1": "-0.07",
          "h6": "-2.79",
          "h24": "-0.15"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 4
          },
          "m15": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 4
          },
          "m30": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 4
          },
          "h1": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 4
          },
          "h24": {
            "buys": 106,
            "sells": 116,
            "buyers": 57,
            "sellers": 67
          }
        },
        "volume_usd": {
          "m5": "764.613248647583",
          "h1": "764.613248647583",
          "h6": "5031.94143652143",
          "h24": "19433.4828078086"
        },
        "reserve_in_usd": "180655.6326"
      },
      "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_8AdPiZ2u7SF2R19Ny5xxwfcuSnMNsk5DdSBEVrvFFjaq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000110364919162663680146771767040471175213923455336636988169019084",
        "base_token_price_native_currency": "0.000000008238301069394594949039168056117732697028468239",
        "quote_token_price_usd": "135.423077976155113912442981134163893268304721064",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000008238301069",
        "quote_token_price_base_token": "121384250",
        "address": "8AdPiZ2u7SF2R19Ny5xxwfcuSnMNsk5DdSBEVrvFFjaq",
        "name": "$VENKO / SOL",
        "pool_created_at": "2024-08-26T17:31:46Z",
        "fdv_usd": "1103647",
        "market_cap_usd": "1115421.8806742",
        "price_change_percentage": {
          "m5": "-1.07",
          "h1": "-1.58",
          "h6": "1.8",
          "h24": "-12.27"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 10,
            "buyers": 9,
            "sellers": 10
          },
          "m15": {
            "buys": 29,
            "sells": 32,
            "buyers": 27,
            "sellers": 30
          },
          "m30": {
            "buys": 65,
            "sells": 66,
            "buyers": 45,
            "sellers": 46
          },
          "h1": {
            "buys": 127,
            "sells": 132,
            "buyers": 57,
            "sellers": 56
          },
          "h24": {
            "buys": 3658,
            "sells": 3693,
            "buyers": 397,
            "sellers": 408
          }
        },
        "volume_usd": {
          "m5": "944.927500401523",
          "h1": "12979.6662194028",
          "h6": "93804.4893948691",
          "h24": "430329.738420845"
        },
        "reserve_in_usd": "219132.7627"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3xhezws6Lk7cMqoVEfZFXu3ry9GKymFz1vbWyQ4f99uX",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_E4ubbJDXU9y9FoAtSbfynJSbgiZzr4rgaGCCf6Mi4ki2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000358332217825543941668904107493354149601176676045074038854830131191099474",
        "base_token_price_native_currency": "0.000002649930864591348997983",
        "quote_token_price_usd": "135.570434520139415889901546491279102872680688661897324867",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000265",
        "quote_token_price_base_token": "377368",
        "address": "E4ubbJDXU9y9FoAtSbfynJSbgiZzr4rgaGCCf6Mi4ki2",
        "name": "GCAT / SOL",
        "pool_created_at": "2024-08-27T13:59:48Z",
        "fdv_usd": "358329",
        "market_cap_usd": "359248.911485202",
        "price_change_percentage": {
          "m5": "0",
          "h1": "0",
          "h6": "-5.59",
          "h24": "-12.9"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m30": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "h1": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "h24": {
            "buys": 130,
            "sells": 126,
            "buyers": 46,
            "sellers": 91
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "h1": "3.5501044734973",
          "h6": "3594.28095863448",
          "h24": "28063.7764504323"
        },
        "reserve_in_usd": "115910.9549"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FufcdjDPpyir98GQ5vjg9gwb4Zb8tiPdmxzYX3STyyp7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xfa45c879fd120d6cc493113ae212a853531f3d91",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.182062705440725",
        "base_token_price_native_currency": "0.0000771301650505394",
        "quote_token_price_usd": "2380.1715054847",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007713",
        "quote_token_price_base_token": "12965.10",
        "address": "0xfa45c879fd120d6cc493113ae212a853531f3d91",
        "name": "NEIRO / WETH 0.3%",
        "pool_created_at": "2024-07-28T17:09:35Z",
        "fdv_usd": "182060355",
        "market_cap_usd": "182504822.37238",
        "price_change_percentage": {
          "m5": "-0.32",
          "h1": "-2.48",
          "h6": "-2.91",
          "h24": "7.83"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 4,
            "sells": 13,
            "buyers": 4,
            "sellers": 11
          },
          "m30": {
            "buys": 12,
            "sells": 31,
            "buyers": 12,
            "sellers": 25
          },
          "h1": {
            "buys": 45,
            "sells": 56,
            "buyers": 39,
            "sellers": 39
          },
          "h24": {
            "buys": 1400,
            "sells": 1335,
            "buyers": 785,
            "sellers": 656
          }
        },
        "volume_usd": {
          "m5": "19996.7603389868",
          "h1": "364353.940700031",
          "h6": "1646847.73225957",
          "h24": "9919758.21283912"
        },
        "reserve_in_usd": "2140919.1916"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xee2a03aa6dacf51c18679c516ad5283d8e7c2637",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCcD96ywHvlXBjuf4ihiGyH66QChHesNyoJSQ6WKKqob3Lh",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0010666299430607381493654506709618695700166222056070386111878087730710056",
        "base_token_price_native_currency": "0.00019634439785684",
        "quote_token_price_usd": "5.454377228872758650897883185181337804555692473595338918",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00019634",
        "quote_token_price_base_token": "5093.09",
        "address": "EQCcD96ywHvlXBjuf4ihiGyH66QChHesNyoJSQ6WKKqob3Lh",
        "name": "DOGS / TON",
        "pool_created_at": "2024-08-26T07:53:12Z",
        "fdv_usd": "586646469",
        "market_cap_usd": "552964303.398982",
        "price_change_percentage": {
          "m5": "-0.1",
          "h1": "1.34",
          "h6": "1.04",
          "h24": "-1.41"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 31,
            "buyers": 0,
            "sellers": 31
          },
          "m15": {
            "buys": 11,
            "sells": 92,
            "buyers": 10,
            "sellers": 91
          },
          "m30": {
            "buys": 30,
            "sells": 186,
            "buyers": 22,
            "sellers": 181
          },
          "h1": {
            "buys": 47,
            "sells": 335,
            "buyers": 38,
            "sellers": 321
          },
          "h24": {
            "buys": 2032,
            "sells": 22591,
            "buyers": 1686,
            "sellers": 21064
          }
        },
        "volume_usd": {
          "m5": "250.939124529223",
          "h1": "32973.3051828837",
          "h6": "169627.239074295",
          "h24": "809342.728823075"
        },
        "reserve_in_usd": "3754193.1265"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCvxJy4eG8hyHBFsZ7eePxrRsUQSFE_jpptRAYBmcG_DOGS",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x1e79d6529f271876d202cbb216b856165d862353",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00178505679413149",
        "base_token_price_native_currency": "0.00000074881108676358",
        "quote_token_price_usd": "2380.0086399079",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000075",
        "quote_token_price_base_token": "1335450",
        "address": "0x1e79d6529f271876d202cbb216b856165d862353",
        "name": "SATO / WETH",
        "pool_created_at": "2024-08-13T20:42:23Z",
        "fdv_usd": "1781140",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.2",
          "h1": "5.14",
          "h6": "-3.02",
          "h24": "-1.55"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m30": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "h1": {
            "buys": 6,
            "sells": 5,
            "buyers": 6,
            "sellers": 5
          },
          "h24": {
            "buys": 187,
            "sells": 403,
            "buyers": 116,
            "sellers": 115
          }
        },
        "volume_usd": {
          "m5": "165.337813636583",
          "h1": "3478.30268545468",
          "h6": "36756.3996114999",
          "h24": "250870.4693001"
        },
        "reserve_in_usd": "162688.6473"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x5de758bba013e58dae2693aea3f0b12b31a3023d",
            "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_0x308c6fbd6a14881af333649f17f2fde9cd75e2a6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00891508666398702",
        "base_token_price_native_currency": "0.00000374249602004196",
        "quote_token_price_usd": "2379.719372272",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000374",
        "quote_token_price_base_token": "267201",
        "address": "0x308c6fbd6a14881af333649f17f2fde9cd75e2a6",
        "name": "DOGE / WETH",
        "pool_created_at": "2024-08-20T01:58:35Z",
        "fdv_usd": "8730009",
        "market_cap_usd": "9174572.18267529",
        "price_change_percentage": {
          "m5": "-2.05",
          "h1": "19.6",
          "h6": "21.03",
          "h24": "-16.79"
        },
        "transactions": {
          "m5": {
            "buys": 17,
            "sells": 11,
            "buyers": 16,
            "sellers": 10
          },
          "m15": {
            "buys": 53,
            "sells": 44,
            "buyers": 42,
            "sellers": 32
          },
          "m30": {
            "buys": 75,
            "sells": 66,
            "buyers": 59,
            "sellers": 45
          },
          "h1": {
            "buys": 115,
            "sells": 102,
            "buyers": 89,
            "sellers": 65
          },
          "h24": {
            "buys": 3596,
            "sells": 3096,
            "buyers": 1466,
            "sellers": 1453
          }
        },
        "volume_usd": {
          "m5": "40089.9715378511",
          "h1": "202932.649417938",
          "h6": "869368.403148084",
          "h24": "7912151.47519701"
        },
        "reserve_in_usd": "542229.6432"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x1121acc14c63f3c872bfca497d10926a6098aac5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x6df9adc1837bf37e0b1b943d59a7e50d9678c81b",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000238395200082108",
        "base_token_price_native_currency": "0.0000000460505628296099",
        "quote_token_price_usd": "516.39126443694",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000005",
        "quote_token_price_base_token": "21715261",
        "address": "0x6df9adc1837bf37e0b1b943d59a7e50d9678c81b",
        "name": "CAT / WBNB",
        "pool_created_at": "2024-08-22T14:12:41Z",
        "fdv_usd": "193099049",
        "market_cap_usd": "161194336.83567",
        "price_change_percentage": {
          "m5": "-0.03",
          "h1": "-3.27",
          "h6": "-5.38",
          "h24": "-12.19"
        },
        "transactions": {
          "m5": {
            "buys": 18,
            "sells": 17,
            "buyers": 12,
            "sellers": 10
          },
          "m15": {
            "buys": 32,
            "sells": 74,
            "buyers": 17,
            "sellers": 35
          },
          "m30": {
            "buys": 66,
            "sells": 84,
            "buyers": 32,
            "sellers": 40
          },
          "h1": {
            "buys": 82,
            "sells": 121,
            "buyers": 42,
            "sellers": 55
          },
          "h24": {
            "buys": 4416,
            "sells": 5387,
            "buyers": 1121,
            "sellers": 919
          }
        },
        "volume_usd": {
          "m5": "35108.7196942979",
          "h1": "250317.593913471",
          "h6": "1179324.51883192",
          "h24": "14318539.3251589"
        },
        "reserve_in_usd": "12990492.7893"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x6894cde390a3f51155ea41ed24a33a4827d3063d",
            "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_HDqQD6pfDyxgPGmnLJ8ig1r9uhmjTcDtLaYmLJjV9s5m",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000025993936598063790453362297254604208290168295079974448172417251266316665",
        "base_token_price_native_currency": "0.000000191381335994308730838",
        "quote_token_price_usd": "135.40703498546851545486730071631576428664794279928507485",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000019",
        "quote_token_price_base_token": "5225170",
        "address": "HDqQD6pfDyxgPGmnLJ8ig1r9uhmjTcDtLaYmLJjV9s5m",
        "name": "BENJI / SOL",
        "pool_created_at": "2024-09-10T02:30:44Z",
        "fdv_usd": "25993.94",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.3",
          "h1": "-35.49",
          "h6": "-89.65",
          "h24": "-49.9"
        },
        "transactions": {
          "m5": {
            "buys": 18,
            "sells": 14,
            "buyers": 17,
            "sellers": 13
          },
          "m15": {
            "buys": 45,
            "sells": 45,
            "buyers": 31,
            "sellers": 35
          },
          "m30": {
            "buys": 102,
            "sells": 104,
            "buyers": 51,
            "sellers": 70
          },
          "h1": {
            "buys": 247,
            "sells": 249,
            "buyers": 97,
            "sellers": 128
          },
          "h24": {
            "buys": 284074,
            "sells": 13632,
            "buyers": 40532,
            "sellers": 6235
          }
        },
        "volume_usd": {
          "m5": "1120.62978455076",
          "h1": "28970.3832752139",
          "h6": "534042.547775143",
          "h24": "3479641.34187726"
        },
        "reserve_in_usd": "18785.5372"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_AGwMfg4Jz7y1uVpEozktsFiq1nV7UuqtuSfewa9pUgC1",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBbX-l5f02S1Jka72dM9oQXq70jk-cFQp_gwI5lFXLK_kOk",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0010722251410402162056265862644617105674378150325888723087101696896146094",
        "base_token_price_native_currency": "0.000196190063889787",
        "quote_token_price_usd": "5.448738796345888704912886480159800537913960779695607302",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00019619",
        "quote_token_price_base_token": "5097.10",
        "address": "EQBbX-l5f02S1Jka72dM9oQXq70jk-cFQp_gwI5lFXLK_kOk",
        "name": "FWT / TON 0.25%",
        "pool_created_at": "2024-09-02T10:03:09Z",
        "fdv_usd": "1072225",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.93",
          "h1": "11.62",
          "h6": "1596.98",
          "h24": "435.73"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 9,
            "sells": 3,
            "buyers": 8,
            "sellers": 3
          },
          "m30": {
            "buys": 24,
            "sells": 4,
            "buyers": 18,
            "sellers": 4
          },
          "h1": {
            "buys": 49,
            "sells": 6,
            "buyers": 39,
            "sellers": 6
          },
          "h24": {
            "buys": 758,
            "sells": 524,
            "buyers": 226,
            "sellers": 193
          }
        },
        "volume_usd": {
          "m5": "1805.54159152767",
          "h1": "8497.66198134927",
          "h6": "267982.915743051",
          "h24": "298277.266094566"
        },
        "reserve_in_usd": "68864.5611"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCh9DUkmEdz7BuM_kv_iDqXeXWHrMUZHcZfXnr8yBAfPHcn",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xfdd05552f1377aa488afed744c8024358af02041",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "17.131048572419",
        "base_token_price_native_currency": "0.00722423678516462",
        "quote_token_price_usd": "2380.0086399079",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00722424",
        "quote_token_price_base_token": "138.42",
        "address": "0xfdd05552f1377aa488afed744c8024358af02041",
        "name": "VISTA / WETH",
        "pool_created_at": "2024-09-02T09:36:51Z",
        "fdv_usd": "16667715",
        "market_cap_usd": "16728978.5834366",
        "price_change_percentage": {
          "m5": "1.42",
          "h1": "-1.47",
          "h6": "0.01",
          "h24": "-19.34"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 8,
            "sells": 6,
            "buyers": 8,
            "sellers": 6
          },
          "m30": {
            "buys": 20,
            "sells": 13,
            "buyers": 18,
            "sellers": 9
          },
          "h1": {
            "buys": 34,
            "sells": 23,
            "buyers": 29,
            "sellers": 17
          },
          "h24": {
            "buys": 2028,
            "sells": 1350,
            "buyers": 810,
            "sellers": 711
          }
        },
        "volume_usd": {
          "m5": "48140.8084286085",
          "h1": "443624.465991666",
          "h6": "1407607.67720183",
          "h24": "17390462.3744905"
        },
        "reserve_in_usd": "2610715.5008"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xc9bca88b04581699fab5aa276ccaff7df957cbbf",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "ethervista",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xca2808e3f611dce88f0fd3d3d3c6a76ac1f65950",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00327581632574074",
        "base_token_price_native_currency": "0.00000138383575112942",
        "quote_token_price_usd": "2379.75031221654",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000138",
        "quote_token_price_base_token": "722629",
        "address": "0xca2808e3f611dce88f0fd3d3d3c6a76ac1f65950",
        "name": "JOIN / WETH",
        "pool_created_at": "2024-09-09T23:29:47Z",
        "fdv_usd": "327582",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.17",
          "h1": "-20.55",
          "h6": "-50.85",
          "h24": "-22.41"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 13,
            "sells": 12,
            "buyers": 13,
            "sellers": 9
          },
          "m30": {
            "buys": 25,
            "sells": 32,
            "buyers": 21,
            "sellers": 23
          },
          "h1": {
            "buys": 48,
            "sells": 50,
            "buyers": 35,
            "sellers": 35
          },
          "h24": {
            "buys": 2525,
            "sells": 2115,
            "buyers": 1132,
            "sellers": 985
          }
        },
        "volume_usd": {
          "m5": "1579.26938752586",
          "h1": "37523.3400066446",
          "h6": "172380.444789639",
          "h24": "3079883.80620736"
        },
        "reserve_in_usd": "80382.6122"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x2074c1d66cb56f8e891559bddd2dedcff4e19147",
            "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_0x76a411f14a704099ba476ce8dffc288a53295218",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000109546236136256",
        "base_token_price_native_currency": "0.000000000459346098745025",
        "quote_token_price_usd": "2379.719372272",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000459346099",
        "quote_token_price_base_token": "2177007713",
        "address": "0x76a411f14a704099ba476ce8dffc288a53295218",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2024-09-10T10:18:23Z",
        "fdv_usd": "460850",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.98",
          "h1": "-6.74",
          "h6": "-29.92",
          "h24": "15744.1"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 11,
            "sells": 10,
            "buyers": 10,
            "sellers": 10
          },
          "m30": {
            "buys": 31,
            "sells": 25,
            "buyers": 24,
            "sellers": 22
          },
          "h1": {
            "buys": 72,
            "sells": 61,
            "buyers": 51,
            "sellers": 51
          },
          "h24": {
            "buys": 6706,
            "sells": 4856,
            "buyers": 3041,
            "sellers": 2216
          }
        },
        "volume_usd": {
          "m5": "1442.31012951942",
          "h1": "43566.8250133614",
          "h6": "580556.066512461",
          "h24": "8563024.26522553"
        },
        "reserve_in_usd": "83529.3193"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xf280b16ef293d8e534e370794ef26bf312694126",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCxupvOjIHLJ0TGf5z8FOyEiTUeDfX7VZzfYXrDLSt2TWyp",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00006395994595090151290653209364598925087523147729943711752855555",
        "base_token_price_native_currency": "0.0000117269580811364",
        "quote_token_price_usd": "5.458138922509329786171498498743803580273302715",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001173",
        "quote_token_price_base_token": "85273.61",
        "address": "EQCxupvOjIHLJ0TGf5z8FOyEiTUeDfX7VZzfYXrDLSt2TWyp",
        "name": "RTXM / TON 0.25%",
        "pool_created_at": "2024-09-10T11:51:42Z",
        "fdv_usd": "63959.95",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-10.23",
          "h6": "-27.51",
          "h24": "126.66"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m30": {
            "buys": 4,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "h1": {
            "buys": 7,
            "sells": 6,
            "buyers": 6,
            "sellers": 6
          },
          "h24": {
            "buys": 784,
            "sells": 580,
            "buyers": 338,
            "sellers": 276
          }
        },
        "volume_usd": {
          "m5": "14.5754963618667",
          "h1": "2144.95249260397",
          "h6": "10308.1616756499",
          "h24": "119141.479373881"
        },
        "reserve_in_usd": "16535.4199"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBErDKETdn6jyxLtYigE-TPmXKm3AvbQVqAnDWNuCnWD4XP",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xc555d55279023e732ccd32d812114caf5838fd46",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000400373925496164",
        "base_token_price_native_currency": "0.0000000168522056068945",
        "quote_token_price_usd": "2379.75031221654",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000002",
        "quote_token_price_base_token": "59339414",
        "address": "0xc555d55279023e732ccd32d812114caf5838fd46",
        "name": "Neiro / WETH",
        "pool_created_at": "2024-07-27T21:15:35Z",
        "fdv_usd": "16843323",
        "market_cap_usd": "16834082.6002996",
        "price_change_percentage": {
          "m5": "0.48",
          "h1": "-3.56",
          "h6": "-17.28",
          "h24": "-2.65"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m15": {
            "buys": 9,
            "sells": 5,
            "buyers": 9,
            "sellers": 5
          },
          "m30": {
            "buys": 16,
            "sells": 18,
            "buyers": 16,
            "sellers": 16
          },
          "h1": {
            "buys": 30,
            "sells": 37,
            "buyers": 26,
            "sellers": 31
          },
          "h24": {
            "buys": 1382,
            "sells": 1065,
            "buyers": 723,
            "sellers": 620
          }
        },
        "volume_usd": {
          "m5": "5385.50063389203",
          "h1": "47296.1645236844",
          "h6": "435719.623901759",
          "h24": "3521445.49415261"
        },
        "reserve_in_usd": "1451619.943"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",
            "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_EskpS4o6sWFAmf7w8PDwWJQfx8LRU7hHMjPxCcyX4Eq1",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.002464748078791346122109164041511378527058593844320341005190874225631014",
        "base_token_price_native_currency": "0.000018163423824636328929484",
        "quote_token_price_usd": "135.40703498546851545486730071631576428664794279928507485",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001816",
        "quote_token_price_base_token": "55055.70",
        "address": "EskpS4o6sWFAmf7w8PDwWJQfx8LRU7hHMjPxCcyX4Eq1",
        "name": "$WOLF / SOL",
        "pool_created_at": "2024-06-13T23:14:39Z",
        "fdv_usd": "24647096",
        "market_cap_usd": "24579508.3813917",
        "price_change_percentage": {
          "m5": "1.41",
          "h1": "4.31",
          "h6": "15",
          "h24": "37.74"
        },
        "transactions": {
          "m5": {
            "buys": 42,
            "sells": 71,
            "buyers": 23,
            "sellers": 51
          },
          "m15": {
            "buys": 102,
            "sells": 118,
            "buyers": 41,
            "sellers": 71
          },
          "m30": {
            "buys": 136,
            "sells": 158,
            "buyers": 62,
            "sellers": 97
          },
          "h1": {
            "buys": 203,
            "sells": 196,
            "buyers": 94,
            "sellers": 127
          },
          "h24": {
            "buys": 3913,
            "sells": 3638,
            "buyers": 1270,
            "sellers": 987
          }
        },
        "volume_usd": {
          "m5": "34438.1565718342",
          "h1": "96242.1991883278",
          "h6": "728720.753862243",
          "h24": "1857141.54471181"
        },
        "reserve_in_usd": "1153379.88"
      },
      "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"
          }
        }
      }
    },
    {
      "id": "solana_AB1eu2L1Jr3nfEft85AuD2zGksUbam1Kr8MR3uM2sjwt",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.08704737963351546648344126557657353676328506515292530316654612575513858",
        "base_token_price_native_currency": "0.00065052472466722447247357",
        "quote_token_price_usd": "135.40703498546851545486730071631576428664794279928507485",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00065052",
        "quote_token_price_base_token": "1537.22",
        "address": "AB1eu2L1Jr3nfEft85AuD2zGksUbam1Kr8MR3uM2sjwt",
        "name": "FWOG / SOL",
        "pool_created_at": "2024-07-30T01:34:18Z",
        "fdv_usd": "84926391",
        "market_cap_usd": "85888600.4021365",
        "price_change_percentage": {
          "m5": "0",
          "h1": "1.57",
          "h6": "-5.05",
          "h24": "8.95"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 33,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 26,
            "sells": 132,
            "buyers": 10,
            "sellers": 17
          },
          "m30": {
            "buys": 46,
            "sells": 261,
            "buyers": 17,
            "sellers": 28
          },
          "h1": {
            "buys": 96,
            "sells": 553,
            "buyers": 43,
            "sellers": 78
          },
          "h24": {
            "buys": 4404,
            "sells": 15888,
            "buyers": 1043,
            "sellers": 1241
          }
        },
        "volume_usd": {
          "m5": "418.480069070139",
          "h1": "67396.9054533417",
          "h6": "1034522.12164171",
          "h24": "3904768.46315683"
        },
        "reserve_in_usd": "2620444.3456"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_A8C3xuqscfmyLrte3VmTqrAq8kgMASius9AFNANwpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x3885fbe4cd8aed7b7e9625923927fa1ce30662a3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.18193200667525",
        "base_token_price_native_currency": "0.0000764503533307122",
        "quote_token_price_usd": "2379.719372272",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007645",
        "quote_token_price_base_token": "13080.38",
        "address": "0x3885fbe4cd8aed7b7e9625923927fa1ce30662a3",
        "name": "NEIRO / WETH",
        "pool_created_at": "2024-07-27T22:19:11Z",
        "fdv_usd": "181929658",
        "market_cap_usd": "182504822.37238",
        "price_change_percentage": {
          "m5": "0.14",
          "h1": "-1.05",
          "h6": "-1.99",
          "h24": "8.83"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m15": {
            "buys": 11,
            "sells": 9,
            "buyers": 10,
            "sellers": 7
          },
          "m30": {
            "buys": 13,
            "sells": 18,
            "buyers": 11,
            "sellers": 13
          },
          "h1": {
            "buys": 35,
            "sells": 41,
            "buyers": 29,
            "sellers": 31
          },
          "h24": {
            "buys": 1053,
            "sells": 1051,
            "buyers": 639,
            "sellers": 627
          }
        },
        "volume_usd": {
          "m5": "1459.02435196523",
          "h1": "96485.3720049188",
          "h6": "567872.546676618",
          "h24": "3547592.76774148"
        },
        "reserve_in_usd": "2368099.5229"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xee2a03aa6dacf51c18679c516ad5283d8e7c2637",
            "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_Cne2WysEXzSLWbdABTG3vYkRNyJyMJ1zLhn26QPrBRZg",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00002001437357446986123362389003907918508825628351803528276189615034434717",
        "base_token_price_native_currency": "0.000000148183256752058011763605493374897997247706142634",
        "quote_token_price_usd": "135.40703498546851545486730071631576428664794279928507485",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000015",
        "quote_token_price_base_token": "6748401",
        "address": "Cne2WysEXzSLWbdABTG3vYkRNyJyMJ1zLhn26QPrBRZg",
        "name": "$BEER / SOL",
        "pool_created_at": "2024-05-23T14:00:58Z",
        "fdv_usd": "17461793",
        "market_cap_usd": "17799856.2262461",
        "price_change_percentage": {
          "m5": "-0.03",
          "h1": "0.4",
          "h6": "-5.59",
          "h24": "9.28"
        },
        "transactions": {
          "m5": {
            "buys": 17,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "m15": {
            "buys": 20,
            "sells": 17,
            "buyers": 7,
            "sellers": 12
          },
          "m30": {
            "buys": 42,
            "sells": 29,
            "buyers": 13,
            "sellers": 18
          },
          "h1": {
            "buys": 89,
            "sells": 99,
            "buyers": 30,
            "sellers": 28
          },
          "h24": {
            "buys": 4137,
            "sells": 3979,
            "buyers": 515,
            "sellers": 421
          }
        },
        "volume_usd": {
          "m5": "5484.03593110568",
          "h1": "53092.0256017183",
          "h6": "435360.280137087",
          "h24": "2601658.30305691"
        },
        "reserve_in_usd": "3735218.5564"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_AujTJJ7aMS8LDo3bFzoyXDwT3jBALUbu4VZhzZdTZLmG",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.42140296228289975438861935607496279711736356305248667112424246104009792",
        "base_token_price_native_currency": "0.0770248017170685",
        "quote_token_price_usd": "5.448738709422927170421901256701094692123359171034992816",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.07702480",
        "quote_token_price_base_token": "12.98",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "42140296",
        "market_cap_usd": "41968801.8701416",
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.58",
          "h6": "3.45",
          "h24": "6.15"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m30": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "h1": {
            "buys": 5,
            "sells": 6,
            "buyers": 5,
            "sellers": 5
          },
          "h24": {
            "buys": 395,
            "sells": 301,
            "buyers": 238,
            "sellers": 180
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "h1": "4751.93792210087",
          "h6": "48417.3571412254",
          "h24": "442725.46480499"
        },
        "reserve_in_usd": "1508438.3262"
      },
      "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"
          }
        }
      }
    }
  ]
}

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