Monede: 18.412
Schimbui: 1.492
Capitalizare la bursă: 2,244T $ 0.6%
Vol. în 24 ore: 47,581B $
Gaz: 0.098 GWEI
Realizează upgrade la Premium

Token-uri DEX on-chain & API de date despre piață pentru proiecte DeFi & dezvoltatori

Beneficiază de o acoperire completă a pieței crypto oferită de API-ul CoinGecko, cea mai mare sursă de date crypto independentă din lume, încă din 2014.
Date furnizate de
Recomandat de proiectele Web3 de top

API de date DEX on-chain detaliate și de încredere

Accesați datele de piață on-chain de la DEX-uri precum Uniswap, PancakeSwap, Orca, Curve și multe altele din rețelele majore, cu API-ul nostru de date DEX de încredere și extins.
43M+
Monede și token-uri
250+
Rețele
1.900+
DEX-uri

Aproximați-vă eficient proiectul DeFi

Un API unificat pentru date despre criptomonede, NFT și DEX

Simplificați procesul de integrare cu un API unificat de date despre criptomonede care oferă o acoperire completă
Categorie Endpoint Descriere
/onchain/simple/*/token_price/* Cel mai simplu mod de a obține cel mai recent preț al tokenurilor pentru o rețea, cu adrese de token
/onchain/networks Obțineți lista completă a rețelelor acceptate
/onchain/network/*dexes Obțineți lista completă a DEX-urilor acceptate într-o rețea
/onchains/network/*/pools/* Obțineți date despre fondurile de lichiditate, cum ar fi: fonduri în tendințe, noi fonduri și date de piață, cum ar fi prețul, rezerva, capitalizarea pieței, tranzacțiile și volumul. De asemenea, este disponibil un punct final de căutare pentru a căuta fonduri într-o rețea.
/onchains/network/*/tokens/* Obțineți date legate de token-uri, cum ar fi fonduri de top, preț, FDV, rezervă, volum, capitalizare de piață, scor geckoterminal, ID API coingecko. De asemenea, sunt disponibile metadate inclusiv imaginea, site-ul web, descrierea și linkurile către rețelele sociale.
/onchains/network/*/ohlcvs/* Obține date din graficul istoric OHLCV pentru un fond de lichidități
/onchains/network/*/trades Obțineți cele mai recente 300 de tranzacții de la un fond de lichidități
// Obțineți prețurile și datele de piață ale unui fond de lichidități
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.99972100874962",
      "base_token_price_native_currency": "0.000534277546941803",
      "quote_token_price_usd": "1877.54",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005342775469",
      "quote_token_price_base_token": "1871.686365493",
      "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": "4573628513.81271",
      "market_cap_usd": "4574213522.23559",
      "price_change_percentage": {
        "m5": "-0.151",
        "m15": "-0.035",
        "m30": "-0.019",
        "h1": "0",
        "h6": "0.145",
        "h24": "0.035"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 3,
          "buyers": 1,
          "sellers": 3
        },
        "m15": {
          "buys": 1,
          "sells": 7,
          "buyers": 1,
          "sellers": 7
        },
        "m30": {
          "buys": 1,
          "sells": 8,
          "buyers": 1,
          "sellers": 8
        },
        "h1": {
          "buys": 2,
          "sells": 14,
          "buyers": 1,
          "sellers": 13
        },
        "h6": {
          "buys": 81,
          "sells": 109,
          "buyers": 55,
          "sellers": 67
        },
        "h24": {
          "buys": 320,
          "sells": 414,
          "buyers": 188,
          "sellers": 221
        }
      },
      "volume_usd": {
        "m5": "737.9040886001",
        "m15": "967.6777689517",
        "m30": "975.7233952254",
        "h1": "1835.0437290032",
        "h6": "33109.1505459917",
        "h24": "127043.786434157"
      },
      "reserve_in_usd": "912796.1116",
      "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"
        }
      }
    }
  }
}
// Descoperiți fondurile în tendințe
{
  "data": [
    {
      "id": "robinhood_0x01fe057d1c5fb09a4ac02860758ddf26df9336b5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00188116406918456",
        "base_token_price_native_currency": "0.000000996945240399518",
        "quote_token_price_usd": "1877.58",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000009969452404",
        "quote_token_price_base_token": "1003064.1197497",
        "address": "0x01fe057d1c5fb09a4ac02860758ddf26df9336b5",
        "name": "LEMON.FUN / WETH 1%",
        "pool_created_at": "2026-07-25T12:46:57Z",
        "fdv_usd": "1862345.36192337",
        "market_cap_usd": "1881164.069",
        "price_change_percentage": {
          "m5": "2.884",
          "m15": "3.771",
          "m30": "23.765",
          "h1": "27.98",
          "h6": "35.054",
          "h24": "196.75"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "m15": {
            "buys": 35,
            "sells": 29,
            "buyers": 27,
            "sellers": 16
          },
          "m30": {
            "buys": 81,
            "sells": 76,
            "buyers": 49,
            "sellers": 43
          },
          "h1": {
            "buys": 118,
            "sells": 111,
            "buyers": 60,
            "sellers": 60
          },
          "h6": {
            "buys": 4357,
            "sells": 4002,
            "buyers": 1411,
            "sellers": 1337
          },
          "h24": {
            "buys": 7932,
            "sells": 7207,
            "buyers": 1790,
            "sellers": 1753
          }
        },
        "volume_usd": {
          "m5": "954.1279935434",
          "m15": "8536.2638382846",
          "m30": "30521.6619593714",
          "h1": "45019.8561813885",
          "h6": "961321.338169321",
          "h24": "1843870.66975784"
        },
        "reserve_in_usd": "182779.3598"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xf0e17e54239cd945cd7bea471a3a2ca6a8c7f7a3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0140755748892689",
        "base_token_price_native_currency": "0.00000786515916513406",
        "quote_token_price_usd": "1877.76",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000007865159165",
        "quote_token_price_base_token": "127143.008679718",
        "address": "0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
        "name": "HMM / WETH 1%",
        "pool_created_at": "2026-07-19T07:54:03Z",
        "fdv_usd": "13902540.9295941",
        "market_cap_usd": "14075574.89",
        "price_change_percentage": {
          "m5": "-0.276",
          "m15": "-2.327",
          "m30": "-5.372",
          "h1": "-5.028",
          "h6": "-9.909",
          "h24": "-34.203"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 10,
            "buyers": 11,
            "sellers": 4
          },
          "m15": {
            "buys": 23,
            "sells": 22,
            "buyers": 18,
            "sellers": 9
          },
          "m30": {
            "buys": 31,
            "sells": 37,
            "buyers": 25,
            "sellers": 16
          },
          "h1": {
            "buys": 63,
            "sells": 74,
            "buyers": 40,
            "sellers": 33
          },
          "h6": {
            "buys": 1007,
            "sells": 758,
            "buyers": 225,
            "sellers": 300
          },
          "h24": {
            "buys": 3345,
            "sells": 2653,
            "buyers": 663,
            "sellers": 721
          }
        },
        "volume_usd": {
          "m5": "6981.9597101308",
          "m15": "16235.4762383566",
          "m30": "29154.5169610259",
          "h1": "53750.3961351243",
          "h6": "518696.714956111",
          "h24": "2015043.45161389"
        },
        "reserve_in_usd": "555145.2852"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x7fe995a80075df3dc8ae11a9b82c7fe4202cd87f",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-dot-family",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x11e05b8696ccb7a35f2b8f8f225ab9816a13871dc0b444fdc14fb2847190d473",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00135211583395417",
        "base_token_price_native_currency": "0.00000075934449696523",
        "quote_token_price_usd": "1877.58",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000759344497",
        "quote_token_price_base_token": "1316925.32703742",
        "address": "0x11e05b8696ccb7a35f2b8f8f225ab9816a13871dc0b444fdc14fb2847190d473",
        "name": "STACK / WETH",
        "pool_created_at": "2026-08-12T18:36:30Z",
        "fdv_usd": "1149044.85929011",
        "market_cap_usd": "1008416.07383675",
        "price_change_percentage": {
          "m5": "-1.561",
          "m15": "-0.32",
          "m30": "-8.595",
          "h1": "-15.537",
          "h6": "-23.943",
          "h24": "55.441"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 4,
            "buyers": 6,
            "sellers": 2
          },
          "m15": {
            "buys": 20,
            "sells": 18,
            "buyers": 18,
            "sellers": 8
          },
          "m30": {
            "buys": 38,
            "sells": 45,
            "buyers": 31,
            "sellers": 21
          },
          "h1": {
            "buys": 90,
            "sells": 131,
            "buyers": 60,
            "sellers": 61
          },
          "h6": {
            "buys": 494,
            "sells": 682,
            "buyers": 231,
            "sellers": 257
          },
          "h24": {
            "buys": 3500,
            "sells": 3728,
            "buyers": 1043,
            "sellers": 935
          }
        },
        "volume_usd": {
          "m5": "1342.3941613406",
          "m15": "8789.9609368455",
          "m30": "14119.0708532005",
          "h1": "35372.6811010992",
          "h6": "186413.438109749",
          "h24": "1378023.41005074"
        },
        "reserve_in_usd": "95904.1509"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x1d5aad3c0d6066078ea60f384a2492a550db30b0",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0381825999612598",
        "base_token_price_native_currency": "0.0000203434794554397",
        "quote_token_price_usd": "1877.76",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002034347946",
        "quote_token_price_base_token": "49155.7996354752",
        "address": "0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
        "name": "PONS / WETH 1%",
        "pool_created_at": "2026-07-13T20:42:21Z",
        "fdv_usd": "27716640.4718983",
        "market_cap_usd": "27719764.768416",
        "price_change_percentage": {
          "m5": "-0.088",
          "m15": "2.122",
          "m30": "1.46",
          "h1": "1.266",
          "h6": "-0.121",
          "h24": "-2.265"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m15": {
            "buys": 20,
            "sells": 5,
            "buyers": 9,
            "sellers": 5
          },
          "m30": {
            "buys": 34,
            "sells": 25,
            "buyers": 10,
            "sellers": 24
          },
          "h1": {
            "buys": 55,
            "sells": 34,
            "buyers": 30,
            "sellers": 29
          },
          "h6": {
            "buys": 253,
            "sells": 176,
            "buyers": 108,
            "sellers": 141
          },
          "h24": {
            "buys": 861,
            "sells": 575,
            "buyers": 275,
            "sellers": 366
          }
        },
        "volume_usd": {
          "m5": "649.1011470507",
          "m15": "15612.6567851862",
          "m30": "57525.3663906243",
          "h1": "78382.0101703151",
          "h6": "270750.901250398",
          "h24": "894287.916675152"
        },
        "reserve_in_usd": "1253575.8639"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x39dbed3a2bd333467115de45665cc57f813c4571",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xaff8e2d7015c76fa6d9b2bedb72da7d6b305fd7b2140df3fca5c3c57e877ecfa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00209072319734016",
        "base_token_price_native_currency": "0.00000109681058512255",
        "quote_token_price_usd": "1877.58",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001096810585",
        "quote_token_price_base_token": "911734.454029058",
        "address": "0xaff8e2d7015c76fa6d9b2bedb72da7d6b305fd7b2140df3fca5c3c57e877ecfa",
        "name": "swappy / WETH 0.25%",
        "pool_created_at": "2026-08-04T17:50:12Z",
        "fdv_usd": "2102589.577",
        "market_cap_usd": "2102589.577",
        "price_change_percentage": {
          "m5": "-0.723",
          "m15": "-3.392",
          "m30": "-3.732",
          "h1": "-2.674",
          "h6": "18.499",
          "h24": "44.38"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m15": {
            "buys": 3,
            "sells": 11,
            "buyers": 3,
            "sellers": 8
          },
          "m30": {
            "buys": 12,
            "sells": 20,
            "buyers": 11,
            "sellers": 11
          },
          "h1": {
            "buys": 33,
            "sells": 47,
            "buyers": 21,
            "sellers": 24
          },
          "h6": {
            "buys": 460,
            "sells": 374,
            "buyers": 174,
            "sellers": 164
          },
          "h24": {
            "buys": 1530,
            "sells": 1409,
            "buyers": 457,
            "sellers": 512
          }
        },
        "volume_usd": {
          "m5": "1062.1635944241",
          "m15": "2872.5920325341",
          "m30": "5211.4088059231",
          "h1": "9689.5122665101",
          "h6": "156823.415953943",
          "h24": "571134.235202962"
        },
        "reserve_in_usd": "106276.2852"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x298348d5b2e45c774e3ee4f1a0924071dfbdc8c7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-pools-trade",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0327492570473705",
        "base_token_price_native_currency": "0.0000170709417718283",
        "quote_token_price_usd": "1877.58",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001707094177",
        "quote_token_price_base_token": "58579.0762669153",
        "address": "0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
        "name": "STONKBROKER / WETH 1%",
        "pool_created_at": "2026-07-18T03:50:03Z",
        "fdv_usd": "79186182.4238389",
        "market_cap_usd": "51543472.537724",
        "price_change_percentage": {
          "m5": "1.756",
          "m15": "3.404",
          "m30": "2.854",
          "h1": "3.979",
          "h6": "7.05",
          "h24": "10.072"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 32,
            "buyers": 24,
            "sellers": 7
          },
          "m15": {
            "buys": 83,
            "sells": 111,
            "buyers": 72,
            "sellers": 70
          },
          "m30": {
            "buys": 103,
            "sells": 142,
            "buyers": 93,
            "sellers": 88
          },
          "h1": {
            "buys": 124,
            "sells": 161,
            "buyers": 106,
            "sellers": 97
          },
          "h6": {
            "buys": 542,
            "sells": 331,
            "buyers": 224,
            "sellers": 259
          },
          "h24": {
            "buys": 2200,
            "sells": 1331,
            "buyers": 750,
            "sellers": 1001
          }
        },
        "volume_usd": {
          "m5": "12842.3045366854",
          "m15": "309186.200228343",
          "m30": "413137.536253337",
          "h1": "519588.842462913",
          "h6": "1130349.26036595",
          "h24": "3799966.08424063"
        },
        "reserve_in_usd": "6659112.5355"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe934e36a439c94017b64a3fece66af12099abf50",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xa70fc67c9f69da90b63a0e4c05d229954574e313",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.131212203053567",
        "base_token_price_native_currency": "0.0000698780871550856",
        "quote_token_price_usd": "1877.58",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006987808716",
        "quote_token_price_base_token": "14310.6378653529",
        "address": "0xa70fc67c9f69da90b63a0e4c05d229954574e313",
        "name": "CASHCAT / WETH 1%",
        "pool_created_at": "2026-06-29T07:00:49Z",
        "fdv_usd": "129721089.174886",
        "market_cap_usd": "129721464.339532",
        "price_change_percentage": {
          "m5": "0.007",
          "m15": "0.609",
          "m30": "1.757",
          "h1": "5.015",
          "h6": "0.852",
          "h24": "-17.553"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 35,
            "sells": 2,
            "buyers": 20,
            "sellers": 2
          },
          "m30": {
            "buys": 156,
            "sells": 4,
            "buyers": 46,
            "sellers": 4
          },
          "h1": {
            "buys": 405,
            "sells": 18,
            "buyers": 60,
            "sellers": 15
          },
          "h6": {
            "buys": 2013,
            "sells": 541,
            "buyers": 173,
            "sellers": 180
          },
          "h24": {
            "buys": 5572,
            "sells": 3328,
            "buyers": 508,
            "sellers": 547
          }
        },
        "volume_usd": {
          "m5": "265.6974997782",
          "m15": "11828.8036828315",
          "m30": "34165.1282771739",
          "h1": "99213.8368548112",
          "h6": "546545.057848946",
          "h24": "2891023.61096084"
        },
        "reserve_in_usd": "3812636.6667"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x020bfc650a365f8bb26819deaabf3e21291018b4",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x4d3bf29ba30f8bfe4624e7678709afa195689c5d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0101037986806615",
        "base_token_price_native_currency": "0.0000166351518980743",
        "quote_token_price_usd": "606.24",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000166351519",
        "quote_token_price_base_token": "60113.6681003653",
        "address": "0x4d3bf29ba30f8bfe4624e7678709afa195689c5d",
        "name": "AKE / WBNB 0.01%",
        "pool_created_at": "2025-08-20T07:40:09Z",
        "fdv_usd": "1007866571.71835",
        "market_cap_usd": "229755783.41955",
        "price_change_percentage": {
          "m5": "0.93",
          "m15": "-1.199",
          "m30": "-1.282",
          "h1": "2.092",
          "h6": "-5.701",
          "h24": "52.948"
        },
        "transactions": {
          "m5": {
            "buys": 58,
            "sells": 58,
            "buyers": 35,
            "sellers": 29
          },
          "m15": {
            "buys": 508,
            "sells": 583,
            "buyers": 177,
            "sellers": 207
          },
          "m30": {
            "buys": 1456,
            "sells": 1702,
            "buyers": 327,
            "sellers": 393
          },
          "h1": {
            "buys": 2907,
            "sells": 3350,
            "buyers": 469,
            "sellers": 511
          },
          "h6": {
            "buys": 51747,
            "sells": 50491,
            "buyers": 1981,
            "sellers": 1990
          },
          "h24": {
            "buys": 122502,
            "sells": 129174,
            "buyers": 2902,
            "sellers": 3122
          }
        },
        "volume_usd": {
          "m5": "10761.5706880979",
          "m15": "114337.544761324",
          "m30": "351503.149485333",
          "h1": "628057.364714011",
          "h6": "16902804.2564253",
          "h24": "33901626.4562854"
        },
        "reserve_in_usd": "1398523.7799"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x2c3a8ee94ddd97244a93bc48298f97d2c412f7db",
            "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": "robinhood_0x9c49f21adda14af527bc56c2a8fab854f6248685",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000868224054884615",
        "base_token_price_native_currency": "0.000000462554503886275",
        "quote_token_price_usd": "1877.02",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000004625545039",
        "quote_token_price_base_token": "2161907.3895038",
        "address": "0x9c49f21adda14af527bc56c2a8fab854f6248685",
        "name": "FOX / WETH 1%",
        "pool_created_at": "2026-07-10T22:29:23Z",
        "fdv_usd": "816827.213341341",
        "market_cap_usd": "868224.0549",
        "price_change_percentage": {
          "m5": "-2.294",
          "m15": "-1.882",
          "m30": "-5.418",
          "h1": "-7.13",
          "h6": "-5.648",
          "h24": "20.981"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 8,
            "buyers": 2,
            "sellers": 7
          },
          "m30": {
            "buys": 7,
            "sells": 11,
            "buyers": 5,
            "sellers": 10
          },
          "h1": {
            "buys": 15,
            "sells": 22,
            "buyers": 11,
            "sellers": 18
          },
          "h6": {
            "buys": 241,
            "sells": 222,
            "buyers": 131,
            "sellers": 151
          },
          "h24": {
            "buys": 771,
            "sells": 621,
            "buyers": 304,
            "sellers": 354
          }
        },
        "volume_usd": {
          "m5": "216.4199038171",
          "m15": "875.7221973633",
          "m30": "1798.3320784448",
          "h1": "3596.5122759249",
          "h6": "88123.6263767725",
          "h24": "224086.323758054"
        },
        "reserve_in_usd": "113578.4802"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x2103faa9d1762e27a716c61718b3acf3ec1f9bf1",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00222037986051839",
        "base_token_price_native_currency": "0.00000118550030590794",
        "quote_token_price_usd": "1877.58",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001185500306",
        "quote_token_price_base_token": "843525.720758148",
        "address": "0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
        "name": "HOODRAT / WETH",
        "pool_created_at": "2026-07-02T17:52:44Z",
        "fdv_usd": "2220379.861",
        "market_cap_usd": "2220379.861",
        "price_change_percentage": {
          "m5": "-0.223",
          "m15": "-0.593",
          "m30": "1.432",
          "h1": "-1.029",
          "h6": "-9.552",
          "h24": "-23.031"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 4,
            "sells": 8,
            "buyers": 4,
            "sellers": 8
          },
          "m30": {
            "buys": 11,
            "sells": 12,
            "buyers": 10,
            "sellers": 12
          },
          "h1": {
            "buys": 38,
            "sells": 29,
            "buyers": 27,
            "sellers": 27
          },
          "h6": {
            "buys": 330,
            "sells": 333,
            "buyers": 136,
            "sellers": 165
          },
          "h24": {
            "buys": 1236,
            "sells": 1157,
            "buyers": 418,
            "sellers": 495
          }
        },
        "volume_usd": {
          "m5": "292.6939279304",
          "m15": "2190.3958818857",
          "m30": "3510.0478405186",
          "h1": "8935.7970763971",
          "h6": "112672.36814687",
          "h24": "421132.553866413"
        },
        "reserve_in_usd": "262253.6151"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x8e62f281f282686fca6dcb39288069a93fc23f1c",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00446923921813813",
        "base_token_price_native_currency": "0.00000237995402809247",
        "quote_token_price_usd": "1877.58",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002379954028",
        "quote_token_price_base_token": "420176.183319599",
        "address": "0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
        "name": "FRONG / WETH 0.25%",
        "pool_created_at": "2026-07-30T20:16:59Z",
        "fdv_usd": "4451355.77298729",
        "market_cap_usd": "4469239.218",
        "price_change_percentage": {
          "m5": "0.17",
          "m15": "0.621",
          "m30": "-5.336",
          "h1": "10.836",
          "h6": "-2.868",
          "h24": "-2.792"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 2,
            "buyers": 10,
            "sellers": 2
          },
          "m15": {
            "buys": 47,
            "sells": 53,
            "buyers": 36,
            "sellers": 41
          },
          "m30": {
            "buys": 160,
            "sells": 103,
            "buyers": 105,
            "sellers": 76
          },
          "h1": {
            "buys": 430,
            "sells": 508,
            "buyers": 238,
            "sellers": 282
          },
          "h6": {
            "buys": 1643,
            "sells": 1559,
            "buyers": 648,
            "sellers": 608
          },
          "h24": {
            "buys": 2820,
            "sells": 2640,
            "buyers": 1035,
            "sellers": 935
          }
        },
        "volume_usd": {
          "m5": "2060.6263953603",
          "m15": "31060.5170272497",
          "m30": "88448.8975827141",
          "h1": "322066.440358934",
          "h6": "670794.105280761",
          "h24": "1243570.1845498"
        },
        "reserve_in_usd": "561906.7462"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x6245e67affa44a23077f0ea7f981a8dc743a0c47",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-pools-trade",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Cj2ohyuHe2kTjexd4erbBBxcKFqAb4tEEBiVLhNpJ6gS",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00049403537152107674994587529204714128813397828475491559238849277",
        "base_token_price_native_currency": "0.00000659584013549133",
        "quote_token_price_usd": "75.203504268675064411687008220459658756731385762",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000006595840135",
        "quote_token_price_base_token": "151610.709092104",
        "address": "Cj2ohyuHe2kTjexd4erbBBxcKFqAb4tEEBiVLhNpJ6gS",
        "name": "FTR / SOL",
        "pool_created_at": "2026-08-14T13:12:38Z",
        "fdv_usd": "485804.629010644",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.416",
          "m15": "-9.542",
          "m30": "26.089",
          "h1": "9.795",
          "h6": "177.269",
          "h24": "1557.403"
        },
        "transactions": {
          "m5": {
            "buys": 15,
            "sells": 12,
            "buyers": 11,
            "sellers": 11
          },
          "m15": {
            "buys": 242,
            "sells": 271,
            "buyers": 178,
            "sellers": 191
          },
          "m30": {
            "buys": 513,
            "sells": 596,
            "buyers": 311,
            "sellers": 337
          },
          "h1": {
            "buys": 943,
            "sells": 1018,
            "buyers": 508,
            "sellers": 594
          },
          "h6": {
            "buys": 14893,
            "sells": 13154,
            "buyers": 4642,
            "sellers": 4803
          },
          "h24": {
            "buys": 41397,
            "sells": 37323,
            "buyers": 9569,
            "sellers": 9183
          }
        },
        "volume_usd": {
          "m5": "844.3954255509",
          "m15": "33250.089539357",
          "m30": "84075.8943595215",
          "h1": "141133.496088633",
          "h6": "2201113.90914328",
          "h24": "5168286.41111359"
        },
        "reserve_in_usd": "63226.1508"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Dmkj4dB3Ngva9gWKkDgj8UMF39EC7ArpGf2rxLxDpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_FXc1BVyNDmqwSKbYD8JwMGq5uqsUov4BCjqnATAeyARk",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0341015071691338269947080746674523784795755572634863798304029488",
        "base_token_price_native_currency": "0.000454243158875898",
        "quote_token_price_usd": "75.203318600824824687775333802666672490848152418",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0004542431589",
        "quote_token_price_base_token": "2201.464084731",
        "address": "FXc1BVyNDmqwSKbYD8JwMGq5uqsUov4BCjqnATAeyARk",
        "name": "XST / SOL",
        "pool_created_at": "2026-08-07T14:56:20Z",
        "fdv_usd": "34101471.3374487",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0.488",
          "m15": "-4.329",
          "m30": "-2.399",
          "h1": "-3.136",
          "h6": "-35.537",
          "h24": "-50.284"
        },
        "transactions": {
          "m5": {
            "buys": 30,
            "sells": 4,
            "buyers": 27,
            "sellers": 4
          },
          "m15": {
            "buys": 230,
            "sells": 136,
            "buyers": 177,
            "sellers": 126
          },
          "m30": {
            "buys": 471,
            "sells": 407,
            "buyers": 347,
            "sellers": 343
          },
          "h1": {
            "buys": 1090,
            "sells": 772,
            "buyers": 724,
            "sellers": 585
          },
          "h6": {
            "buys": 12779,
            "sells": 8544,
            "buyers": 6429,
            "sellers": 3101
          },
          "h24": {
            "buys": 32638,
            "sells": 23489,
            "buyers": 14127,
            "sellers": 8909
          }
        },
        "volume_usd": {
          "m5": "1635.4238382724",
          "m15": "34660.1685686025",
          "m30": "94680.8132749319",
          "h1": "180669.349325394",
          "h6": "2626769.74472497",
          "h24": "6521183.9262998"
        },
        "reserve_in_usd": "93187.1249"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_XSTuo1fV7HHMhs4BYiwtrWSLsMCJNrooH2AssWTYZqP",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x813707ded6381854b2d96c3d942960c5d362244a0903ac7d5c4d471e0c6b175f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00126954402713015",
        "base_token_price_native_currency": "0.000000676648266151321",
        "quote_token_price_usd": "1877.58",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000006766482662",
        "quote_token_price_base_token": "1477872.69992999",
        "address": "0x813707ded6381854b2d96c3d942960c5d362244a0903ac7d5c4d471e0c6b175f",
        "name": "$ROBBIE / WETH",
        "pool_created_at": "2026-08-14T03:11:55Z",
        "fdv_usd": "1269544.027",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.099",
          "m15": "-4.686",
          "m30": "-12.929",
          "h1": "-13.946",
          "h6": "-20.862",
          "h24": "3322.877"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 30,
            "sells": 39,
            "buyers": 24,
            "sellers": 31
          },
          "m30": {
            "buys": 152,
            "sells": 154,
            "buyers": 88,
            "sellers": 105
          },
          "h1": {
            "buys": 209,
            "sells": 212,
            "buyers": 104,
            "sellers": 126
          },
          "h6": {
            "buys": 1602,
            "sells": 1615,
            "buyers": 430,
            "sellers": 498
          },
          "h24": {
            "buys": 18646,
            "sells": 17511,
            "buyers": 2733,
            "sellers": 2739
          }
        },
        "volume_usd": {
          "m5": "75.5368926808",
          "m15": "4367.6165612153",
          "m30": "59755.1024762398",
          "h1": "69937.183724123",
          "h6": "490335.758491531",
          "h24": "6265987.60188495"
        },
        "reserve_in_usd": "90711.7103"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe0eba1b76b73be7bfa7716b6ca96f724930e2263",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xff1b8c5ce5c32bd90f6832a800e97129ff901b382b8717c8e73c4d729eac2929",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00355758272461602",
        "base_token_price_native_currency": "0.00000188021079120744",
        "quote_token_price_usd": "1877.58",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001880210791",
        "quote_token_price_base_token": "531855.260418869",
        "address": "0xff1b8c5ce5c32bd90f6832a800e97129ff901b382b8717c8e73c4d729eac2929",
        "name": "PACK / WETH 2.5%",
        "pool_created_at": "2026-08-12T22:17:31Z",
        "fdv_usd": "3557582.725",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "6.409",
          "m15": "7.732",
          "m30": "6.948",
          "h1": "-4.625",
          "h6": "45.166",
          "h24": "86.281"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 8,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "m30": {
            "buys": 74,
            "sells": 18,
            "buyers": 40,
            "sellers": 17
          },
          "h1": {
            "buys": 125,
            "sells": 87,
            "buyers": 64,
            "sellers": 77
          },
          "h6": {
            "buys": 883,
            "sells": 864,
            "buyers": 350,
            "sellers": 410
          },
          "h24": {
            "buys": 2637,
            "sells": 2222,
            "buyers": 1002,
            "sellers": 974
          }
        },
        "volume_usd": {
          "m5": "2884.2285369703",
          "m15": "6210.2213778189",
          "m30": "36600.9436728888",
          "h1": "91150.1303620422",
          "h6": "550272.145481888",
          "h24": "1625003.69087244"
        },
        "reserve_in_usd": "374290.128"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x0145acbccefbed6f303c420beeaaac72e905430b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0142378412617200506588355911640135303292672889609237309505400512",
        "base_token_price_native_currency": "0.000189633317543577",
        "quote_token_price_usd": "75.203525368689954851702713131537300125250493023",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001896333175",
        "quote_token_price_base_token": "5273.334944268",
        "address": "HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
        "name": "CATE / SOL",
        "pool_created_at": "2026-07-26T16:32:43Z",
        "fdv_usd": "13744957.4647168",
        "market_cap_usd": "13747918.1925551",
        "price_change_percentage": {
          "m5": "0.261",
          "m15": "-0.624",
          "m30": "0.216",
          "h1": "1.159",
          "h6": "-4.065",
          "h24": "-19.235"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 52,
            "sells": 36,
            "buyers": 34,
            "sellers": 33
          },
          "m30": {
            "buys": 99,
            "sells": 83,
            "buyers": 67,
            "sellers": 70
          },
          "h1": {
            "buys": 204,
            "sells": 171,
            "buyers": 140,
            "sellers": 151
          },
          "h6": {
            "buys": 1830,
            "sells": 1795,
            "buyers": 837,
            "sellers": 1168
          },
          "h24": {
            "buys": 13776,
            "sells": 10559,
            "buyers": 4941,
            "sellers": 4942
          }
        },
        "volume_usd": {
          "m5": "660.6514349844",
          "m15": "8785.1658091606",
          "m30": "16827.2267033773",
          "h1": "34170.9885631298",
          "h6": "423200.345035406",
          "h24": "2934165.39966412"
        },
        "reserve_in_usd": "774833.9766"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Ai66LHZG9MCzg1WKdawwqduVAXpNDUuV8M3uyq5ppump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0105720259020434",
        "base_token_price_native_currency": "0.00000563147597180464",
        "quote_token_price_usd": "225.334145077659",
        "quote_token_price_native_currency": "0.120013072720022",
        "base_token_price_quote_token": "0.00004692385458",
        "quote_token_price_base_token": "21311.1222210477",
        "address": "0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
        "name": "AI / NVDA",
        "pool_created_at": "2026-07-14T17:48:31Z",
        "fdv_usd": "10572025.9",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.131",
          "m30": "-0.074",
          "h1": "-3.967",
          "h6": "1.998",
          "h24": "17.36"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 5,
            "buyers": 1,
            "sellers": 5
          },
          "m30": {
            "buys": 13,
            "sells": 22,
            "buyers": 13,
            "sellers": 20
          },
          "h1": {
            "buys": 19,
            "sells": 49,
            "buyers": 19,
            "sellers": 38
          },
          "h6": {
            "buys": 201,
            "sells": 344,
            "buyers": 106,
            "sellers": 189
          },
          "h24": {
            "buys": 1904,
            "sells": 3207,
            "buyers": 625,
            "sellers": 975
          }
        },
        "volume_usd": {
          "m5": "249.6929947745",
          "m15": "2483.4406619129",
          "m30": "16684.8377858646",
          "h1": "22182.4208309331",
          "h6": "153234.860532445",
          "h24": "1735561.38644398"
        },
        "reserve_in_usd": "1901548.0597"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x2e8c31162b855a2ffa90f6f8634643ad6f111e18",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xd0601ce157db5bdc3162bbac2a2c8af5320d9eec",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "bankr-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x95672946eb3d79d341106161b1a89408c7d98db57bb011199846cf5aa59701d1",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.380094149787418",
        "base_token_price_native_currency": "0.00564618462684329",
        "quote_token_price_usd": "0.0281097592366292",
        "quote_token_price_native_currency": "0.000016998034921634",
        "base_token_price_quote_token": "332.1669035788",
        "quote_token_price_base_token": "0.003010534732",
        "address": "0x95672946eb3d79d341106161b1a89408c7d98db57bb011199846cf5aa59701d1",
        "name": "SLEUTH / STONKBROKER 1%",
        "pool_created_at": "2026-08-13T23:06:00Z",
        "fdv_usd": "38009414.98",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "0",
          "h6": "0",
          "h24": "234.883"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "h1": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "h6": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "h24": {
            "buys": 2633,
            "sells": 1460,
            "buyers": 675,
            "sellers": 504
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.0",
          "m30": "0.0",
          "h1": "0.0",
          "h6": "0.0",
          "h24": "1892219.32738646"
        },
        "reserve_in_usd": "293172775.219"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x193674b72b6aa1905fc47bdbc19b30a53b666666",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xe934e36a439c94017b64a3fece66af12099abf50",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x2a004148be6efee250420d93a1ac6393e32d2d60",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000279143191441567",
        "base_token_price_native_currency": "0.00000000148720887990726",
        "quote_token_price_usd": "1877.58",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000000148720888",
        "quote_token_price_base_token": "672400503.729078",
        "address": "0x2a004148be6efee250420d93a1ac6393e32d2d60",
        "name": "WOOF / WETH 1%",
        "pool_created_at": "2026-07-27T22:57:08Z",
        "fdv_usd": "2791431.914",
        "market_cap_usd": "2791431.914",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.791",
          "m30": "13.896",
          "h1": "18.803",
          "h6": "-1.769",
          "h24": "6.96"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 12,
            "sells": 20,
            "buyers": 10,
            "sellers": 20
          },
          "m30": {
            "buys": 21,
            "sells": 53,
            "buyers": 19,
            "sellers": 48
          },
          "h1": {
            "buys": 33,
            "sells": 81,
            "buyers": 29,
            "sellers": 75
          },
          "h6": {
            "buys": 191,
            "sells": 307,
            "buyers": 133,
            "sellers": 222
          },
          "h24": {
            "buys": 1222,
            "sells": 1360,
            "buyers": 553,
            "sellers": 616
          }
        },
        "volume_usd": {
          "m5": "1.4325517724",
          "m15": "5190.8278460258",
          "m30": "30927.8106074225",
          "h1": "47133.3191517118",
          "h6": "116997.966888866",
          "h24": "456250.067870928"
        },
        "reserve_in_usd": "225929.7647"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe15db7c8547a0add11eb26a700246cca08aefce5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x237609918f330add285b8bc5f8f2922283d1c4c5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0158289125010562",
        "base_token_price_native_currency": "0.00000842901617564227",
        "quote_token_price_usd": "1877.58",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000008429016176",
        "quote_token_price_base_token": "118637.807682674",
        "address": "0x237609918f330add285b8bc5f8f2922283d1c4c5",
        "name": "TENDIES / WETH 1%",
        "pool_created_at": "2026-06-29T14:05:37Z",
        "fdv_usd": "15180933.1425749",
        "market_cap_usd": "15828912.5",
        "price_change_percentage": {
          "m5": "0",
          "m15": "1.959",
          "m30": "2.591",
          "h1": "-0.519",
          "h6": "-1.079",
          "h24": "-14.875"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 17,
            "sells": 11,
            "buyers": 9,
            "sellers": 11
          },
          "m30": {
            "buys": 33,
            "sells": 16,
            "buyers": 22,
            "sellers": 16
          },
          "h1": {
            "buys": 59,
            "sells": 35,
            "buyers": 38,
            "sellers": 29
          },
          "h6": {
            "buys": 318,
            "sells": 263,
            "buyers": 167,
            "sellers": 176
          },
          "h24": {
            "buys": 1297,
            "sells": 1250,
            "buyers": 482,
            "sellers": 491
          }
        },
        "volume_usd": {
          "m5": "46.7048025",
          "m15": "7750.0763181424",
          "m30": "18103.614260632",
          "h1": "35674.006242072",
          "h6": "221860.366557764",
          "h24": "959556.143237442"
        },
        "reserve_in_usd": "622000.1962"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x45242320dbb855eea8fd36804c6487e10e97fcf9",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Rețele acceptate

