Kovanci: 17.348
Borze: 1.484
Tržna kapitalizacija: $2,195T 2.2%
Obseg v 24 h: $89,443B
Gorivo: 0.116 GWEI
Nadgradnja v paket Premium

API za podatke o decentraliziranih borzah v verigi za projekte in razvijalce DeFi

Zagotovite si popolno pokritost trga kriptovalut, ki jo zagotavlja CoinGecko API, ki je največja neodvisna svetovna avtoriteta na področju podatkov o kriptovalutah že od leta 2014.
Uporablja tehnologijo
Zaupajo nam vodilni projekti Web3

Obsežen in zanesljiv podatkovni vmesnik API za podatke decentraliziranih borz v verigi

Z našim zanesljivim in obsežnim API-jem za podatke decentraliziranih borz (DEX) lahko dostopate do tržnih podatkov borz, kot so Uniswap, PancakeSwap, Orca, Curve in druge v vseh glavnih omrežjih.
25M+
Kovanci in žetoni
200+
Omrežja
1,500+
Decentralizirane borze

Učinkovito izbirajte velikost svojih projektov DeFi

Enoten API za podatke o kriptovalutah, NFT-jih in decentraliziranih borzah

Poenostavite postopek integracije z enim enotnim API-jem za podatke o kriptovalutah, ki zagotavlja popolno pokritost
Kategorija končnih točk Opis
/onchain/simple/*/token_price/* Najpreprostejši način za pridobivanje najnovejših cen žetonov v USD v omrežju z naslovi žetonov
/onchain/networks Pridobite celoten seznam podprtih omrežij
/onchain/network/*dexes Pridobite celoten seznam podprtih decentraliziranih borz v omrežju
/onchains/network/*/pools/* Pridobite podatke o likvidnostnih skladih, na primer, najbolj priljubljenih skladih, in novih skladih, ter tržne podatke, kot so: cena, rezerve, tržna vrednost, transakcije in obseg trgovanja. Na voljo je tudi končna točka za iskanje skladov v omrežju.
/onchains/network/*/tokens/* Pridobite podatke, povezane s žetoni, kot so najboljši skladi, cene, vrednost na vsa izdana sredstva, rezerve, obseg trgovanja, tržna kapitalizacija, ocena GeckoTerminal, ID v API-ju CoinGecko. Na voljo so tudi metapodatki, vključno s sliko, spletno stranjo, opisom in povezavami do družbenih omrežij.
/onchains/network/*/ohlcvs/* Pridobite pretekle podatke iz grafikona OHLCV za likvidnostni sklad
/onchains/network/*/trades Pridobite najnovejših 300 poslov likvidnostega sklada
// Pridobite cene in tržne podatke likvidnostnega sklada
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.00158810542327",
      "base_token_price_native_currency": "0.000616454079881146",
      "quote_token_price_usd": "1627.18039967083",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0006164540799",
      "quote_token_price_base_token": "1622.180844667",
      "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": "4204432611.14041",
      "market_cap_usd": "4210770760.70625",
      "price_change_percentage": {
        "m5": "-0.152",
        "m15": "0.019",
        "m30": "-0.159",
        "h1": "-0.061",
        "h6": "0.195",
        "h24": "0.285"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 4,
          "buyers": 1,
          "sellers": 4
        },
        "m15": {
          "buys": 8,
          "sells": 17,
          "buyers": 3,
          "sellers": 14
        },
        "m30": {
          "buys": 21,
          "sells": 30,
          "buyers": 7,
          "sellers": 17
        },
        "h1": {
          "buys": 36,
          "sells": 43,
          "buyers": 11,
          "sellers": 21
        },
        "h6": {
          "buys": 173,
          "sells": 178,
          "buyers": 63,
          "sellers": 67
        },
        "h24": {
          "buys": 627,
          "sells": 829,
          "buyers": 271,
          "sellers": 259
        }
      },
      "volume_usd": {
        "m5": "911.6648612592",
        "m15": "3085.8589258588",
        "m30": "7573.1070344189",
        "h1": "12182.5984469425",
        "h6": "95091.7939179946",
        "h24": "367163.383826899"
      },
      "reserve_in_usd": "1199494.0933",
      "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"
        }
      }
    }
  }
}
// Spoznajte trenutno najbolj priljubljene sklade
{
  "data": [
    {
      "id": "eth_0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00157926088631683",
        "base_token_price_native_currency": "0.0000009691113726295",
        "quote_token_price_usd": "1627.05112163176",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000009691113726",
        "quote_token_price_base_token": "1031873.14507175",
        "address": "0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
        "name": "SPCX / WETH",
        "pool_created_at": "2026-05-25T00:54:11Z",
        "fdv_usd": "1603858.55",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.264",
          "m15": "6.252",
          "m30": "6.967",
          "h1": "16.971",
          "h6": "-49.374",
          "h24": "-65.944"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 15,
            "sells": 4,
            "buyers": 13,
            "sellers": 3
          },
          "m30": {
            "buys": 39,
            "sells": 17,
            "buyers": 35,
            "sellers": 16
          },
          "h1": {
            "buys": 93,
            "sells": 54,
            "buyers": 78,
            "sellers": 53
          },
          "h6": {
            "buys": 558,
            "sells": 416,
            "buyers": 380,
            "sellers": 159
          },
          "h24": {
            "buys": 2000,
            "sells": 1057,
            "buyers": 1076,
            "sellers": 470
          }
        },
        "volume_usd": {
          "m5": "1440.451956274",
          "m15": "6903.0026525135",
          "m30": "22160.0418265898",
          "h1": "52023.4580566791",
          "h6": "352294.322418572",
          "h24": "1256368.83105451"
        },
        "reserve_in_usd": "115270.3892"
      },
      "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_AKQyQgEifBBhQmANuKzrRuRGoKSkKBv8NVdccc87FrR8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00549776230275863169489945505276770533373699566921295772247307012",
        "base_token_price_native_currency": "0.0000862065489056234",
        "quote_token_price_usd": "1.0011492481120786639727219448387492922215769383314466037094472",
        "quote_token_price_native_currency": "0.0155220774836668",
        "base_token_price_quote_token": "0.005553802253",
        "quote_token_price_base_token": "180.0568249248",
        "address": "AKQyQgEifBBhQmANuKzrRuRGoKSkKBv8NVdccc87FrR8",
        "name": "Jotchua / USDC",
        "pool_created_at": "2026-06-07T05:15:25Z",
        "fdv_usd": "5552450.3519807",
        "market_cap_usd": "5552450.41076774",
        "price_change_percentage": {
          "m5": "-1.888",
          "m15": "1.003",
          "m30": "5.901",
          "h1": "-2.221",
          "h6": "50.069",
          "h24": "39.131"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 13,
            "buyers": 5,
            "sellers": 13
          },
          "m15": {
            "buys": 48,
            "sells": 75,
            "buyers": 29,
            "sellers": 51
          },
          "m30": {
            "buys": 120,
            "sells": 128,
            "buyers": 74,
            "sellers": 81
          },
          "h1": {
            "buys": 383,
            "sells": 260,
            "buyers": 191,
            "sellers": 168
          },
          "h6": {
            "buys": 6526,
            "sells": 5858,
            "buyers": 2489,
            "sellers": 2241
          },
          "h24": {
            "buys": 23623,
            "sells": 18816,
            "buyers": 6504,
            "sellers": 5922
          }
        },
        "volume_usd": {
          "m5": "4442.9159289529",
          "m15": "16599.9622360931",
          "m30": "30036.2188735562",
          "h1": "83934.0535289869",
          "h6": "2126647.61215034",
          "h24": "6253898.49685819"
        },
        "reserve_in_usd": "282930.9273"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BcHEaaTCvycPwwsJ9yQTXdHP9X2gCLkznDbZ8VySpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xd9edc75a3a797ec92ca370f19051babebfb2edee",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.184725766763014",
        "base_token_price_native_currency": "0.000113657388225049",
        "quote_token_price_usd": "1624.99",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001136573882",
        "quote_token_price_base_token": "8798.37215703",
        "address": "0xd9edc75a3a797ec92ca370f19051babebfb2edee",
        "name": "KTA / WETH",
        "pool_created_at": "2025-03-05T18:32:49Z",
        "fdv_usd": "184725753.277695",
        "market_cap_usd": "101695901.647063",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.166",
          "m30": "1.289",
          "h1": "1.425",
          "h6": "-5.47",
          "h24": "17.537"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 7,
            "sells": 2,
            "buyers": 3,
            "sellers": 1
          },
          "m30": {
            "buys": 34,
            "sells": 2,
            "buyers": 10,
            "sellers": 1
          },
          "h1": {
            "buys": 41,
            "sells": 26,
            "buyers": 16,
            "sellers": 11
          },
          "h6": {
            "buys": 224,
            "sells": 213,
            "buyers": 68,
            "sellers": 70
          },
          "h24": {
            "buys": 2699,
            "sells": 2440,
            "buyers": 654,
            "sellers": 583
          }
        },
        "volume_usd": {
          "m5": "325.2097123863",
          "m15": "5044.1935839225",
          "m30": "27818.5796304032",
          "h1": "47604.4341213297",
          "h6": "273337.305732274",
          "h24": "4503714.57353011"
        },
        "reserve_in_usd": "5344219.7418"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xc0634090f2fe6c6d75e61be2b949464abb498973",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.007997706663740559561534722987915938229281702734930800620992615",
        "base_token_price_native_currency": "0.000124965245097197",
        "quote_token_price_usd": "64.459815901318732435424544427330557456097205539",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001249652451",
        "quote_token_price_base_token": "8002.224932398",
        "address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
        "name": "WORLDCUP / SOL",
        "pool_created_at": "2026-05-11T20:38:31Z",
        "fdv_usd": "8075142.652",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.1",
          "m15": "-0.291",
          "m30": "-1.686",
          "h1": "0.281",
          "h6": "-7.964",
          "h24": "-22.894"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 43,
            "sells": 17,
            "buyers": 34,
            "sellers": 17
          },
          "m30": {
            "buys": 69,
            "sells": 44,
            "buyers": 49,
            "sellers": 41
          },
          "h1": {
            "buys": 137,
            "sells": 123,
            "buyers": 93,
            "sellers": 95
          },
          "h6": {
            "buys": 1199,
            "sells": 1022,
            "buyers": 698,
            "sellers": 669
          },
          "h24": {
            "buys": 9264,
            "sells": 7090,
            "buyers": 3690,
            "sellers": 3476
          }
        },
        "volume_usd": {
          "m5": "721.3300581397",
          "m15": "3308.8553022282",
          "m30": "8456.9133278814",
          "h1": "22803.9455805077",
          "h6": "218950.755114111",
          "h24": "1600970.16408459"
        },
        "reserve_in_usd": "302320.4109"
      },
      "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": "solana_5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00303039639437266173998253196000110336099577817888659117626161853",
        "base_token_price_native_currency": "0.0000475423160769301",
        "quote_token_price_usd": "64.437918357876909865026773139440532028710347127",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00004754231608",
        "quote_token_price_base_token": "21033.8932243406",
        "address": "5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
        "name": "three / SOL",
        "pool_created_at": "2026-04-29T07:09:01Z",
        "fdv_usd": "3030176.20094028",
        "market_cap_usd": "3030176.26103766",
        "price_change_percentage": {
          "m5": "1.304",
          "m15": "0.395",
          "m30": "-0.839",
          "h1": "-4.186",
          "h6": "-5.854",
          "h24": "-20.257"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 7,
            "buyers": 3,
            "sellers": 7
          },
          "m15": {
            "buys": 54,
            "sells": 14,
            "buyers": 36,
            "sellers": 13
          },
          "m30": {
            "buys": 98,
            "sells": 29,
            "buyers": 70,
            "sellers": 27
          },
          "h1": {
            "buys": 125,
            "sells": 66,
            "buyers": 81,
            "sellers": 60
          },
          "h6": {
            "buys": 4925,
            "sells": 1956,
            "buyers": 2061,
            "sellers": 1372
          },
          "h24": {
            "buys": 38771,
            "sells": 17229,
            "buyers": 3658,
            "sellers": 3720
          }
        },
        "volume_usd": {
          "m5": "1441.8798674986",
          "m15": "5561.9626200717",
          "m30": "10999.8063613047",
          "h1": "17023.1343556011",
          "h6": "109637.573805079",
          "h24": "1178861.85739399"
        },
        "reserve_in_usd": "214612.3696"
      },
      "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": "solana_3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "64.260407980107663980636573424",
        "base_token_price_native_currency": "1.0",
        "quote_token_price_usd": "0.99699362794695618838793995944946418226285936",
        "quote_token_price_native_currency": "0.0155212787115835",
        "base_token_price_quote_token": "64.427681416",
        "quote_token_price_base_token": "0.01552127871",
        "address": "3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv",
        "name": "SOL / USDC",
        "pool_created_at": "2024-08-07T13:36:00Z",
        "fdv_usd": "1439512114.41232",
        "market_cap_usd": "1439512114.41232",
        "price_change_percentage": {
          "m5": "-0.082",
          "m15": "-0.553",
          "m30": "-1.117",
          "h1": "-1.086",
          "h6": "-1.986",
          "h24": "-2.295"
        },
        "transactions": {
          "m5": {
            "buys": 63,
            "sells": 44,
            "buyers": 40,
            "sellers": 31
          },
          "m15": {
            "buys": 289,
            "sells": 322,
            "buyers": 153,
            "sellers": 141
          },
          "m30": {
            "buys": 695,
            "sells": 736,
            "buyers": 275,
            "sellers": 271
          },
          "h1": {
            "buys": 1440,
            "sells": 1461,
            "buyers": 428,
            "sellers": 447
          },
          "h6": {
            "buys": 6824,
            "sells": 7431,
            "buyers": 1036,
            "sellers": 1131
          },
          "h24": {
            "buys": 25623,
            "sells": 28335,
            "buyers": 2523,
            "sellers": 2631
          }
        },
        "volume_usd": {
          "m5": "26240.7146473736",
          "m15": "176370.760237629",
          "m30": "437895.037918003",
          "h1": "830654.261556205",
          "h6": "3930517.25055577",
          "h24": "19005345.7306842"
        },
        "reserve_in_usd": "4590386.6374"
      },
      "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_0x81944a45b9ad5001c4eb721bf09b33dc381eb73dc3f5750cb98fe584b5e60e72",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000406300352203308",
        "base_token_price_native_currency": "0.00000000711972082998779",
        "quote_token_price_usd": "1.00008122035268",
        "quote_token_price_native_currency": "0.00170110770599198",
        "base_token_price_quote_token": "0.000004185343941",
        "quote_token_price_base_token": "238928.989859691",
        "address": "0x81944a45b9ad5001c4eb721bf09b33dc381eb73dc3f5750cb98fe584b5e60e72",
        "name": "H / USDT 4%",
        "pool_created_at": "2026-06-09T01:13:51Z",
        "fdv_usd": "538920.077637749",
        "market_cap_usd": "7414.98142765",
        "price_change_percentage": {
          "m5": "0.635",
          "m15": "5.608",
          "m30": "-15.047",
          "h1": "-16.334",
          "h6": "6.181",
          "h24": "-99.855"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 34,
            "sells": 4,
            "buyers": 33,
            "sellers": 4
          },
          "m30": {
            "buys": 160,
            "sells": 40,
            "buyers": 116,
            "sellers": 32
          },
          "h1": {
            "buys": 263,
            "sells": 72,
            "buyers": 188,
            "sellers": 57
          },
          "h6": {
            "buys": 1203,
            "sells": 512,
            "buyers": 755,
            "sellers": 348
          },
          "h24": {
            "buys": 15213,
            "sells": 7863,
            "buyers": 5197,
            "sellers": 2243
          }
        },
        "volume_usd": {
          "m5": "150.3260596759",
          "m15": "1120.4751851608",
          "m30": "10451.9509262267",
          "h1": "18854.0223196848",
          "h6": "136095.713891291",
          "h24": "1992663.34124823"
        },
        "reserve_in_usd": "80861.0544"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x44f161ae29361e332dea039dfa2f404e0bc5b5cc",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_EeLWcKb5EQc58TDJ7LyiqACsJQfY8DA5ysuBfR59e3y6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000188345356581622465932894509314331507879464742152840760242281992",
        "base_token_price_native_currency": "0.00000287114160752888",
        "quote_token_price_usd": "64.502608287818578830918909434679748235889797509",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002871141608",
        "quote_token_price_base_token": "348293.514112205",
        "address": "EeLWcKb5EQc58TDJ7LyiqACsJQfY8DA5ysuBfR59e3y6",
        "name": "CGO / SOL",
        "pool_created_at": "2026-06-09T03:01:36Z",
        "fdv_usd": "187556.7219",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "8.673",
          "m15": "15.306",
          "m30": "26.706",
          "h1": "20.968",
          "h6": "72.703",
          "h24": "581.714"
        },
        "transactions": {
          "m5": {
            "buys": 24,
            "sells": 13,
            "buyers": 19,
            "sellers": 13
          },
          "m15": {
            "buys": 114,
            "sells": 72,
            "buyers": 78,
            "sellers": 55
          },
          "m30": {
            "buys": 304,
            "sells": 195,
            "buyers": 157,
            "sellers": 117
          },
          "h1": {
            "buys": 531,
            "sells": 307,
            "buyers": 225,
            "sellers": 173
          },
          "h6": {
            "buys": 1974,
            "sells": 1454,
            "buyers": 653,
            "sellers": 619
          },
          "h24": {
            "buys": 21762,
            "sells": 17408,
            "buyers": 5191,
            "sellers": 5109
          }
        },
        "volume_usd": {
          "m5": "2043.8987751489",
          "m15": "9237.1804061995",
          "m30": "32003.1031522447",
          "h1": "45553.0567753817",
          "h6": "155225.619411938",
          "h24": "2326198.11255541"
        },
        "reserve_in_usd": "33411.5421"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_AdPAbURo4XpJabaxsv6qPD1267yAH92mNGDTncgUpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000896465882558097",
        "base_token_price_native_currency": "0.000000055135895309017",
        "quote_token_price_usd": "1626.84",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000005513589531",
        "quote_token_price_base_token": "18137004.8385967",
        "address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
        "name": "GITLAWB / WETH",
        "pool_created_at": "2026-03-11T02:00:07Z",
        "fdv_usd": "8953799.04360948",
        "market_cap_usd": "8964658.826",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.121",
          "m30": "-2.462",
          "h1": "-2.462",
          "h6": "-5.22",
          "h24": "0.333"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m30": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "h1": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "h6": {
            "buys": 24,
            "sells": 13,
            "buyers": 24,
            "sellers": 11
          },
          "h24": {
            "buys": 174,
            "sells": 101,
            "buyers": 130,
            "sellers": 87
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "216.3569724441",
          "m30": "1245.6592809982",
          "h1": "1245.6592809982",
          "h6": "8918.458424455",
          "h24": "138664.212179852"
        },
        "reserve_in_usd": "2718240.8511"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x5f980dcfc4c0fa3911554cf5ab288ed0eb13dba3",
            "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": "solana_8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0230969476925858963041580223282543464761864992",
        "base_token_price_native_currency": "0.000358645894568135",
        "quote_token_price_usd": "64.260407980107663980636573424",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003586458946",
        "quote_token_price_base_token": "2788.265570987",
        "address": "8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
        "name": "pippin / SOL",
        "pool_created_at": "2024-11-09T20:27:41Z",
        "fdv_usd": "23095449.0666685",
        "market_cap_usd": "23095449.0666685",
        "price_change_percentage": {
          "m5": "1.212",
          "m15": "-0.824",
          "m30": "-0.607",
          "h1": "-1.31",
          "h6": "0.794",
          "h24": "8.868"
        },
        "transactions": {
          "m5": {
            "buys": 39,
            "sells": 1,
            "buyers": 10,
            "sellers": 1
          },
          "m15": {
            "buys": 74,
            "sells": 84,
            "buyers": 16,
            "sellers": 18
          },
          "m30": {
            "buys": 142,
            "sells": 135,
            "buyers": 24,
            "sellers": 25
          },
          "h1": {
            "buys": 286,
            "sells": 286,
            "buyers": 33,
            "sellers": 45
          },
          "h6": {
            "buys": 1751,
            "sells": 1605,
            "buyers": 122,
            "sellers": 140
          },
          "h24": {
            "buys": 11034,
            "sells": 10200,
            "buyers": 710,
            "sellers": 518
          }
        },
        "volume_usd": {
          "m5": "10394.4589850339",
          "m15": "41140.8924020507",
          "m30": "65216.0268890912",
          "h1": "133957.737994802",
          "h6": "781786.474462019",
          "h24": "5228967.11115516"
        },
        "reserve_in_usd": "3370416.4879"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xfc25fdd217e288d03a877f0b7d49e0bbe52b2288c88de929125062569fc7eb2a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000216148434882353",
        "base_token_price_native_currency": "0.0000000133921824588738",
        "quote_token_price_usd": "1623.9",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001339218246",
        "quote_token_price_base_token": "74670428.294336",
        "address": "0xfc25fdd217e288d03a877f0b7d49e0bbe52b2288c88de929125062569fc7eb2a",
        "name": "Surplus / WETH",
        "pool_created_at": "2026-05-16T15:20:31Z",
        "fdv_usd": "2161484.34899939",
        "market_cap_usd": "2161484.349",
        "price_change_percentage": {
          "m5": "-0.581",
          "m15": "-2.249",
          "m30": "0.62",
          "h1": "-3.388",
          "h6": "-19.384",
          "h24": "-12.545"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 5,
            "sells": 4,
            "buyers": 4,
            "sellers": 4
          },
          "m30": {
            "buys": 11,
            "sells": 7,
            "buyers": 9,
            "sellers": 6
          },
          "h1": {
            "buys": 15,
            "sells": 12,
            "buyers": 11,
            "sellers": 8
          },
          "h6": {
            "buys": 236,
            "sells": 92,
            "buyers": 139,
            "sellers": 58
          },
          "h24": {
            "buys": 598,
            "sells": 450,
            "buyers": 285,
            "sellers": 267
          }
        },
        "volume_usd": {
          "m5": "1308.1444512381",
          "m15": "3691.7355562637",
          "m30": "6043.557172235",
          "h1": "7995.5719999038",
          "h6": "162387.795443062",
          "h24": "562412.09430991"
        },
        "reserve_in_usd": "811875.6254"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xc52aedec3374422d7510e294cfaa90799595cba3",
            "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": "solana_9GQQWEY1iAhCaTLKApgSZZUoSF5ev6FKFi39B4yfDStL",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000211417895876773049137670678179806825886214211201809794558075648",
        "base_token_price_native_currency": "0.00000332565511623265",
        "quote_token_price_usd": "64.498761000051700677021845408443300689391372384",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003325655116",
        "quote_token_price_base_token": "300692.634999631",
        "address": "9GQQWEY1iAhCaTLKApgSZZUoSF5ev6FKFi39B4yfDStL",
        "name": "GO / SOL",
        "pool_created_at": "2026-06-08T04:01:07Z",
        "fdv_usd": "214186.377220222",
        "market_cap_usd": "214186.377220234",
        "price_change_percentage": {
          "m5": "0.038",
          "m15": "10.73",
          "m30": "1.701",
          "h1": "26.015",
          "h6": "-8.192",
          "h24": "-34.042"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 16,
            "sells": 31,
            "buyers": 14,
            "sellers": 25
          },
          "m30": {
            "buys": 27,
            "sells": 45,
            "buyers": 25,
            "sellers": 36
          },
          "h1": {
            "buys": 73,
            "sells": 133,
            "buyers": 52,
            "sellers": 102
          },
          "h6": {
            "buys": 983,
            "sells": 997,
            "buyers": 406,
            "sellers": 593
          },
          "h24": {
            "buys": 7692,
            "sells": 7587,
            "buyers": 2527,
            "sellers": 3044
          }
        },
        "volume_usd": {
          "m5": "32.976164968",
          "m15": "1658.1880238005",
          "m30": "2851.7921261878",
          "h1": "10516.8845823457",
          "h6": "98305.5413935495",
          "h24": "904982.709841255"
        },
        "reserve_in_usd": "36699.9778"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CujZ5W6GWYb5XYe3hsTJ6kjiaw5MdZjbKQEuGA6jpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.071475292619900485756097528665394743906910860605827132256233795",
        "base_token_price_native_currency": "0.00110327417855854",
        "quote_token_price_usd": "64.459724866275991258590373645988115318775785973",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.001103274179",
        "quote_token_price_base_token": "906.393006774",
        "address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
        "name": "TROLL / SOL",
        "pool_created_at": "2025-04-20T18:30:26Z",
        "fdv_usd": "71343825.2394617",
        "market_cap_usd": "71343825.2394617",
        "price_change_percentage": {
          "m5": "0.018",
          "m15": "0.297",
          "m30": "-0.732",
          "h1": "1.159",
          "h6": "-1.561",
          "h24": "-3.807"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 31,
            "sells": 2,
            "buyers": 10,
            "sellers": 2
          },
          "m30": {
            "buys": 57,
            "sells": 11,
            "buyers": 27,
            "sellers": 10
          },
          "h1": {
            "buys": 69,
            "sells": 31,
            "buyers": 34,
            "sellers": 25
          },
          "h6": {
            "buys": 565,
            "sells": 262,
            "buyers": 181,
            "sellers": 160
          },
          "h24": {
            "buys": 2763,
            "sells": 1950,
            "buyers": 604,
            "sellers": 598
          }
        },
        "volume_usd": {
          "m5": "262.845459751",
          "m15": "1720.6843899052",
          "m30": "21839.5062234714",
          "h1": "42702.6712432529",
          "h6": "290337.227734266",
          "h24": "1473111.13641667"
        },
        "reserve_in_usd": "2864363.5384"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5UUH9RTDiSpq6HKS6bp4NdU9PNJpXRXuiw6ShBTBhgH2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Chop45gMLf9BtY5UwVWHXRtykvFaY4SWfU3qLmyGT79o",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00114913375011543519872432225022938136264625011025411277580856644",
        "base_token_price_native_currency": "0.0000178373313216402",
        "quote_token_price_usd": "64.446508523501593156131939851495695840616186546",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001783733132",
        "quote_token_price_base_token": "56062.1979806364",
        "address": "Chop45gMLf9BtY5UwVWHXRtykvFaY4SWfU3qLmyGT79o",
        "name": "Bountywork / SOL",
        "pool_created_at": "2026-06-04T14:49:54Z",
        "fdv_usd": "1149036.62915074",
        "market_cap_usd": "1149036.64703504",
        "price_change_percentage": {
          "m5": "-0.338",
          "m15": "-0.42",
          "m30": "-4.713",
          "h1": "-11.044",
          "h6": "11.169",
          "h24": "159.081"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 11,
            "buyers": 4,
            "sellers": 11
          },
          "m15": {
            "buys": 22,
            "sells": 37,
            "buyers": 19,
            "sellers": 34
          },
          "m30": {
            "buys": 67,
            "sells": 81,
            "buyers": 47,
            "sellers": 68
          },
          "h1": {
            "buys": 203,
            "sells": 166,
            "buyers": 132,
            "sellers": 138
          },
          "h6": {
            "buys": 1702,
            "sells": 1525,
            "buyers": 736,
            "sellers": 901
          },
          "h24": {
            "buys": 14564,
            "sells": 13657,
            "buyers": 3606,
            "sellers": 4128
          }
        },
        "volume_usd": {
          "m5": "1201.7859014071",
          "m15": "3589.1167190086",
          "m30": "7773.5634417199",
          "h1": "24539.7809860453",
          "h6": "290085.080010325",
          "h24": "2867257.9961577"
        },
        "reserve_in_usd": "119386.9163"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_J4x1EMmQjF6WEzXq2tUtzY89x5aMhYz5CzfevcJEpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x85f1aa3a70fedd1c52705c15baed143e675cd626",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0360939862884908",
        "base_token_price_native_currency": "0.000022278516441803937500170026659192139544582",
        "quote_token_price_usd": "1.00111899134864",
        "quote_token_price_native_currency": "0.000616077016688498",
        "base_token_price_quote_token": "0.03616190158",
        "quote_token_price_base_token": "27.6534130223",
        "address": "0x85f1aa3a70fedd1c52705c15baed143e675cd626",
        "name": "NOCK / USDC",
        "pool_created_at": "2025-12-22T21:52:45Z",
        "fdv_usd": "41759361.906411",
        "market_cap_usd": "79012866.0593011",
        "price_change_percentage": {
          "m5": "-0.001",
          "m15": "0.231",
          "m30": "-1.113",
          "h1": "-1.552",
          "h6": "1.812",
          "h24": "-11.382"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m30": {
            "buys": 1,
            "sells": 8,
            "buyers": 1,
            "sellers": 7
          },
          "h1": {
            "buys": 1,
            "sells": 12,
            "buyers": 1,
            "sellers": 10
          },
          "h6": {
            "buys": 115,
            "sells": 109,
            "buyers": 82,
            "sellers": 70
          },
          "h24": {
            "buys": 1591,
            "sells": 652,
            "buyers": 445,
            "sellers": 300
          }
        },
        "volume_usd": {
          "m5": "5.8014915627",
          "m15": "997.4625817345",
          "m30": "4805.1006499048",
          "h1": "4844.9980550807",
          "h6": "156430.161884572",
          "h24": "1163327.32651017"
        },
        "reserve_in_usd": "1220639.1865"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x9b5e262cf9bb04869ab40b19af91d2dc85761722",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x6c561b446416e1a00e8e93e221854d6ea4171372",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1623.64",
        "base_token_price_native_currency": "1.0",
        "quote_token_price_usd": "1.00112902362392",
        "quote_token_price_native_currency": "0.000616570484591481",
        "base_token_price_quote_token": "1621.874586914",
        "quote_token_price_base_token": "0.0006165704846",
        "address": "0x6c561b446416e1a00e8e93e221854d6ea4171372",
        "name": "WETH / USDC 0.3%",
        "pool_created_at": "2023-11-18T05:59:09Z",
        "fdv_usd": "470159100.3784",
        "market_cap_usd": "470160047.177939",
        "price_change_percentage": {
          "m5": "-0.071",
          "m15": "-0.404",
          "m30": "-0.63",
          "h1": "-0.645",
          "h6": "-2.144",
          "h24": "-2.208"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 8,
            "buyers": 0,
            "sellers": 8
          },
          "m15": {
            "buys": 7,
            "sells": 108,
            "buyers": 7,
            "sellers": 47
          },
          "m30": {
            "buys": 18,
            "sells": 261,
            "buyers": 13,
            "sellers": 69
          },
          "h1": {
            "buys": 34,
            "sells": 276,
            "buyers": 24,
            "sellers": 82
          },
          "h6": {
            "buys": 547,
            "sells": 1107,
            "buyers": 195,
            "sellers": 261
          },
          "h24": {
            "buys": 3846,
            "sells": 3874,
            "buyers": 873,
            "sellers": 942
          }
        },
        "volume_usd": {
          "m5": "164237.557125721",
          "m15": "1096199.97290821",
          "m30": "3719568.61941547",
          "h1": "3723756.72515563",
          "h6": "18376356.960353",
          "h24": "85687763.0863087"
        },
        "reserve_in_usd": "95808831.9255"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xf6ca0d69c0a93d4dea32af5f1f2115bd5fe4f14cdba6ec35ca45bd8d29d947d1",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000042291608426686",
        "base_token_price_native_currency": "0.00000000260846609801306",
        "quote_token_price_usd": "1624.5",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000002608466098",
        "quote_token_price_base_token": "383367068.010478",
        "address": "0xf6ca0d69c0a93d4dea32af5f1f2115bd5fe4f14cdba6ec35ca45bd8d29d947d1",
        "name": "MYTHOS / WETH",
        "pool_created_at": "2026-04-16T18:04:35Z",
        "fdv_usd": "426354.3689",
        "market_cap_usd": "426354.3689",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.443",
          "m30": "-5.424",
          "h1": "-6.924",
          "h6": "-24.67",
          "h24": "-17.357"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m30": {
            "buys": 9,
            "sells": 4,
            "buyers": 9,
            "sellers": 4
          },
          "h1": {
            "buys": 14,
            "sells": 9,
            "buyers": 14,
            "sellers": 9
          },
          "h6": {
            "buys": 113,
            "sells": 116,
            "buyers": 79,
            "sellers": 91
          },
          "h24": {
            "buys": 396,
            "sells": 578,
            "buyers": 247,
            "sellers": 312
          }
        },
        "volume_usd": {
          "m5": "467.8505272755",
          "m15": "566.0089712058",
          "m30": "3758.9858229969",
          "h1": "3900.7937258974",
          "h6": "35369.3755199033",
          "h24": "151468.045710889"
        },
        "reserve_in_usd": "184734.1872"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xb942b75a602fa318ac091370d93d9143ba345ba3",
            "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": "solana_DkG6tErnFkmEeLmxcvXwobZzZQi7vtPkCo6GQvUkf33c",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0006605048204329867203078590980331212542787854815772926588362704",
        "base_token_price_native_currency": "0.0000099014060270322",
        "quote_token_price_usd": "64.488008989830765142574806060243543549075278108",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000009901406027",
        "quote_token_price_base_token": "100995.757296475",
        "address": "DkG6tErnFkmEeLmxcvXwobZzZQi7vtPkCo6GQvUkf33c",
        "name": "清正 / SOL",
        "pool_created_at": "2026-03-22T01:59:01Z",
        "fdv_usd": "637581.0006",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "34.119",
          "m15": "15.286",
          "m30": "5.225",
          "h1": "32.555",
          "h6": "-28.397",
          "h24": "10756.446"
        },
        "transactions": {
          "m5": {
            "buys": 50,
            "sells": 84,
            "buyers": 45,
            "sellers": 76
          },
          "m15": {
            "buys": 156,
            "sells": 156,
            "buyers": 137,
            "sellers": 132
          },
          "m30": {
            "buys": 340,
            "sells": 226,
            "buyers": 239,
            "sellers": 176
          },
          "h1": {
            "buys": 623,
            "sells": 571,
            "buyers": 411,
            "sellers": 381
          },
          "h6": {
            "buys": 4445,
            "sells": 3677,
            "buyers": 1477,
            "sellers": 1450
          },
          "h24": {
            "buys": 11170,
            "sells": 9333,
            "buyers": 2982,
            "sellers": 2541
          }
        },
        "volume_usd": {
          "m5": "12509.3841069281",
          "m15": "22241.3871675995",
          "m30": "33668.6903703708",
          "h1": "84109.3962779239",
          "h6": "655840.622260818",
          "h24": "1626277.25145295"
        },
        "reserve_in_usd": "59906.0507"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_ANP1wJHYWYQPfrZvg8FnjduwfBVJhRV3xqKcs3yapump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_D6a8YgVV3F3HSohd74Rq6QamPMX4RH7mhbsBxaKGvxWd",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000077969836933628417711909322784378885104647283261152328763882108",
        "base_token_price_native_currency": "0.00000122746734065034",
        "quote_token_price_usd": "64.479616399277505963878848623106759972294588958",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001227467341",
        "quote_token_price_base_token": "814685.62696762",
        "address": "D6a8YgVV3F3HSohd74Rq6QamPMX4RH7mhbsBxaKGvxWd",
        "name": "Fable 5 / SOL",
        "pool_created_at": "2026-06-09T03:41:53Z",
        "fdv_usd": "78861.65266",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.613",
          "m15": "-1.245",
          "m30": "0.654",
          "h1": "13.064",
          "h6": "-6.426",
          "h24": "188.563"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 16,
            "sells": 13,
            "buyers": 12,
            "sellers": 11
          },
          "m30": {
            "buys": 33,
            "sells": 36,
            "buyers": 24,
            "sellers": 25
          },
          "h1": {
            "buys": 78,
            "sells": 85,
            "buyers": 47,
            "sellers": 52
          },
          "h6": {
            "buys": 907,
            "sells": 736,
            "buyers": 369,
            "sellers": 370
          },
          "h24": {
            "buys": 15499,
            "sells": 12154,
            "buyers": 3808,
            "sellers": 3550
          }
        },
        "volume_usd": {
          "m5": "127.7152274718",
          "m15": "680.403873763",
          "m30": "2344.9500114918",
          "h1": "4907.2632092495",
          "h6": "62015.0368479346",
          "h24": "1441284.51748271"
        },
        "reserve_in_usd": "21691.2234"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_DfhFeusajoTMRLugRwEZa37aXSsc4bxjyh9EQ7Q3pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6YMUkExWvpchH3J5FD3uDHoK2fb3Pfyqdg3SEJ2iDYQy",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000139891006561930430469411246530307938100194810082326952661303149",
        "base_token_price_native_currency": "0.00000218111435325297",
        "quote_token_price_usd": "64.404546757594948914205620988877242401397527717",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002181114353",
        "quote_token_price_base_token": "458481.23391998",
        "address": "6YMUkExWvpchH3J5FD3uDHoK2fb3Pfyqdg3SEJ2iDYQy",
        "name": "REALM / SOL",
        "pool_created_at": "2026-06-08T15:45:49Z",
        "fdv_usd": "139822.84862701",
        "market_cap_usd": "139822.84862701",
        "price_change_percentage": {
          "m5": "-0.568",
          "m15": "7.089",
          "m30": "21.149",
          "h1": "27.255",
          "h6": "-0.288",
          "h24": "188.103"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 3
          },
          "m15": {
            "buys": 15,
            "sells": 13,
            "buyers": 9,
            "sellers": 12
          },
          "m30": {
            "buys": 23,
            "sells": 21,
            "buyers": 17,
            "sellers": 17
          },
          "h1": {
            "buys": 47,
            "sells": 33,
            "buyers": 32,
            "sellers": 26
          },
          "h6": {
            "buys": 305,
            "sells": 315,
            "buyers": 168,
            "sellers": 217
          },
          "h24": {
            "buys": 3122,
            "sells": 2744,
            "buyers": 1180,
            "sellers": 1207
          }
        },
        "volume_usd": {
          "m5": "80.1447362217",
          "m15": "1437.7208585474",
          "m30": "2344.5294822335",
          "h1": "3587.915529847",
          "h6": "47504.4758724892",
          "h24": "377778.156996628"
        },
        "reserve_in_usd": "28064.0177"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_E8RR8MAJDqiux39JM69QbUqvo2uhpUHXAJsnZP4jpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Podprta omrežja

