Coins: 17,463
Exchanges: 1,486
Market Cap: $2.272T 0.6%
24h Vol: $64.512B
Gas: 0.131 GWEI

On-chain DEX token & market data API for DeFi projects & developers

Get complete coverage of the crypto market delivered by CryptoSync API, the world’s largest independent crypto data authority since 2014.
Data Powered by
Trusted by Leading Web3 Projects

Extensive & Reliable On-Chain DEX Data API

Access on-chain market data from DEXes such as Uniswap, PancakeSwap, Orca, Curve and more across major networks, with our reliable and extensive DEX data API.
25M+
Coins & Tokens
200+
Networks
1,500+
DEXes

Scale Your DeFi Project Efficiently

One Unified API for Crypto, NFT and DEX Data

Simplify the integration process with one unified crypto data API providing complete coverage
Endpoint Category Description
/onchain/simple/*/token_price/* The simplest way to get the latest price USD price of tokens on a network, with token addresses
/onchain/networks Get the full list of supported networks
/onchain/network/*dexes Get the full list of supported dexes on a network
/onchains/network/*/pools/* Get liquidity pool data such as: trending pools, new pools, and market data like price, reserve, market cap, transacions, volume. Search endpoint is also available to search for pools on a network.
/onchains/network/*/tokens/* Get token related data like top pools, price, fdv, reserve, volume, market cap, geckoterminal score, cryptosync api id. Metadata is also available, including image, website, description, and social media links.
/onchains/network/*/ohlcvs/* Get OHLCV historical chart data of a liquidity pool
/onchains/network/*/trades Get the latest 300 trades from a liquidity pool
// Get prices and market data of a liquidty pool
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.998255521253851",
      "base_token_price_native_currency": "0.000595884132446676",
      "quote_token_price_usd": "1673.9470211055",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005958841324",
      "quote_token_price_base_token": "1678.178601424",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_name": "DAI / WETH",
      "pool_fee_percentage": "0.05",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "4181527726.66864",
      "market_cap_usd": "4185710735.94843",
      "price_change_percentage": {
        "m5": "-0.015",
        "m15": "0.082",
        "m30": "0.004",
        "h1": "-0.005",
        "h6": "-0.306",
        "h24": "-0.38"
      },
      "transactions": {
        "m5": {
          "buys": 3,
          "sells": 1,
          "buyers": 3,
          "sellers": 1
        },
        "m15": {
          "buys": 5,
          "sells": 2,
          "buyers": 5,
          "sellers": 2
        },
        "m30": {
          "buys": 8,
          "sells": 9,
          "buyers": 8,
          "sellers": 8
        },
        "h1": {
          "buys": 15,
          "sells": 17,
          "buyers": 13,
          "sellers": 15
        },
        "h6": {
          "buys": 77,
          "sells": 99,
          "buyers": 48,
          "sellers": 68
        },
        "h24": {
          "buys": 360,
          "sells": 431,
          "buyers": 195,
          "sellers": 199
        }
      },
      "volume_usd": {
        "m5": "573.7314089486",
        "m15": "1123.2213527878",
        "m30": "2385.4622356002",
        "h1": "3339.8201577529",
        "h6": "19029.4421226196",
        "h24": "176853.571245764"
      },
      "reserve_in_usd": "1220215.2172",
      "locked_liquidity_percentage": null
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Discover Trending Pools
{
  "data": [
    {
      "id": "base_0x6b0f53cbd9272d8117e9535fe25371dedf39a1be",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.389397805834054",
        "base_token_price_native_currency": "0.000232345187941314179517235873536261752730035",
        "quote_token_price_usd": "0.998615755663428",
        "quote_token_price_native_currency": "0.00059570483408303",
        "base_token_price_quote_token": "0.3900340817",
        "quote_token_price_base_token": "2.5638785092",
        "address": "0x6b0f53cbd9272d8117e9535fe25371dedf39a1be",
        "name": "VELVET / USDC 0.01%",
        "pool_created_at": "2025-08-23T23:44:37Z",
        "fdv_usd": "2855079.90910886",
        "market_cap_usd": "163869364.311896",
        "price_change_percentage": {
          "m5": "0.122",
          "m15": "0.193",
          "m30": "-1.88",
          "h1": "-4.11",
          "h6": "-5.118",
          "h24": "-76.207"
        },
        "transactions": {
          "m5": {
            "buys": 59,
            "sells": 79,
            "buyers": 13,
            "sellers": 10
          },
          "m15": {
            "buys": 303,
            "sells": 259,
            "buyers": 40,
            "sellers": 32
          },
          "m30": {
            "buys": 528,
            "sells": 513,
            "buyers": 55,
            "sellers": 49
          },
          "h1": {
            "buys": 1085,
            "sells": 1113,
            "buyers": 83,
            "sellers": 69
          },
          "h6": {
            "buys": 5371,
            "sells": 5603,
            "buyers": 306,
            "sellers": 270
          },
          "h24": {
            "buys": 38816,
            "sells": 41405,
            "buyers": 1526,
            "sellers": 1567
          }
        },
        "volume_usd": {
          "m5": "11323.1021620262",
          "m15": "40017.953072782",
          "m30": "71514.3831371218",
          "h1": "144344.453047579",
          "h6": "777055.245916821",
          "h24": "11407925.8506421"
        },
        "reserve_in_usd": "2893251.852"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xbf927b841994731c573bdf09ceb0c6b0aa887cdd",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0041828666064217",
        "base_token_price_native_currency": "0.00000249217389302727",
        "quote_token_price_usd": "1673.62842536275",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002492173893",
        "quote_token_price_base_token": "401256.109293918",
        "address": "0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
        "name": "SPCX / WETH",
        "pool_created_at": "2026-05-25T00:54:11Z",
        "fdv_usd": "4181160.153",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "5.057",
          "m15": "17.661",
          "m30": "27.208",
          "h1": "31.028",
          "h6": "-9.159",
          "h24": "148.846"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m15": {
            "buys": 36,
            "sells": 15,
            "buyers": 25,
            "sellers": 15
          },
          "m30": {
            "buys": 82,
            "sells": 38,
            "buyers": 54,
            "sellers": 38
          },
          "h1": {
            "buys": 156,
            "sells": 82,
            "buyers": 101,
            "sellers": 82
          },
          "h6": {
            "buys": 794,
            "sells": 356,
            "buyers": 416,
            "sellers": 345
          },
          "h24": {
            "buys": 3298,
            "sells": 1577,
            "buyers": 1487,
            "sellers": 1503
          }
        },
        "volume_usd": {
          "m5": "6389.6399340558",
          "m15": "34333.5991123326",
          "m30": "79418.1404774386",
          "h1": "154434.507173043",
          "h6": "660570.420055794",
          "h24": "2819518.98897404"
        },
        "reserve_in_usd": "213062.9403"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xcb891c8f1e3a4d04229e4d871dc27124411d8952",
            "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_5QPHhqpAw3CZ5aNbnHQGzjXjM7eNnrkA6hwtzhmXJ2dR",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0006071923503727287828336694293054692113284639695037740343399027",
        "base_token_price_native_currency": "0.00000894147655558828",
        "quote_token_price_usd": "67.90322372506956271989563550515823484674618861",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000008941476556",
        "quote_token_price_base_token": "111838.351728945",
        "address": "5QPHhqpAw3CZ5aNbnHQGzjXjM7eNnrkA6hwtzhmXJ2dR",
        "name": "SPCX69 / SOL",
        "pool_created_at": "2026-06-12T14:02:50Z",
        "fdv_usd": "607155.3538",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.394",
          "m15": "-11.174",
          "m30": "-13.054",
          "h1": "-9.276",
          "h6": "25.916",
          "h24": "748.728"
        },
        "transactions": {
          "m5": {
            "buys": 30,
            "sells": 8,
            "buyers": 17,
            "sellers": 8
          },
          "m15": {
            "buys": 197,
            "sells": 65,
            "buyers": 114,
            "sellers": 56
          },
          "m30": {
            "buys": 428,
            "sells": 135,
            "buyers": 235,
            "sellers": 117
          },
          "h1": {
            "buys": 922,
            "sells": 286,
            "buyers": 485,
            "sellers": 230
          },
          "h6": {
            "buys": 4956,
            "sells": 1400,
            "buyers": 2467,
            "sellers": 1048
          },
          "h24": {
            "buys": 31660,
            "sells": 5881,
            "buyers": 12021,
            "sellers": 3622
          }
        },
        "volume_usd": {
          "m5": "1480.2808032055",
          "m15": "12933.903608751",
          "m30": "27492.6664879134",
          "h1": "86405.9087156204",
          "h6": "366948.350804222",
          "h24": "1606056.58822074"
        },
        "reserve_in_usd": "57493.5645"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_SPCXwBHVrKpRqMRawL3NNvt1sXP2Yf3edwRbta53N69",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9d9mb8kooFfaD3SctgZtkxQypkshx6ezhbKio89ixyy2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "2.2033564872520517267948393996532092855337170330926038710357268",
        "base_token_price_native_currency": "0.0324115651159501",
        "quote_token_price_usd": "1.0009502655969218096706479066770044085322503248826805613947202",
        "quote_token_price_native_currency": "0.0147410066658097",
        "base_token_price_quote_token": "2.1987348524",
        "quote_token_price_base_token": "0.4548069991",
        "address": "9d9mb8kooFfaD3SctgZtkxQypkshx6ezhbKio89ixyy2",
        "name": "TRUMP / USDC",
        "pool_created_at": "2025-01-18T10:39:31Z",
        "fdv_usd": "2203354509.58507",
        "market_cap_usd": "523107765.964593",
        "price_change_percentage": {
          "m5": "0.198",
          "m15": "0.724",
          "m30": "-1.008",
          "h1": "-0.759",
          "h6": "0.478",
          "h24": "5.106"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 5,
            "buyers": 1,
            "sellers": 3
          },
          "m15": {
            "buys": 26,
            "sells": 29,
            "buyers": 15,
            "sellers": 15
          },
          "m30": {
            "buys": 50,
            "sells": 58,
            "buyers": 25,
            "sellers": 24
          },
          "h1": {
            "buys": 91,
            "sells": 86,
            "buyers": 36,
            "sellers": 28
          },
          "h6": {
            "buys": 622,
            "sells": 662,
            "buyers": 148,
            "sellers": 140
          },
          "h24": {
            "buys": 3960,
            "sells": 4267,
            "buyers": 390,
            "sellers": 349
          }
        },
        "volume_usd": {
          "m5": "11285.4567689611",
          "m15": "50776.3190494434",
          "m30": "103354.936072423",
          "h1": "171052.890950299",
          "h6": "1014171.8750001",
          "h24": "8144017.02949023"
        },
        "reserve_in_usd": "38039165.0484"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xb2af49dbf526054faf19602860a5e298a79f3d05",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.124812714749025",
        "base_token_price_native_currency": "0.00020587664288499",
        "quote_token_price_usd": "606.25",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002058766429",
        "quote_token_price_base_token": "4857.277571592",
        "address": "0xb2af49dbf526054faf19602860a5e298a79f3d05",
        "name": "SIREN / WBNB 1%",
        "pool_created_at": "2025-02-08T20:23:54Z",
        "fdv_usd": "90554354.2918876",
        "market_cap_usd": "90583568.4213433",
        "price_change_percentage": {
          "m5": "-0.275",
          "m15": "-2.152",
          "m30": "0.116",
          "h1": "-1.957",
          "h6": "4.039",
          "h24": "-75.071"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 10,
            "buyers": 0,
            "sellers": 7
          },
          "m15": {
            "buys": 3,
            "sells": 10,
            "buyers": 3,
            "sellers": 7
          },
          "m30": {
            "buys": 96,
            "sells": 35,
            "buyers": 54,
            "sellers": 19
          },
          "h1": {
            "buys": 271,
            "sells": 143,
            "buyers": 126,
            "sellers": 64
          },
          "h6": {
            "buys": 13168,
            "sells": 3133,
            "buyers": 1555,
            "sellers": 572
          },
          "h24": {
            "buys": 34829,
            "sells": 11343,
            "buyers": 2394,
            "sellers": 1067
          }
        },
        "volume_usd": {
          "m5": "1213.2029181893",
          "m15": "1635.9422254539",
          "m30": "38809.9535827399",
          "h1": "155794.27242425",
          "h6": "7568430.5753502",
          "h24": "22213968.8544322"
        },
        "reserve_in_usd": "3472486.3281"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x997a58129890bbda032231a52ed1ddc845fc18e1",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DZxWcyPpTyr2NTfmEN2xAUSCb77t1ZLpkg63PbpbKmbC",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0013168191367317191227917179805378921127354070172656027445927733",
        "base_token_price_native_currency": "0.0000196850005973164",
        "quote_token_price_usd": "67.906225959830298983392845453632411666633818841",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000196850006",
        "quote_token_price_base_token": "50800.1000587385",
        "address": "DZxWcyPpTyr2NTfmEN2xAUSCb77t1ZLpkg63PbpbKmbC",
        "name": "SPCX / SOL",
        "pool_created_at": "2026-04-01T17:58:50Z",
        "fdv_usd": "1321593.62998851",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-5.219",
          "m15": "40.065",
          "m30": "50.518",
          "h1": "56.45",
          "h6": "16.658",
          "h24": "-74.806"
        },
        "transactions": {
          "m5": {
            "buys": 26,
            "sells": 32,
            "buyers": 25,
            "sellers": 28
          },
          "m15": {
            "buys": 79,
            "sells": 118,
            "buyers": 57,
            "sellers": 91
          },
          "m30": {
            "buys": 108,
            "sells": 164,
            "buyers": 70,
            "sellers": 129
          },
          "h1": {
            "buys": 183,
            "sells": 220,
            "buyers": 107,
            "sellers": 175
          },
          "h6": {
            "buys": 780,
            "sells": 806,
            "buyers": 367,
            "sellers": 593
          },
          "h24": {
            "buys": 16396,
            "sells": 13143,
            "buyers": 3521,
            "sellers": 4964
          }
        },
        "volume_usd": {
          "m5": "6458.0907659987",
          "m15": "36874.611733453",
          "m30": "41830.4778333208",
          "h1": "51341.9544395553",
          "h6": "125380.920404596",
          "h24": "3166543.09399821"
        },
        "reserve_in_usd": "142493.1282"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_E6ifp2mJy8cYQehUGUtFvrXriRKxRuonLmrvTFypump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DxNZQKBmnkJSjjm9Jds3dSgxM6WL3koUnNqK7FobMnaA",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00027256943693603248227225954275270080455076590980380702312599465",
        "base_token_price_native_currency": "0.0000040041317944562",
        "quote_token_price_usd": "67.90322372506956271989563550515823484674618861",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004004131794",
        "quote_token_price_base_token": "249742.029316947",
        "address": "DxNZQKBmnkJSjjm9Jds3dSgxM6WL3koUnNqK7FobMnaA",
        "name": "trelon / SOL",
        "pool_created_at": "2026-06-12T12:11:30Z",
        "fdv_usd": "271893.5783",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.99",
          "m15": "4.954",
          "m30": "4.618",
          "h1": "-10.315",
          "h6": "90.678",
          "h24": "296.63"
        },
        "transactions": {
          "m5": {
            "buys": 19,
            "sells": 9,
            "buyers": 15,
            "sellers": 8
          },
          "m15": {
            "buys": 114,
            "sells": 87,
            "buyers": 88,
            "sellers": 65
          },
          "m30": {
            "buys": 254,
            "sells": 180,
            "buyers": 161,
            "sellers": 137
          },
          "h1": {
            "buys": 634,
            "sells": 408,
            "buyers": 334,
            "sellers": 283
          },
          "h6": {
            "buys": 2735,
            "sells": 2290,
            "buyers": 1082,
            "sellers": 1121
          },
          "h24": {
            "buys": 30506,
            "sells": 24721,
            "buyers": 6732,
            "sellers": 6647
          }
        },
        "volume_usd": {
          "m5": "337.5710674866",
          "m15": "7777.2427602543",
          "m30": "17018.9610593476",
          "h1": "47749.6905869971",
          "h6": "278405.21235356",
          "h24": "3063833.80081548"
        },
        "reserve_in_usd": "43925.0133"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Cy1mCA7qAe7AWABiPCBt7V11SfbjhHM7UBpd9TAXpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x83676cffe2c11bf5592bc9800b3a2dd9764f9841fb2abf04cdcf3f80080f1892",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000193852500679293",
        "base_token_price_native_currency": "0.00000000101812815966356",
        "quote_token_price_usd": "0.998990328461684",
        "quote_token_price_native_currency": "0.000595700851795876",
        "base_token_price_quote_token": "0.00000170912658",
        "quote_token_price_base_token": "585094.171241394",
        "address": "0x83676cffe2c11bf5592bc9800b3a2dd9764f9841fb2abf04cdcf3f80080f1892",
        "name": "SpaceX / USDC 0.01%",
        "pool_created_at": "2026-06-12T15:32:19Z",
        "fdv_usd": "193852.5007",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "1.08",
          "h1": "3.704",
          "h6": "-80.687",
          "h24": "19057.968"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 3,
            "sells": 3,
            "buyers": 3,
            "sellers": 2
          },
          "h1": {
            "buys": 5,
            "sells": 7,
            "buyers": 5,
            "sellers": 6
          },
          "h6": {
            "buys": 77,
            "sells": 32,
            "buyers": 51,
            "sellers": 24
          },
          "h24": {
            "buys": 4643,
            "sells": 4084,
            "buyers": 224,
            "sellers": 56
          }
        },
        "volume_usd": {
          "m5": "1.7366228092",
          "m15": "1.7366228092",
          "m30": "4.9408957311",
          "h1": "9.8339130301",
          "h6": "3557.2922604042",
          "h24": "48986829.7773778"
        },
        "reserve_in_usd": "178816.2698"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xc333ea23ed3164846743127379fb3918df595b07",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xb2842060d68177ff202e81b3bd8588630fe7ede60e1a19f4d327125f73ae92be",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "8.35026951919434",
        "base_token_price_native_currency": "0.0137579269767093",
        "quote_token_price_usd": "1.00341677534865",
        "quote_token_price_native_currency": "0.00165446549052524",
        "base_token_price_quote_token": "8.315632484",
        "quote_token_price_base_token": "0.1202554348",
        "address": "0xb2842060d68177ff202e81b3bd8588630fe7ede60e1a19f4d327125f73ae92be",
        "name": "Beat / USDT 0.007%",
        "pool_created_at": "2025-11-19T05:50:12Z",
        "fdv_usd": "8240970858.66702",
        "market_cap_usd": "2403224059.90097",
        "price_change_percentage": {
          "m5": "0.861",
          "m15": "-2.35",
          "m30": "0.534",
          "h1": "-10.48",
          "h6": "-1.031",
          "h24": "-2.532"
        },
        "transactions": {
          "m5": {
            "buys": 146,
            "sells": 110,
            "buyers": 63,
            "sellers": 52
          },
          "m15": {
            "buys": 1109,
            "sells": 1022,
            "buyers": 259,
            "sellers": 318
          },
          "m30": {
            "buys": 2489,
            "sells": 2237,
            "buyers": 363,
            "sellers": 486
          },
          "h1": {
            "buys": 6152,
            "sells": 6126,
            "buyers": 740,
            "sellers": 838
          },
          "h6": {
            "buys": 26510,
            "sells": 24674,
            "buyers": 1111,
            "sellers": 1191
          },
          "h24": {
            "buys": 130635,
            "sells": 134634,
            "buyers": 2180,
            "sellers": 2322
          }
        },
        "volume_usd": {
          "m5": "69044.8420020214",
          "m15": "526072.311914362",
          "m30": "1128015.87989436",
          "h1": "3675741.09615127",
          "h6": "13129045.8021118",
          "h24": "81569889.8959478"
        },
        "reserve_in_usd": "4347265.372"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xcf3232b85b43bca90e51d38cc06cc8bb8c8a3e36",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x5116773e18a9c7bb03ebb961b38678e45e238923",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000499634067730267",
        "base_token_price_native_currency": "0.0000000297897727003498",
        "quote_token_price_usd": "1677.2",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000297897727",
        "quote_token_price_base_token": "33568567.6442995",
        "address": "0x5116773e18a9c7bb03ebb961b38678e45e238923",
        "name": "DRB / WETH 1%",
        "pool_created_at": "2025-03-07T09:58:57Z",
        "fdv_usd": "4930624.69454089",
        "market_cap_usd": "4996340.677",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "-0.074",
          "h1": "1.624",
          "h6": "-3.43",
          "h24": "-0.201"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 3,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "h1": {
            "buys": 4,
            "sells": 5,
            "buyers": 2,
            "sellers": 5
          },
          "h6": {
            "buys": 29,
            "sells": 51,
            "buyers": 19,
            "sellers": 41
          },
          "h24": {
            "buys": 176,
            "sells": 245,
            "buyers": 122,
            "sellers": 160
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "3.320856",
          "m30": "259.8544813095",
          "h1": "855.3819817946",
          "h6": "41658.9273367445",
          "h24": "162971.960865184"
        },
        "reserve_in_usd": "615158.0342"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00344932780367239727258833813083012252007940018338860835064836604",
        "base_token_price_native_currency": "0.0000511989618967047",
        "quote_token_price_usd": "67.903264553121828862868841864943794726726287812",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000511989619",
        "quote_token_price_base_token": "19531.6460130095",
        "address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
        "name": "WORLDCUP / SOL",
        "pool_created_at": "2026-05-11T20:38:31Z",
        "fdv_usd": "3449327.804",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.032",
          "m15": "0.041",
          "m30": "3.619",
          "h1": "1.24",
          "h6": "7.615",
          "h24": "-26.992"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 9,
            "buyers": 3,
            "sellers": 8
          },
          "m15": {
            "buys": 21,
            "sells": 19,
            "buyers": 20,
            "sellers": 17
          },
          "m30": {
            "buys": 41,
            "sells": 48,
            "buyers": 35,
            "sellers": 40
          },
          "h1": {
            "buys": 65,
            "sells": 79,
            "buyers": 57,
            "sellers": 66
          },
          "h6": {
            "buys": 513,
            "sells": 536,
            "buyers": 312,
            "sellers": 371
          },
          "h24": {
            "buys": 5777,
            "sells": 5099,
            "buyers": 2326,
            "sellers": 2488
          }
        },
        "volume_usd": {
          "m5": "2098.1084430563",
          "m15": "4458.499376357",
          "m30": "10444.5673154212",
          "h1": "15565.55501635",
          "h6": "111242.750940741",
          "h24": "1290685.46967505"
        },
        "reserve_in_usd": "212424.2755"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_33eum82LaAhtv5YkUq1BdwEviSErH5CnFxqVNLT5pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xf1cacd7e005b9337c58aae77bc88d93c635cdf4d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0353602472744176",
        "base_token_price_native_currency": "0.000021068703199309435206287092609254854730171",
        "quote_token_price_usd": "0.998615755663428",
        "quote_token_price_native_currency": "0.00059570483408303",
        "base_token_price_quote_token": "0.03536768882",
        "quote_token_price_base_token": "28.2743948903",
        "address": "0xf1cacd7e005b9337c58aae77bc88d93c635cdf4d",
        "name": "PLAY / USDC 0.01%",
        "pool_created_at": "2026-05-04T09:55:11Z",
        "fdv_usd": "141419704.359508",
        "market_cap_usd": "13205064.894615",
        "price_change_percentage": {
          "m5": "-0.935",
          "m15": "-3.658",
          "m30": "-7.696",
          "h1": "-3.53",
          "h6": "7.751",
          "h24": "14.785"
        },
        "transactions": {
          "m5": {
            "buys": 174,
            "sells": 228,
            "buyers": 65,
            "sellers": 93
          },
          "m15": {
            "buys": 1074,
            "sells": 1418,
            "buyers": 248,
            "sellers": 417
          },
          "m30": {
            "buys": 2294,
            "sells": 2892,
            "buyers": 334,
            "sellers": 656
          },
          "h1": {
            "buys": 3610,
            "sells": 4447,
            "buyers": 406,
            "sellers": 804
          },
          "h6": {
            "buys": 15725,
            "sells": 16976,
            "buyers": 776,
            "sellers": 1228
          },
          "h24": {
            "buys": 73232,
            "sells": 77649,
            "buyers": 2193,
            "sellers": 2837
          }
        },
        "volume_usd": {
          "m5": "68571.6921799651",
          "m15": "414078.495276372",
          "m30": "838658.683663172",
          "h1": "1226394.97923249",
          "h6": "3528803.91906418",
          "h24": "17984443.5281818"
        },
        "reserve_in_usd": "451212.4103"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x853a7c99227499dba9db8c3a02aa691afdebf841",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x5bb59bb9371cbec158ed602d5f3cf1ad1c9b4462",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.202966707446807",
        "base_token_price_native_currency": "0.000335242417406877",
        "quote_token_price_usd": "606.55",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003352424174",
        "quote_token_price_base_token": "2982.916087216",
        "address": "0x5bb59bb9371cbec158ed602d5f3cf1ad1c9b4462",
        "name": "ESPORTS / WBNB 0.01%",
        "pool_created_at": "2025-07-18T09:00:04Z",
        "fdv_usd": "183037361.599878",
        "market_cap_usd": "30872301.71388",
        "price_change_percentage": {
          "m5": "-3.168",
          "m15": "-0.296",
          "m30": "-5.259",
          "h1": "-3.17",
          "h6": "17.111",
          "h24": "-16.543"
        },
        "transactions": {
          "m5": {
            "buys": 287,
            "sells": 318,
            "buyers": 103,
            "sellers": 107
          },
          "m15": {
            "buys": 1320,
            "sells": 1563,
            "buyers": 329,
            "sellers": 318
          },
          "m30": {
            "buys": 2172,
            "sells": 2384,
            "buyers": 480,
            "sellers": 457
          },
          "h1": {
            "buys": 5547,
            "sells": 6112,
            "buyers": 839,
            "sellers": 745
          },
          "h6": {
            "buys": 33381,
            "sells": 35856,
            "buyers": 2123,
            "sellers": 1940
          },
          "h24": {
            "buys": 127900,
            "sells": 134909,
            "buyers": 3416,
            "sellers": 3253
          }
        },
        "volume_usd": {
          "m5": "68252.1770228773",
          "m15": "381189.302737703",
          "m30": "629694.607940513",
          "h1": "1539086.55892933",
          "h6": "7140845.61849027",
          "h24": "25734268.1062556"
        },
        "reserve_in_usd": "2249640.4994"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xf39e4b21c84e737df08e2c3b32541d856f508e48",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HTzfLJqFaeEmYZ77tmAa2MP1DRbKvE1VNyfW65sYgtRj",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000206245776399695567801318898713265385653961119802975396897122764",
        "base_token_price_native_currency": "0.00000308185065392466",
        "quote_token_price_usd": "67.902436203754804393721445093357369281163899327",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003081850654",
        "quote_token_price_base_token": "324480.35686821",
        "address": "HTzfLJqFaeEmYZ77tmAa2MP1DRbKvE1VNyfW65sYgtRj",
        "name": "Islands / SOL",
        "pool_created_at": "2026-06-12T21:06:11Z",
        "fdv_usd": "206245.7764",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.782",
          "m15": "11.447",
          "m30": "-2.552",
          "h1": "8.223",
          "h6": "107.001",
          "h24": "643.003"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 5,
            "buyers": 15,
            "sellers": 5
          },
          "m15": {
            "buys": 77,
            "sells": 56,
            "buyers": 62,
            "sellers": 42
          },
          "m30": {
            "buys": 197,
            "sells": 138,
            "buyers": 131,
            "sellers": 97
          },
          "h1": {
            "buys": 677,
            "sells": 545,
            "buyers": 334,
            "sellers": 284
          },
          "h6": {
            "buys": 2361,
            "sells": 1742,
            "buyers": 892,
            "sellers": 725
          },
          "h24": {
            "buys": 8674,
            "sells": 6155,
            "buyers": 2522,
            "sellers": 2136
          }
        },
        "volume_usd": {
          "m5": "134.4556741762",
          "m15": "7394.0716249793",
          "m30": "22805.7611568062",
          "h1": "109475.488237141",
          "h6": "307882.993648588",
          "h24": "747367.937610139"
        },
        "reserve_in_usd": "33967.0055"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_yoA2CoHk6HRNtFuTP1kVt5xkcvG7mr5raQ5zuNxpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4zBjVLjGqjt8PKzJdPhsET2C2rvNZ1Ws76tBc4kVAXwT",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00031868902064546752288659696398470746382051920436208483434088094",
        "base_token_price_native_currency": "0.00000474173740109864",
        "quote_token_price_usd": "67.902052585919239781450624472931758039356932845",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004741737401",
        "quote_token_price_base_token": "210893.163288272",
        "address": "4zBjVLjGqjt8PKzJdPhsET2C2rvNZ1Ws76tBc4kVAXwT",
        "name": "SPCX / SOL",
        "pool_created_at": "2026-06-11T07:15:14Z",
        "fdv_usd": "318689.0206",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.812",
          "m15": "-0.794",
          "m30": "0.673",
          "h1": "3.401",
          "h6": "-31.372",
          "h24": "-68.218"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 10,
            "buyers": 8,
            "sellers": 9
          },
          "m15": {
            "buys": 51,
            "sells": 75,
            "buyers": 39,
            "sellers": 54
          },
          "m30": {
            "buys": 106,
            "sells": 155,
            "buyers": 65,
            "sellers": 105
          },
          "h1": {
            "buys": 291,
            "sells": 310,
            "buyers": 134,
            "sellers": 182
          },
          "h6": {
            "buys": 2731,
            "sells": 2037,
            "buyers": 769,
            "sellers": 1034
          },
          "h24": {
            "buys": 31677,
            "sells": 24805,
            "buyers": 6951,
            "sellers": 6744
          }
        },
        "volume_usd": {
          "m5": "774.7178303178",
          "m15": "5015.5369951217",
          "m30": "9380.3697371059",
          "h1": "26657.830558302",
          "h6": "205859.381692961",
          "h24": "3329438.18128768"
        },
        "reserve_in_usd": "52286.2335"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9qpDk7hGSHqyfMGDT7p4zFQ35aGff248Qes48CgLpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x09ba9c328135392be58594a6283133691d36a7f7e647b281661165ff20cdb11a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.377259625975859",
        "base_token_price_native_currency": "0.000224817314346439",
        "quote_token_price_usd": "1.00051682543097",
        "quote_token_price_native_currency": "0.000596344798249103",
        "base_token_price_quote_token": "0.3769921613",
        "quote_token_price_base_token": "2.6525750474",
        "address": "0x09ba9c328135392be58594a6283133691d36a7f7e647b281661165ff20cdb11a",
        "name": "VRTX / USDC",
        "pool_created_at": "2026-06-08T23:05:47Z",
        "fdv_usd": "377187.0004",
        "market_cap_usd": "358327.65038",
        "price_change_percentage": {
          "m5": "-0.055",
          "m15": "1.892",
          "m30": "1.64",
          "h1": "-4.415",
          "h6": "-9.216",
          "h24": "-57.116"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 6,
            "sells": 6,
            "buyers": 4,
            "sellers": 4
          },
          "m30": {
            "buys": 15,
            "sells": 16,
            "buyers": 7,
            "sellers": 8
          },
          "h1": {
            "buys": 36,
            "sells": 45,
            "buyers": 14,
            "sellers": 21
          },
          "h6": {
            "buys": 141,
            "sells": 143,
            "buyers": 47,
            "sellers": 51
          },
          "h24": {
            "buys": 369,
            "sells": 327,
            "buyers": 141,
            "sellers": 167
          }
        },
        "volume_usd": {
          "m5": "56.1607907437",
          "m15": "1350.8100375564",
          "m30": "2594.4432476812",
          "h1": "7623.75000868",
          "h6": "31392.5137339028",
          "h24": "228039.26715778"
        },
        "reserve_in_usd": "145204.1335"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xb4589127a468f9fea9da3c8c9e39c48fdfd982fa",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-ethereum",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0050929532438853811149273125368399856538962425239002958104156811",
        "base_token_price_native_currency": "0.0000750035936674216",
        "quote_token_price_usd": "67.90322372506956271989563550515823484674618861",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007500359367",
        "quote_token_price_base_token": "13332.6944897356",
        "address": "5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
        "name": "three / SOL",
        "pool_created_at": "2026-04-29T07:09:01Z",
        "fdv_usd": "5092592.52101942",
        "market_cap_usd": "5092592.52101942",
        "price_change_percentage": {
          "m5": "0.022",
          "m15": "0.56",
          "m30": "2.195",
          "h1": "-0.676",
          "h6": "8.35",
          "h24": "26.702"
        },
        "transactions": {
          "m5": {
            "buys": 55,
            "sells": 27,
            "buyers": 55,
            "sellers": 27
          },
          "m15": {
            "buys": 300,
            "sells": 126,
            "buyers": 287,
            "sellers": 124
          },
          "m30": {
            "buys": 668,
            "sells": 284,
            "buyers": 584,
            "sellers": 274
          },
          "h1": {
            "buys": 2018,
            "sells": 962,
            "buyers": 1319,
            "sellers": 782
          },
          "h6": {
            "buys": 18192,
            "sells": 8349,
            "buyers": 2441,
            "sellers": 2443
          },
          "h24": {
            "buys": 50936,
            "sells": 24251,
            "buyers": 3567,
            "sellers": 3693
          }
        },
        "volume_usd": {
          "m5": "868.1150019938",
          "m15": "5639.9937186796",
          "m30": "11269.0549711196",
          "h1": "61153.9730609594",
          "h6": "444299.619133507",
          "h24": "1736228.14318978"
        },
        "reserve_in_usd": "294270.6389"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FeMbDoX7R1Psc4GEcvJdsbNbZA3bfztcyDCatJVJpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x01784ef301d79e4b2df3a21ad9a536d4cf09a5ce",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "17.0804742195339",
        "base_token_price_native_currency": "0.0101860995942991",
        "quote_token_price_usd": "1676.84",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01018609959",
        "quote_token_price_base_token": "98.173004372",
        "address": "0x01784ef301d79e4b2df3a21ad9a536d4cf09a5ce",
        "name": "VVV / WETH",
        "pool_created_at": "2025-01-27T16:44:59Z",
        "fdv_usd": "1371616934.5955",
        "market_cap_usd": "801842745.746726",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.299",
          "m30": "0.236",
          "h1": "-2.059",
          "h6": "4.376",
          "h24": "15.568"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 20,
            "sells": 27,
            "buyers": 2,
            "sellers": 14
          },
          "m30": {
            "buys": 57,
            "sells": 53,
            "buyers": 7,
            "sellers": 28
          },
          "h1": {
            "buys": 135,
            "sells": 182,
            "buyers": 27,
            "sellers": 84
          },
          "h6": {
            "buys": 1188,
            "sells": 1151,
            "buyers": 218,
            "sellers": 237
          },
          "h24": {
            "buys": 4135,
            "sells": 3420,
            "buyers": 372,
            "sellers": 471
          }
        },
        "volume_usd": {
          "m5": "2.0130997248",
          "m15": "32197.0255613567",
          "m30": "45206.4684373664",
          "h1": "134920.117496866",
          "h6": "1149210.90508011",
          "h24": "3452805.89555657"
        },
        "reserve_in_usd": "9155359.1677"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xacfe6019ed1a7dc6f7b508c02d1b04ec88cc21bf",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x778121b464151fe5d931587c457e48fcaaa0dc7a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.399673191109344",
        "base_token_price_native_currency": "0.000659046586139030197963978670832",
        "quote_token_price_usd": "0.999591422156125",
        "quote_token_price_native_currency": "0.00164799509052201",
        "base_token_price_quote_token": "0.3999081004",
        "quote_token_price_base_token": "2.5005745044",
        "address": "0x778121b464151fe5d931587c457e48fcaaa0dc7a",
        "name": "COAI / USDC 0.01%",
        "pool_created_at": "2025-09-24T01:26:35Z",
        "fdv_usd": "400390217.117941",
        "market_cap_usd": "75273400.1282413",
        "price_change_percentage": {
          "m5": "0.858",
          "m15": "1.09",
          "m30": "3.201",
          "h1": "-2.746",
          "h6": "20.102",
          "h24": "13.041"
        },
        "transactions": {
          "m5": {
            "buys": 102,
            "sells": 78,
            "buyers": 66,
            "sellers": 55
          },
          "m15": {
            "buys": 400,
            "sells": 400,
            "buyers": 176,
            "sellers": 189
          },
          "m30": {
            "buys": 924,
            "sells": 862,
            "buyers": 277,
            "sellers": 286
          },
          "h1": {
            "buys": 2179,
            "sells": 2314,
            "buyers": 468,
            "sellers": 528
          },
          "h6": {
            "buys": 13679,
            "sells": 13683,
            "buyers": 1149,
            "sellers": 1116
          },
          "h24": {
            "buys": 48903,
            "sells": 50123,
            "buyers": 1811,
            "sellers": 1722
          }
        },
        "volume_usd": {
          "m5": "46676.4735934228",
          "m15": "222230.751569211",
          "m30": "470356.709732578",
          "h1": "1238762.0572829",
          "h6": "7929828.1491689",
          "h24": "27787935.5289402"
        },
        "reserve_in_usd": "2050467.3639"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x0a8d6c86e1bce73fe4d0bd531e1a567306836ea5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Fyc7RRqYrm8KgpawYn2LJssqWJbHiB1zg6GDq64JAfet",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000044890738865597037442215936311813545104178632336918533488182666",
        "base_token_price_native_currency": "0.0000000658694619771504",
        "quote_token_price_usd": "67.901530030692938739344507114221379985172571445",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000006586946198",
        "quote_token_price_base_token": "15181541.9465077",
        "address": "Fyc7RRqYrm8KgpawYn2LJssqWJbHiB1zg6GDq64JAfet",
        "name": "Gaejook / SOL",
        "pool_created_at": "2026-06-10T15:55:53Z",
        "fdv_usd": "4488.988652151",
        "market_cap_usd": "4488.988652151",
        "price_change_percentage": {
          "m5": "0",
          "m15": "10.262",
          "m30": "17.09",
          "h1": "53.625",
          "h6": "20.837",
          "h24": "-20.128"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m30": {
            "buys": 5,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "h1": {
            "buys": 7,
            "sells": 4,
            "buyers": 6,
            "sellers": 3
          },
          "h6": {
            "buys": 11,
            "sells": 13,
            "buyers": 10,
            "sellers": 11
          },
          "h24": {
            "buys": 31,
            "sells": 52,
            "buyers": 21,
            "sellers": 41
          }
        },
        "volume_usd": {
          "m5": "4.5230903297",
          "m15": "254.6624572103",
          "m30": "267.9379528987",
          "h1": "618.7191599932",
          "h6": "1077.6359700028",
          "h24": "2431.5617660245"
        },
        "reserve_in_usd": "6171.834"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5etbzxYXjuCojfsbXGuML3nJeyr7Nf8M31knLACcpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Supported Networks

