Coins: 17,411
Exchanges: 1,486
Market Cap: $2.266T 1.0%
24h Vol: $79.399B
Gas: 0.199 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.
39M+
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": "1.00239161029228",
      "base_token_price_native_currency": "0.000595057367122075",
      "quote_token_price_usd": "1676.52050358817",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005950573671",
      "quote_token_price_base_token": "1680.510241956",
      "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": "4218232112.34226",
      "market_cap_usd": "4212376166.96391",
      "price_change_percentage": {
        "m5": "0.11",
        "m15": "-0.005",
        "m30": "0.134",
        "h1": "0.115",
        "h6": "-0.083",
        "h24": "0.261"
      },
      "transactions": {
        "m5": {
          "buys": 3,
          "sells": 2,
          "buyers": 3,
          "sellers": 2
        },
        "m15": {
          "buys": 5,
          "sells": 8,
          "buyers": 5,
          "sellers": 7
        },
        "m30": {
          "buys": 8,
          "sells": 12,
          "buyers": 8,
          "sellers": 9
        },
        "h1": {
          "buys": 11,
          "sells": 16,
          "buyers": 10,
          "sellers": 11
        },
        "h6": {
          "buys": 110,
          "sells": 132,
          "buyers": 68,
          "sellers": 65
        },
        "h24": {
          "buys": 589,
          "sells": 591,
          "buyers": 252,
          "sellers": 244
        }
      },
      "volume_usd": {
        "m5": "831.6414493502",
        "m15": "1657.9518500346",
        "m30": "3437.4363008653",
        "h1": "4546.2925284503",
        "h6": "37311.9232103302",
        "h24": "309731.721583931"
      },
      "reserve_in_usd": "1221146.1839",
      "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_0xe657295066397cd5626dcc04524387308f687a91e75b8027c3c420e88a6b0552",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.169320316123777",
        "base_token_price_native_currency": "0.000100279799585368",
        "quote_token_price_usd": "1672.4",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001002797996",
        "quote_token_price_base_token": "9972.098110833",
        "address": "0xe657295066397cd5626dcc04524387308f687a91e75b8027c3c420e88a6b0552",
        "name": "QBT / WETH",
        "pool_created_at": "2026-06-11T21:25:33Z",
        "fdv_usd": "169320.3161",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.056",
          "m15": "1.534",
          "m30": "24.394",
          "h1": "16.637",
          "h6": "-6.389",
          "h24": "1707.779"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m30": {
            "buys": 15,
            "sells": 3,
            "buyers": 14,
            "sellers": 3
          },
          "h1": {
            "buys": 19,
            "sells": 11,
            "buyers": 17,
            "sellers": 11
          },
          "h6": {
            "buys": 92,
            "sells": 33,
            "buyers": 54,
            "sellers": 30
          },
          "h24": {
            "buys": 2163,
            "sells": 869,
            "buyers": 793,
            "sellers": 665
          }
        },
        "volume_usd": {
          "m5": "337.1488888943",
          "m15": "368.2652754838",
          "m30": "4070.0815359149",
          "h1": "5125.4585771841",
          "h6": "18877.436909203",
          "h24": "355696.411423935"
        },
        "reserve_in_usd": "70348.5278"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x24d621b1f5f1cf295313c88dc331012140e52d54",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00178394239016429",
        "base_token_price_native_currency": "0.00000104747790884165",
        "quote_token_price_usd": "1674.25971714192",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001047477909",
        "quote_token_price_base_token": "954674.071461657",
        "address": "0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
        "name": "SPCX / WETH",
        "pool_created_at": "2026-05-25T00:54:11Z",
        "fdv_usd": "1717176.544",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "6",
          "m15": "15.039",
          "m30": "17.283",
          "h1": "31.461",
          "h6": "20.49",
          "h24": "4.559"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 2,
            "buyers": 8,
            "sellers": 2
          },
          "m15": {
            "buys": 35,
            "sells": 15,
            "buyers": 30,
            "sellers": 15
          },
          "m30": {
            "buys": 73,
            "sells": 33,
            "buyers": 63,
            "sellers": 33
          },
          "h1": {
            "buys": 122,
            "sells": 76,
            "buyers": 92,
            "sellers": 76
          },
          "h6": {
            "buys": 713,
            "sells": 318,
            "buyers": 415,
            "sellers": 297
          },
          "h24": {
            "buys": 2031,
            "sells": 2055,
            "buyers": 1024,
            "sellers": 2032
          }
        },
        "volume_usd": {
          "m5": "3743.4271363011",
          "m15": "15893.6443793499",
          "m30": "32281.8999601759",
          "h1": "66651.1639197914",
          "h6": "461084.286689501",
          "h24": "1233724.44545958"
        },
        "reserve_in_usd": "132104.9516"
      },
      "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_Fyc7RRqYrm8KgpawYn2LJssqWJbHiB1zg6GDq64JAfet",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000060560440994553682611417900962051749399391737704253441145399161",
        "base_token_price_native_currency": "0.0000000905556352380102",
        "quote_token_price_usd": "67.006055554774179501824513059956242293776543491",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000009055563524",
        "quote_token_price_base_token": "11042935.0682778",
        "address": "Fyc7RRqYrm8KgpawYn2LJssqWJbHiB1zg6GDq64JAfet",
        "name": "Gaejook / SOL",
        "pool_created_at": "2026-06-10T15:55:53Z",
        "fdv_usd": "6055.9298100094",
        "market_cap_usd": "6055.9298100094",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.114",
          "m30": "-4.887",
          "h1": "36.035",
          "h6": "35.023",
          "h24": "-94.007"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m30": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "h1": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "h6": {
            "buys": 14,
            "sells": 16,
            "buyers": 11,
            "sellers": 15
          },
          "h24": {
            "buys": 20363,
            "sells": 16725,
            "buyers": 4606,
            "sellers": 7035
          }
        },
        "volume_usd": {
          "m5": "0.1762064273",
          "m15": "6.8607522758",
          "m30": "245.7313427165",
          "h1": "803.9993856566",
          "h6": "1196.1581702686",
          "h24": "607515.118133838"
        },
        "reserve_in_usd": "7144.9048"
      },
      "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"
          }
        }
      }
    },
    {
      "id": "bsc_0x5d2913a8ea284e486000177852c87ea4d64d03d6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.6446730303359",
        "base_token_price_native_currency": "0.00271677850506859",
        "quote_token_price_usd": "606.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.002716778505",
        "quote_token_price_base_token": "368.083006448",
        "address": "0x5d2913a8ea284e486000177852c87ea4d64d03d6",
        "name": "VELVET / WBNB 0.01%",
        "pool_created_at": "2025-07-09T09:39:08Z",
        "fdv_usd": "1646636037.76461",
        "market_cap_usd": "692856768.720436",
        "price_change_percentage": {
          "m5": "-0.564",
          "m15": "0.637",
          "m30": "-0.427",
          "h1": "-1.774",
          "h6": "14.108",
          "h24": "104.517"
        },
        "transactions": {
          "m5": {
            "buys": 101,
            "sells": 97,
            "buyers": 49,
            "sellers": 48
          },
          "m15": {
            "buys": 382,
            "sells": 400,
            "buyers": 148,
            "sellers": 137
          },
          "m30": {
            "buys": 793,
            "sells": 800,
            "buyers": 251,
            "sellers": 237
          },
          "h1": {
            "buys": 1964,
            "sells": 1929,
            "buyers": 448,
            "sellers": 459
          },
          "h6": {
            "buys": 17895,
            "sells": 18117,
            "buyers": 1417,
            "sellers": 1547
          },
          "h24": {
            "buys": 89280,
            "sells": 90619,
            "buyers": 2661,
            "sellers": 2823
          }
        },
        "volume_usd": {
          "m5": "2766.4621891056",
          "m15": "11849.8609735496",
          "m30": "24012.7911538376",
          "h1": "62209.6595861605",
          "h6": "748717.623419721",
          "h24": "4112757.5850007"
        },
        "reserve_in_usd": "6946333.308"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x8b194370825e37b33373e74a41009161808c1488",
            "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_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0048700197650943811303202286735120952562584484280315207171247231",
        "base_token_price_native_currency": "0.0000725862442114471",
        "quote_token_price_usd": "67.024653932460366811781285208460696014018411085",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007258624421",
        "quote_token_price_base_token": "13776.7150079697",
        "address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
        "name": "WORLDCUP / SOL",
        "pool_created_at": "2026-05-11T20:38:31Z",
        "fdv_usd": "4861464.821",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.518",
          "m15": "2.638",
          "m30": "5.581",
          "h1": "10.757",
          "h6": "8.578",
          "h24": "-43.365"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 83,
            "sells": 98,
            "buyers": 66,
            "sellers": 72
          },
          "m30": {
            "buys": 164,
            "sells": 205,
            "buyers": 117,
            "sellers": 127
          },
          "h1": {
            "buys": 371,
            "sells": 341,
            "buyers": 256,
            "sellers": 214
          },
          "h6": {
            "buys": 1520,
            "sells": 1341,
            "buyers": 891,
            "sellers": 805
          },
          "h24": {
            "buys": 14367,
            "sells": 10966,
            "buyers": 4584,
            "sellers": 4784
          }
        },
        "volume_usd": {
          "m5": "249.8106481157",
          "m15": "16107.5380066753",
          "m30": "43395.1815499589",
          "h1": "75075.8213230769",
          "h6": "296910.907354901",
          "h24": "2587982.80519124"
        },
        "reserve_in_usd": "246220.5693"
      },
      "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_0x6b0f53cbd9272d8117e9535fe25371dedf39a1be",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.63887775807988",
        "base_token_price_native_currency": "0.000979879808008333",
        "quote_token_price_usd": "0.99615030498144",
        "quote_token_price_native_currency": "0.000595103861606323",
        "base_token_price_quote_token": "1.6465693994",
        "quote_token_price_base_token": "0.6073233235",
        "address": "0x6b0f53cbd9272d8117e9535fe25371dedf39a1be",
        "name": "VELVET / USDC 0.01%",
        "pool_created_at": "2025-08-23T23:44:37Z",
        "fdv_usd": "11144932.3333314",
        "market_cap_usd": "690566909.693486",
        "price_change_percentage": {
          "m5": "-0.664",
          "m15": "0.694",
          "m30": "-0.864",
          "h1": "-1.877",
          "h6": "14.915",
          "h24": "104.847"
        },
        "transactions": {
          "m5": {
            "buys": 89,
            "sells": 85,
            "buyers": 18,
            "sellers": 15
          },
          "m15": {
            "buys": 331,
            "sells": 340,
            "buyers": 46,
            "sellers": 49
          },
          "m30": {
            "buys": 702,
            "sells": 703,
            "buyers": 86,
            "sellers": 86
          },
          "h1": {
            "buys": 1563,
            "sells": 1496,
            "buyers": 175,
            "sellers": 156
          },
          "h6": {
            "buys": 10469,
            "sells": 9936,
            "buyers": 817,
            "sellers": 878
          },
          "h24": {
            "buys": 43693,
            "sells": 42835,
            "buyers": 2048,
            "sellers": 2115
          }
        },
        "volume_usd": {
          "m5": "27088.9803131657",
          "m15": "98050.7386079126",
          "m30": "204102.303425625",
          "h1": "462264.223786868",
          "h6": "3054935.91644161",
          "h24": "12474385.177659"
        },
        "reserve_in_usd": "9209173.6423"
      },
      "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": "bsc_0xb2842060d68177ff202e81b3bd8588630fe7ede60e1a19f4d327125f73ae92be",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "8.2331141437283",
        "base_token_price_native_currency": "0.0134752929332307",
        "quote_token_price_usd": "1.00143258057749",
        "quote_token_price_native_currency": "0.00164597977465966",
        "base_token_price_quote_token": "8.1867913207",
        "quote_token_price_base_token": "0.1221479773",
        "address": "0xb2842060d68177ff202e81b3bd8588630fe7ede60e1a19f4d327125f73ae92be",
        "name": "Beat / USDT 0.007%",
        "pool_created_at": "2025-11-19T05:50:12Z",
        "fdv_usd": "8103118711.22823",
        "market_cap_usd": "2363023748.17611",
        "price_change_percentage": {
          "m5": "-0.019",
          "m15": "0.859",
          "m30": "-0.597",
          "h1": "0.537",
          "h6": "15.016",
          "h24": "-3.319"
        },
        "transactions": {
          "m5": {
            "buys": 548,
            "sells": 851,
            "buyers": 113,
            "sellers": 233
          },
          "m15": {
            "buys": 1731,
            "sells": 2393,
            "buyers": 253,
            "sellers": 397
          },
          "m30": {
            "buys": 2398,
            "sells": 3093,
            "buyers": 330,
            "sellers": 449
          },
          "h1": {
            "buys": 4186,
            "sells": 4933,
            "buyers": 438,
            "sellers": 534
          },
          "h6": {
            "buys": 28481,
            "sells": 28548,
            "buyers": 1279,
            "sellers": 1289
          },
          "h24": {
            "buys": 101266,
            "sells": 103112,
            "buyers": 2131,
            "sellers": 2361
          }
        },
        "volume_usd": {
          "m5": "476131.923201355",
          "m15": "1287571.93559758",
          "m30": "1575217.13340617",
          "h1": "2555631.25562388",
          "h6": "17038943.0204874",
          "h24": "61075250.8416298"
        },
        "reserve_in_usd": "4281073.2265"
      },
      "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": "solana_F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00762080163119090175066331413366567007709053769670068467601004",
        "base_token_price_native_currency": "0.000113900023919009",
        "quote_token_price_usd": "67.0333557706652763587162763989612426577575106",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001139000239",
        "quote_token_price_base_token": "8779.629411764",
        "address": "F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
        "name": "KINS / SOL",
        "pool_created_at": "2026-05-22T17:47:24Z",
        "fdv_usd": "7580684.89951367",
        "market_cap_usd": "7580703.5539651",
        "price_change_percentage": {
          "m5": "-0.378",
          "m15": "0.3",
          "m30": "2.355",
          "h1": "0.076",
          "h6": "-1.128",
          "h24": "-20.099"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 15,
            "buyers": 3,
            "sellers": 14
          },
          "m15": {
            "buys": 29,
            "sells": 60,
            "buyers": 28,
            "sellers": 48
          },
          "m30": {
            "buys": 63,
            "sells": 94,
            "buyers": 55,
            "sellers": 73
          },
          "h1": {
            "buys": 241,
            "sells": 163,
            "buyers": 180,
            "sellers": 119
          },
          "h6": {
            "buys": 1046,
            "sells": 1015,
            "buyers": 639,
            "sellers": 643
          },
          "h24": {
            "buys": 9373,
            "sells": 8420,
            "buyers": 3642,
            "sellers": 3529
          }
        },
        "volume_usd": {
          "m5": "2030.6187010677",
          "m15": "14735.3171946682",
          "m30": "20207.6676259515",
          "h1": "44179.564904685",
          "h6": "204604.5541024",
          "h24": "1805614.75076169"
        },
        "reserve_in_usd": "265764.7458"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Tqj8yFmagrg7oorpQkVGYR52r96RFTamvWfth9bpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x5bb59bb9371cbec158ed602d5f3cf1ad1c9b4462",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.23475961454682",
        "base_token_price_native_currency": "0.000386889612495393",
        "quote_token_price_usd": "606.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003868896125",
        "quote_token_price_base_token": "2584.716590218",
        "address": "0x5bb59bb9371cbec158ed602d5f3cf1ad1c9b4462",
        "name": "ESPORTS / WBNB 0.01%",
        "pool_created_at": "2025-07-18T09:00:04Z",
        "fdv_usd": "211512325.556966",
        "market_cap_usd": "35675078.9769",
        "price_change_percentage": {
          "m5": "-0.666",
          "m15": "5.056",
          "m30": "5.036",
          "h1": "11.774",
          "h6": "41.136",
          "h24": "134.219"
        },
        "transactions": {
          "m5": {
            "buys": 205,
            "sells": 251,
            "buyers": 94,
            "sellers": 101
          },
          "m15": {
            "buys": 934,
            "sells": 1112,
            "buyers": 292,
            "sellers": 306
          },
          "m30": {
            "buys": 2579,
            "sells": 2898,
            "buyers": 526,
            "sellers": 527
          },
          "h1": {
            "buys": 7157,
            "sells": 7605,
            "buyers": 1003,
            "sellers": 913
          },
          "h6": {
            "buys": 41178,
            "sells": 43440,
            "buyers": 2225,
            "sellers": 2419
          },
          "h24": {
            "buys": 133373,
            "sells": 139239,
            "buyers": 3411,
            "sellers": 3534
          }
        },
        "volume_usd": {
          "m5": "27324.1596012944",
          "m15": "170632.633034487",
          "m30": "468999.063985387",
          "h1": "1745271.15490226",
          "h6": "10076834.8892175",
          "h24": "29564703.2909585"
        },
        "reserve_in_usd": "2455586.6828"
      },
      "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_63BbTbh2jdYLE4DXZVAKn7aDoyPYRVjwtcRsc35ka5vG",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00013715095541402852666215156262576776283095733885202922190718171",
        "base_token_price_native_currency": "0.0000021328388724074",
        "quote_token_price_usd": "1.000861539319052715100663730342261625655375440033851213450771",
        "quote_token_price_native_currency": "0.0149327371436726",
        "base_token_price_quote_token": "0.0001428297339",
        "quote_token_price_base_token": "7001.3432973573",
        "address": "63BbTbh2jdYLE4DXZVAKn7aDoyPYRVjwtcRsc35ka5vG",
        "name": "1B / USDC",
        "pool_created_at": "2026-06-11T02:34:13Z",
        "fdv_usd": "142952.8066",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "4.243",
          "m15": "34.728",
          "m30": "21.877",
          "h1": "13.607",
          "h6": "8.255",
          "h24": "-78.422"
        },
        "transactions": {
          "m5": {
            "buys": 59,
            "sells": 57,
            "buyers": 44,
            "sellers": 44
          },
          "m15": {
            "buys": 234,
            "sells": 183,
            "buyers": 161,
            "sellers": 126
          },
          "m30": {
            "buys": 297,
            "sells": 217,
            "buyers": 201,
            "sellers": 156
          },
          "h1": {
            "buys": 383,
            "sells": 271,
            "buyers": 243,
            "sellers": 203
          },
          "h6": {
            "buys": 1236,
            "sells": 982,
            "buyers": 635,
            "sellers": 668
          },
          "h24": {
            "buys": 12225,
            "sells": 26326,
            "buyers": 3527,
            "sellers": 3714
          }
        },
        "volume_usd": {
          "m5": "7249.8769487527",
          "m15": "32071.845132104",
          "m30": "36782.3779634589",
          "h1": "43045.7294846495",
          "h6": "127962.589658212",
          "h24": "1242255.30168144"
        },
        "reserve_in_usd": "43921.6177"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2Mcwccy7Ckf6C2BUfwG9Z6kcYp8Mj5tKFBHEEoYCpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HnhpJPJgBG2KwniMTNW8cVBHvk1hFog3RC3kjnyc23tD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.225980344727769369138546514469112112198354381",
        "base_token_price_native_currency": "0.00335136211672314",
        "quote_token_price_usd": "0.9985246391294370581373882119209120221751447",
        "quote_token_price_native_currency": "0.0149357097043187",
        "base_token_price_quote_token": "0.2243858633",
        "quote_token_price_base_token": "4.4566087412",
        "address": "HnhpJPJgBG2KwniMTNW8cVBHvk1hFog3RC3kjnyc23tD",
        "name": "CARDS / USDC",
        "pool_created_at": "2025-08-29T18:54:46Z",
        "fdv_usd": "451894202.455909",
        "market_cap_usd": "58201741.8513512",
        "price_change_percentage": {
          "m5": "0.023",
          "m15": "0.271",
          "m30": "0.686",
          "h1": "0.557",
          "h6": "0.42",
          "h24": "27.301"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 7,
            "sells": 5,
            "buyers": 6,
            "sellers": 2
          },
          "m30": {
            "buys": 25,
            "sells": 16,
            "buyers": 17,
            "sellers": 3
          },
          "h1": {
            "buys": 50,
            "sells": 34,
            "buyers": 22,
            "sellers": 9
          },
          "h6": {
            "buys": 359,
            "sells": 254,
            "buyers": 97,
            "sellers": 49
          },
          "h24": {
            "buys": 2569,
            "sells": 2149,
            "buyers": 482,
            "sellers": 439
          }
        },
        "volume_usd": {
          "m5": "607.1403700285",
          "m15": "13051.8222310864",
          "m30": "23131.4993117852",
          "h1": "37591.0847866215",
          "h6": "371121.870619899",
          "h24": "5532967.77199095"
        },
        "reserve_in_usd": "3299700.8226"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CARDSccUMFKoPRZxt5vt3ksUbxEFEcnZ3H2pd3dKxYjp",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00414177214000408533705114144385228839112449502980980601253427688",
        "base_token_price_native_currency": "0.0000617181155837498",
        "quote_token_price_usd": "67.024645921879652719007635072846280347197429698",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006171811558",
        "quote_token_price_base_token": "16202.6981955246",
        "address": "5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
        "name": "three / SOL",
        "pool_created_at": "2026-04-29T07:09:01Z",
        "fdv_usd": "4150598.7408215",
        "market_cap_usd": "4150599.11666704",
        "price_change_percentage": {
          "m5": "1.079",
          "m15": "6.866",
          "m30": "11.038",
          "h1": "12.366",
          "h6": "13.239",
          "h24": "25.823"
        },
        "transactions": {
          "m5": {
            "buys": 116,
            "sells": 154,
            "buyers": 106,
            "sellers": 92
          },
          "m15": {
            "buys": 399,
            "sells": 362,
            "buyers": 349,
            "sellers": 238
          },
          "m30": {
            "buys": 820,
            "sells": 563,
            "buyers": 662,
            "sellers": 404
          },
          "h1": {
            "buys": 1830,
            "sells": 989,
            "buyers": 1219,
            "sellers": 721
          },
          "h6": {
            "buys": 9400,
            "sells": 4011,
            "buyers": 2293,
            "sellers": 2008
          },
          "h24": {
            "buys": 35268,
            "sells": 15711,
            "buyers": 3348,
            "sellers": 3456
          }
        },
        "volume_usd": {
          "m5": "19560.7980735732",
          "m15": "34451.4966049358",
          "m30": "44546.2870502729",
          "h1": "61597.4295462237",
          "h6": "176708.638436612",
          "h24": "1047894.2159583"
        },
        "reserve_in_usd": "262522.984"
      },
      "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": "eth_0x09ba9c328135392be58594a6283133691d36a7f7e647b281661165ff20cdb11a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.961771569610228",
        "base_token_price_native_currency": "0.000575636387910176",
        "quote_token_price_usd": "1.00132757790123",
        "quote_token_price_native_currency": "0.000597525581126192",
        "base_token_price_quote_token": "0.9633669354",
        "quote_token_price_base_token": "1.0380260763",
        "address": "0x09ba9c328135392be58594a6283133691d36a7f7e647b281661165ff20cdb11a",
        "name": "VRTX / USDC",
        "pool_created_at": "2026-06-08T23:05:47Z",
        "fdv_usd": "961771.5696",
        "market_cap_usd": "913682.99112",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.046",
          "m30": "-1.489",
          "h1": "-2.472",
          "h6": "20.401",
          "h24": "213.428"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 1
          },
          "m30": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 1
          },
          "h1": {
            "buys": 5,
            "sells": 6,
            "buyers": 4,
            "sellers": 5
          },
          "h6": {
            "buys": 153,
            "sells": 56,
            "buyers": 81,
            "sellers": 39
          },
          "h24": {
            "buys": 681,
            "sells": 302,
            "buyers": 242,
            "sellers": 175
          }
        },
        "volume_usd": {
          "m5": "8.2115710469",
          "m15": "1493.5115391504",
          "m30": "1875.4607447472",
          "h1": "5618.2638574511",
          "h6": "63071.7681931137",
          "h24": "313322.104068848"
        },
        "reserve_in_usd": "217171.6989"
      },
      "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_DZxWcyPpTyr2NTfmEN2xAUSCb77t1ZLpkg63PbpbKmbC",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00558907570002364872559973299637116451411352516493876762197704972",
        "base_token_price_native_currency": "0.0000834884218554666",
        "quote_token_price_usd": "67.024645921879652719007635072846280347197429698",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00008348842186",
        "quote_token_price_base_token": "11977.7087382389",
        "address": "DZxWcyPpTyr2NTfmEN2xAUSCb77t1ZLpkg63PbpbKmbC",
        "name": "SPCX / SOL",
        "pool_created_at": "2026-04-01T17:58:50Z",
        "fdv_usd": "5594315.59895136",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.963",
          "m15": "3.03",
          "m30": "6.865",
          "h1": "14.271",
          "h6": "17.795",
          "h24": "23.69"
        },
        "transactions": {
          "m5": {
            "buys": 19,
            "sells": 8,
            "buyers": 13,
            "sellers": 8
          },
          "m15": {
            "buys": 108,
            "sells": 61,
            "buyers": 50,
            "sellers": 55
          },
          "m30": {
            "buys": 248,
            "sells": 173,
            "buyers": 109,
            "sellers": 136
          },
          "h1": {
            "buys": 458,
            "sells": 314,
            "buyers": 192,
            "sellers": 219
          },
          "h6": {
            "buys": 1859,
            "sells": 1210,
            "buyers": 772,
            "sellers": 664
          },
          "h24": {
            "buys": 5970,
            "sells": 4371,
            "buyers": 1862,
            "sellers": 1921
          }
        },
        "volume_usd": {
          "m5": "3199.0773830679",
          "m15": "16913.2586967192",
          "m30": "35104.3545909537",
          "h1": "74372.5581289662",
          "h6": "276175.488771474",
          "h24": "940120.083501714"
        },
        "reserve_in_usd": "278910.2561"
      },
      "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": "bsc_0x7f51bbf34156ba802deb0e38b7671dc4fa32041d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0071442795868996",
        "base_token_price_native_currency": "0.0000117618408929422",
        "quote_token_price_usd": "606.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001176184089",
        "quote_token_price_base_token": "85020.7045905594",
        "address": "0x7f51bbf34156ba802deb0e38b7671dc4fa32041d",
        "name": "$BANANA / WBNB 0.01%",
        "pool_created_at": "2024-11-18T09:00:01Z",
        "fdv_usd": "70964975.4267238",
        "market_cap_usd": "71360003.57",
        "price_change_percentage": {
          "m5": "-0.209",
          "m15": "-1.052",
          "m30": "-0.529",
          "h1": "-2.117",
          "h6": "-18.382",
          "h24": "-29.065"
        },
        "transactions": {
          "m5": {
            "buys": 44,
            "sells": 57,
            "buyers": 24,
            "sellers": 31
          },
          "m15": {
            "buys": 235,
            "sells": 292,
            "buyers": 104,
            "sellers": 103
          },
          "m30": {
            "buys": 586,
            "sells": 752,
            "buyers": 204,
            "sellers": 227
          },
          "h1": {
            "buys": 1371,
            "sells": 1624,
            "buyers": 328,
            "sellers": 325
          },
          "h6": {
            "buys": 5754,
            "sells": 6504,
            "buyers": 774,
            "sellers": 670
          },
          "h24": {
            "buys": 19467,
            "sells": 21954,
            "buyers": 1296,
            "sellers": 1071
          }
        },
        "volume_usd": {
          "m5": "18890.7879421404",
          "m15": "121534.28079439",
          "m30": "323910.104819611",
          "h1": "757897.093075568",
          "h6": "3235636.37842229",
          "h24": "12516894.0161851"
        },
        "reserve_in_usd": "3600517.3269"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x3d4f0513e8a29669b960f9dbca61861548a9a760",
            "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_9QPMfSvFMutRxr9F6cDw9jWSyV6hNdosbNEnRqUQ1uQK",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00071996870047062482073377466900626968916728033546010039404835126",
        "base_token_price_native_currency": "0.0000107018038743865",
        "quote_token_price_usd": "67.021817285489094566475042525086560465244126341",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001070180387",
        "quote_token_price_base_token": "93442.1908434878",
        "address": "9QPMfSvFMutRxr9F6cDw9jWSyV6hNdosbNEnRqUQ1uQK",
        "name": "Magpie / SOL",
        "pool_created_at": "2026-06-02T03:02:49Z",
        "fdv_usd": "717667.877343466",
        "market_cap_usd": "681313.693112863",
        "price_change_percentage": {
          "m5": "0.32",
          "m15": "-0.796",
          "m30": "-0.154",
          "h1": "4.386",
          "h6": "1.427",
          "h24": "8.225"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 5,
            "sells": 7,
            "buyers": 4,
            "sellers": 7
          },
          "m30": {
            "buys": 14,
            "sells": 20,
            "buyers": 9,
            "sellers": 20
          },
          "h1": {
            "buys": 48,
            "sells": 76,
            "buyers": 35,
            "sellers": 65
          },
          "h6": {
            "buys": 546,
            "sells": 592,
            "buyers": 314,
            "sellers": 373
          },
          "h24": {
            "buys": 2627,
            "sells": 2386,
            "buyers": 978,
            "sellers": 1141
          }
        },
        "volume_usd": {
          "m5": "147.260245084",
          "m15": "985.0547697635",
          "m30": "2335.1041738936",
          "h1": "8956.1467372623",
          "h6": "68784.7388471707",
          "h24": "334720.150042982"
        },
        "reserve_in_usd": "77970.2596"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9UuLsJ3jf8ViBNeRcwXD53re5G3ypgfKK3s2EiMMpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xef470f9ae8512d2762e4f1cd91ae58caea17143afa61b8d56e9b20c8f87688c4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0519725158618032",
        "base_token_price_native_currency": "0.0000857925388831609",
        "quote_token_price_usd": "606.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00008579253888",
        "quote_token_price_base_token": "11656.0252560177",
        "address": "0xef470f9ae8512d2762e4f1cd91ae58caea17143afa61b8d56e9b20c8f87688c4",
        "name": "COLLECT / BNB 0.007%",
        "pool_created_at": "2025-12-26T10:17:58Z",
        "fdv_usd": "156197327.999798",
        "market_cap_usd": "27959321.712",
        "price_change_percentage": {
          "m5": "-0.459",
          "m15": "1.807",
          "m30": "3.106",
          "h1": "1.435",
          "h6": "-13.424",
          "h24": "-15.346"
        },
        "transactions": {
          "m5": {
            "buys": 26,
            "sells": 76,
            "buyers": 15,
            "sellers": 46
          },
          "m15": {
            "buys": 171,
            "sells": 239,
            "buyers": 78,
            "sellers": 78
          },
          "m30": {
            "buys": 315,
            "sells": 407,
            "buyers": 123,
            "sellers": 115
          },
          "h1": {
            "buys": 446,
            "sells": 626,
            "buyers": 155,
            "sellers": 163
          },
          "h6": {
            "buys": 3539,
            "sells": 4087,
            "buyers": 511,
            "sellers": 497
          },
          "h24": {
            "buys": 16022,
            "sells": 17459,
            "buyers": 881,
            "sellers": 860
          }
        },
        "volume_usd": {
          "m5": "15867.907728615",
          "m15": "69103.2396854348",
          "m30": "125225.094414285",
          "h1": "190312.927315646",
          "h6": "1557172.56857302",
          "h24": "6800216.07674309"
        },
        "reserve_in_usd": "1775288.2217"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x4b3d30992f003c8167699735f5ab2831b2a087d3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_CxkrTqNUJLjqMG4cYrrtg2f9RVDGRKT8xrz3D1oCnPk7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0014005643498687152676703599629062806149699983120315910821673961",
        "base_token_price_native_currency": "0.0000207526175299636",
        "quote_token_price_usd": "67.024645921879652719007635072846280347197429698",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002075261753",
        "quote_token_price_base_token": "48186.6925247455",
        "address": "CxkrTqNUJLjqMG4cYrrtg2f9RVDGRKT8xrz3D1oCnPk7",
        "name": "DragonWorm / SOL",
        "pool_created_at": "2026-06-11T07:55:10Z",
        "fdv_usd": "1406585.704",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.719",
          "m15": "10.871",
          "m30": "-7.358",
          "h1": "13.712",
          "h6": "-34.554",
          "h24": "23.082"
        },
        "transactions": {
          "m5": {
            "buys": 41,
            "sells": 29,
            "buyers": 41,
            "sellers": 27
          },
          "m15": {
            "buys": 198,
            "sells": 125,
            "buyers": 131,
            "sellers": 69
          },
          "m30": {
            "buys": 453,
            "sells": 306,
            "buyers": 174,
            "sellers": 127
          },
          "h1": {
            "buys": 922,
            "sells": 600,
            "buyers": 255,
            "sellers": 180
          },
          "h6": {
            "buys": 7091,
            "sells": 4141,
            "buyers": 1186,
            "sellers": 897
          },
          "h24": {
            "buys": 31280,
            "sells": 19181,
            "buyers": 4049,
            "sellers": 2415
          }
        },
        "volume_usd": {
          "m5": "4095.3038311512",
          "m15": "22704.1855628637",
          "m30": "58683.0053818939",
          "h1": "113655.340529518",
          "h6": "1093724.48949963",
          "h24": "5020591.69597761"
        },
        "reserve_in_usd": "92897.0518"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_xLyhQfSW8UKjsJaisszVS5SRjVTmy9WiEVsq6Afpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "66.797950799011463610284537012",
        "base_token_price_native_currency": "1.0",
        "quote_token_price_usd": "0.99747224776696263655304064266439447485396832",
        "quote_token_price_native_currency": "0.0149327371436726",
        "base_token_price_quote_token": "66.966959264",
        "quote_token_price_base_token": "0.01493273714",
        "address": "3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv",
        "name": "SOL / USDC",
        "pool_created_at": "2024-08-07T13:36:00Z",
        "fdv_usd": "1491202721.93817",
        "market_cap_usd": "1491202721.93817",
        "price_change_percentage": {
          "m5": "-0.008",
          "m15": "0.008",
          "m30": "0.025",
          "h1": "-0.001",
          "h6": "0.359",
          "h24": "2.135"
        },
        "transactions": {
          "m5": {
            "buys": 113,
            "sells": 77,
            "buyers": 69,
            "sellers": 60
          },
          "m15": {
            "buys": 320,
            "sells": 263,
            "buyers": 190,
            "sellers": 187
          },
          "m30": {
            "buys": 638,
            "sells": 548,
            "buyers": 306,
            "sellers": 298
          },
          "h1": {
            "buys": 1271,
            "sells": 1158,
            "buyers": 389,
            "sellers": 387
          },
          "h6": {
            "buys": 7733,
            "sells": 7453,
            "buyers": 730,
            "sellers": 736
          },
          "h24": {
            "buys": 27789,
            "sells": 28838,
            "buyers": 2169,
            "sellers": 2026
          }
        },
        "volume_usd": {
          "m5": "53639.6247793612",
          "m15": "106364.308174128",
          "m30": "202811.687032949",
          "h1": "426765.038016331",
          "h6": "3386727.65188708",
          "h24": "18426714.2973586"
        },
        "reserve_in_usd": "4932071.2915"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xbc42145d5a574ede9b8860fca2a49eb7b239efa5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.307377355243334",
        "base_token_price_native_currency": "0.000510276654477129",
        "quote_token_price_usd": "606.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0005102766545",
        "quote_token_price_base_token": "1959.721243812",
        "address": "0xbc42145d5a574ede9b8860fca2a49eb7b239efa5",
        "name": "SKYAI / WBNB",
        "pool_created_at": "2025-04-20T03:42:03Z",
        "fdv_usd": "306880666.524881",
        "market_cap_usd": "306880666.524881",
        "price_change_percentage": {
          "m5": "-0.865",
          "m15": "1.428",
          "m30": "5.293",
          "h1": "8.173",
          "h6": "8.718",
          "h24": "36.5"
        },
        "transactions": {
          "m5": {
            "buys": 49,
            "sells": 62,
            "buyers": 31,
            "sellers": 24
          },
          "m15": {
            "buys": 222,
            "sells": 115,
            "buyers": 109,
            "sellers": 60
          },
          "m30": {
            "buys": 505,
            "sells": 209,
            "buyers": 176,
            "sellers": 116
          },
          "h1": {
            "buys": 880,
            "sells": 526,
            "buyers": 291,
            "sellers": 250
          },
          "h6": {
            "buys": 4780,
            "sells": 3930,
            "buyers": 930,
            "sellers": 844
          },
          "h24": {
            "buys": 18071,
            "sells": 14607,
            "buyers": 2096,
            "sellers": 1475
          }
        },
        "volume_usd": {
          "m5": "93373.572280595",
          "m15": "316200.878869351",
          "m30": "564703.339936167",
          "h1": "1118749.30254298",
          "h6": "5978820.52512224",
          "h24": "20749548.5791916"
        },
        "reserve_in_usd": "12668288.4965"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x92aa03137385f18539301349dcfc9ebc923ffb10",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "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.