Acoperire extinsă pe mai multe lanțuri

Obține prețuri pentru criptomonede și date de piață de la peste 250+ de rețele, de la blockchain-uri consacrate până la noi lansări.

De ce proiectele Web3 folosesc CoinGecko

"API-ul DEX al CoinGecko ne oferă o sursă rapidă, foarte precisă și de încredere de date privind prețurile DEX. Au o acoperire largă de date, este ușor de utilizat și foarte fiabil. API-ul DEX al CoinGecko a devenit una dintre multele noastre surse cheie de prețuri DEX pe care Supra le utilizează pentru a agrega date de la schimburile descentralizate."
"API-ul DEX al CoinGecko a devenit parte integrantă a procesului nostru de dezvoltare, gestionând cu pricepere numeroase sarcini minore pe care noi pur și simplu nu avem capacitatea de a le gestiona. Acest lucru a eficientizat semnificativ fluxul nostru de lucru, permițându-ne să ne concentrăm pe lucrurile fundamentale în dezvoltarea noastră."
"API-ul DEX al CoinGecko are o acoperire largă, suportă cel mai mare număr de lanțuri și are o disponibilitate ridicată."

Întrebări frecvente

Îmbunătățește-ți proiectul cu API-ul CoinGecko

Deblocați mai multe posibilități cu date fiabile, exacte și complete privind prețurile cripto.
Nu ratați niciodată o actualizare!
Abonați-vă la newsletter-ul nostru API pentru cele mai recente noutăți despre produse, actualizări ale punctelor finale și conținut inspirațional pentru comunitate.
Selectați moneda
Monede sugerate
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
Monede Fiat
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
VND
Vietnamese đồng
ZAR
South African Rand
XDR
IMF Special Drawing Rights
Criptomonede
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
Unități Bitcoin
BITS
Bits
SATS
Satoshi
Mărfuri
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Selectați limba
Limbi populare
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
Toate limbile
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
繁體中文
Bine aţi venit la CoinGecko
Bine ai revenit!
Autentifică-te sau înregistrează-te în câteva secunde
sau
Autentifică-te cu . Nu ești tu?
Ați uitat parola?
Nu ați primit instrucțiuni de confirmare?
Retrimite instrucțiunile de confirmare
Parola trebuie să conțină cel puțin 8 caractere, inclusiv 1 literă mare, 1 literă mică, 1 cifră și 1 caracter special
Continuând, confirmi că ai citit și ești pe deplin de acord cu Condițiile de utilizare și Politica de confidențialitate noastre.
Primiți alerte de preț cu ajutorul aplicației CoinGecko
Ați uitat parola?
Veţi primi un e-mail cu instrucţiuni pentru resetarea parolei dvs. în câteva minute.
Retrimite instrucțiunile de confirmare
Veţi primi un e-mail cu instrucţiuni despre cum să confirmați contul dvs. în câteva minute.
Descărcați aplicația CoinGecko.
Scanați acest cod QR pentru a descărca aplicația acum App QR Code Sau găsiți aplicația în magazinele de aplicații
Adaugă NFT
CoinGecko
Funcționează mai bine în aplicație
Alerte de preț în timp real și o experiență mai rapidă și mai fluidă.