Obsežna pokritost v več verigah

Pridobite cene kriptovalut in borzne podatke iz več kot 200+ omrežij, pa naj gre za glavne verige blokov ali nove izdaje.

Zakaj projekti Web3 uporabljajo platformo CoinGecko?

»DEX API platforme CoinGecko nam zagotavlja hiter, zelo natančen in obsežen vir podatkov o cenah na decentraliziranih borzah. Zagotavlja široko pokritost podatkov, je enostaven za uporabo in zelo zanesljiv. DEX API platforme CoinGecko je postal eden od naših številnih ključnih virov cen na decentraliziranih borzah, ki jih Supra uporablja za združevanje podatkov z decentraliziranih borz.«
»DEX API platforme CoinGecko je postal sestavni del našega razvojnega procesa in zelo učinkovito izvaja številna manjša opravila, ki jih mi preprosto ne moremo opraviti. To je bistveno poenostavilo naš delovni proces in nam omogočilo, da se osredotočimo na razvoj temeljih delov poslovanja.«
»DEX API platforme CoinGecko zagotavlja široko pokritost, podpira največje število verig in visoko zanesljivost delovanja.«

Pogosta vprašanja

Obogatite svoj projekt z API-jem CoinGecko

Odkrijte več možnosti z zanesljivimi, natančnimi in celovitimi podatki o cenah kriptovalut.
Nikoli ne zamudite posodobitve!
Naročite se na naše novice o API-ju za najnovejše novice o izdelkih, posodobitve končnih točk in navdihujoče vsebine skupnosti.
Nov portfelj
Ikona in ime
Izberite valuto
Predlagane valute
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
Fiduciarne valute
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
Kriptovalute
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
Enote Bitcoina
BITS
Bits
SATS
Satoshi
Blago
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Izberite jezik
Priljubljeni jeziki
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
Vsi jeziki
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
繁體中文
Pozdravljeni v CoinGecko
Pozdravljeni nazaj!
Prijavite se ali registrirajte v nekaj sekundah
ali
Vpišite se z: . Ali to niste vi?
Ste pozabili geslo?
Niste prejeli navodil za potrditev?
Ponovno pošlji navodila za potrditev
Geslo mora vsebovati vsaj 8 znakov, vključno z eno veliko tiskano črko, eno malo tiskano črko, eno številko in enim posebnim znakom.
Če nadaljujete, potrjujete, da ste prebrali in v celoti soglašate z našima dokumentoma Pogoji storitve in Pravilnik o zasebnosti.
Pridobite obvestila o cenah z aplikacijo CoinGecko
Ste pozabili geslo?
V naslednjih minutah boste prejeli email z navodili za ponastavitev gesla.
Ponovno pošlji navodila za potrditev
Prejeli boste email z navodili za potrditev vašega računa.
Prenesite aplikacijo CoinGecko.
Odčitajte to kodo QR in prenesite aplikacijo zdaj App QR Code Ali pa jo poiščite v trgovini z aplikacijami
Dodaj NFT
Spremljajte naslov denarnice
Prilepite
Dostop samo za branje - 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
Ustvarite portfelj
Izberite ikono
💎
🔥
👀
🚀
💰
🦍
🌱
💩
🌙
🪂
💚
CoinGecko
Boljše v aplikaciji
Sprotna opozorila o cenah ter hitrejša in bolj nemotena izkušnja.
Dosegli ste omejitev.
Portfelji za goste so omejeni na 10 kovancev. Prijavite se ali ustvarite uporabniški račun, da ohranite spodaj navedene kovance.