Extensive Coverage Across Multiple Chains

Fetch crypto prices and market data from 200+ networks, from major blockchains to new launches.

Why Web3 Projects Use CryptoSync

“CryptoSync'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. CryptoSync's DEX API has become one of our many key DEX price feeds that Supra utilizes to aggregate data from decentralized exchanges.”
"CryptoSync’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."
"CryptoSync’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 CryptoSync API

Unlock more possibilities with reliable, accurate and comprehensive crypto price data.
Never Miss An Update!
Subscribe to our API newsletter for the latest in product news, endpoint updates, and inspiring community content.
New Portfolio
Icon & name
Select Currency
Suggested Currencies
USD
US Dollar
IDR
Indonesian Rupiah
TWD
New Taiwan Dollar
EUR
Euro
KRW
South Korean Won
JPY
Japanese Yen
RUB
Russian Ruble
CNY
Chinese Yuan
Fiat Currencies
AED
United Arab Emirates Dirham
ARS
Argentine Peso
AUD
Australian Dollar
BDT
Bangladeshi Taka
BHD
Bahraini Dinar
BMD
Bermudian Dollar
BRL
Brazil Real
CAD
Canadian Dollar
CHF
Swiss Franc
CLP
Chilean Peso
CZK
Czech Koruna
DKK
Danish Krone
GBP
British Pound Sterling
GEL
Georgian Lari
HKD
Hong Kong Dollar
HUF
Hungarian Forint
ILS
Israeli New Shekel
INR
Indian Rupee
KWD
Kuwaiti Dinar
LKR
Sri Lankan Rupee
MMK
Burmese Kyat
MXN
Mexican Peso
MYR
Malaysian Ringgit
NGN
Nigerian Naira
NOK
Norwegian Krone
NZD
New Zealand Dollar
PHP
Philippine Peso
PKR
Pakistani Rupee
PLN
Polish Zloty
SAR
Saudi Riyal
SEK
Swedish Krona
SGD
Singapore Dollar
THB
Thai Baht
TRY
Turkish Lira
UAH
Ukrainian hryvnia
VEF
Venezuelan bolívar fuerte
VND
Vietnamese đồng
ZAR
South African Rand
XDR
IMF Special Drawing Rights
Cryptocurrencies
BTC
Bitcoin
ETH
Ether
LTC
Litecoin
BCH
Bitcoin Cash
BNB
Binance Coin
EOS
EOS
XRP
XRP
XLM
Lumens
LINK
Chainlink
DOT
Polkadot
YFI
Yearn.finance
SOL
Solana
Bitcoin Units
BITS
Bits
SATS
Satoshi
Commodities
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Select Language
Popular Languages
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
All Languages
AR
العربية
BG
български
CS
čeština
DA
dansk
EL
Ελληνικά
FI
suomen kieli
HE
עִבְרִית
HI
हिंदी
HR
hrvatski
HU
Magyar nyelv
ID
Bahasa Indonesia
IT
Italiano
JA
日本語
KO
한국어
LT
lietuvių kalba
NL
Nederlands
NO
norsk
RO
Limba română
SK
slovenský jazyk
SL
slovenski jezik
SV
Svenska
TH
ภาษาไทย
TR
Türkçe
UK
украї́нська мо́ва
ZH
简体中文
ZH-TW
繁體中文
Welcome to CryptoSync
Welcome back!
Login or Sign up in seconds
or
Sign in with . Not you?
Forgot your password?
Didn't receive confirmation instructions?
Resend confirmation instructions
Password must contain at least 8 characters including 1 uppercase letter, 1 lowercase letter, 1 number, and 1 special character
By continuing, you acknowledge that you've read and agree fully to our Terms of Service and Privacy Policy.
Get Price Alerts with CryptoSync App
Forgot your password?
You will receive an email with instructions on how to reset your password in a few minutes.
Resend confirmation instructions
You will receive an email with instructions for how to confirm your email address in a few minutes.
Get the CryptoSync app.
Scan this QR code to download the app now App QR Code Or check it out in the app stores
Add NFT
Track wallet address
Paste
Read-only access - we can’t make changes to your wallet.
We currently support the following EVM networks:
Ethereum Mainnet
Base Mainnet
BNB Smart Chain
Arbitrum
Avalanche
Fantom
Flare
Gnosis
Linea
Optimism
Polygon
Polygon zkEVM
Scroll
Stellar
Story
Syscoin
Telos
X Layer
Xai
Support for Solana is coming soon.
or
Create Portfolio
Select icon
💎
🔥
👀
🚀
💰
🦍
🌱
💩
🌙
🪂
💚
CryptoSync
Better on the app
Real-time price alerts and a faster, smoother experience.
You’ve reached the limit.
Guest portfolios are limited to 10 coins. Sign up or log in to keep the coins listed below.