Νομίσματα: 14.381
Ανταλλακτήρια: 1.099
Κεφαλαιοποίηση: 2,738T $ 0.2%
Όγκος τις τελευταίες 24 ώρες: 131,31B $
Κυριαρχία:
Αέριο: 8 GWEI
Απαλλαγείτε από τις διαφημίσεις
CoinGecko CoinGecko

API για token και δεδομένα αγορών DEX on-chain για έργα DeFi και προγραμματιστές

Τα δεδομένα παρέχονται από
Το εμπιστεύονται κορυφαία έργα Web3

Εκτενές και αξιόπιστο API δεδομένων DEX on-Chain

Αποκτήστε πρόσβαση σε δεδομένα αγοράς on-chain από DEX, όπως Uniswap, PancakeSwap, Orca, Curve και άλλα σε μεγάλα δίκτυα, με το αξιόπιστο και εκτενές API δεδομένων DEX.
Πάνω από 2 εκ.
Νομίσματα και Token
Πάνω από 100
Δίκτυα
Πάνω από 800
DEX

Αναβαθμίστε το έργο DeFi σας αποτελεσματικά

Ένα ενιαίο API για δεδομένα κρυπτονομισμάτων, NFT και DEX

Απλοποιήστε τη διαδικασία ενοποίησης με ένα ενιαίο API για δεδομένα κρυπτονομισμάτων που παρέχει πλήρη κάλυψη
Κατηγορία τελικού σημείου Περιγραφή
/onchain/simple/*/token_price/* Ο πιο απλός τρόπος για να λάβετε την τελευταία τιμή USD των token σε ένα δίκτυο, με διευθύνσεις token
/onchain/networks Αποκτήστε την πλήρη λίστα των υποστηριζόμενων δικτύων
/onchain/network/*dexes Αποκτήστε την πλήρη λίστα των υποστηριζόμενων Dex σε ένα δίκτυο
/onchains/network/*/pools/* Λάβετε δεδομένα για τις δεξαμενές ρευστότητας, όπως δημοφιλείς δεξαμενές, νέες δεξαμενές και δεδομένα αγοράς, όπως τιμή, αποθεματικό, κεφαλαιοποίηση, συναλλαγές, όγκος. Το τελικό σημείο αναζήτησης είναι επίσης διαθέσιμο για την αναζήτηση δεξαμενών σε ένα δίκτυο.
/onchains/network/*/tokens/* Λάβετε δεδομένα σχετικά με token, όπως κορυφαίες δεξαμενές, τιμή, FDV, αποθεματικό, όγκος, κεφαλαιοποίηση, βαθμολογία GeckoTerminal, ID του API CoinGecko. Διατίθενται επίσης μεταδεδομένα, συμπεριλαμβανομένων της εικόνας, του ιστότοπου, της περιγραφής και των συνδέσμων κοινωνικής δικτύωσης.
/onchains/network/*/ohlcvs/* Αποκτήστε ιστορικά δεδομένα γραφημάτων OHLCV από μια δεξαμενή ρευστότητας
/onchains/network/*/trades Αποκτήστε τις τελευταίες 300 συναλλαγές από μια δεξαμενή ρευστότητας
// Αποκτήστε τιμές και δεδομένα αγοράς από μια δεξαμενή ρευστότητας
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.999462586242325",
      "base_token_price_native_currency": "0.000262879495315685",
      "quote_token_price_usd": "3792.42403667638",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026288",
      "quote_token_price_base_token": "3804.02",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3302905051",
      "market_cap_usd": "5317666065.12264",
      "price_change_percentage": {
        "m5": "0.11",
        "h1": "-0.13",
        "h6": "-0.25",
        "h24": "-0.13"
      },
      "transactions": {
        "m5": {
          "buys": 2,
          "sells": 3,
          "buyers": 2,
          "sellers": 3
        },
        "m15": {
          "buys": 4,
          "sells": 6,
          "buyers": 4,
          "sellers": 6
        },
        "m30": {
          "buys": 8,
          "sells": 7,
          "buyers": 7,
          "sellers": 7
        },
        "h1": {
          "buys": 12,
          "sells": 13,
          "buyers": 10,
          "sellers": 13
        },
        "h24": {
          "buys": 503,
          "sells": 379,
          "buyers": 259,
          "sellers": 182
        }
      },
      "volume_usd": {
        "m5": "41033.2035371892",
        "h1": "122983.988451529",
        "h6": "1052419.73037256",
        "h24": "7131388.02001141"
      },
      "reserve_in_usd": "4860818.5"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Ανακαλύψτε τις δημοφιλείς δεξαμενές
{
  "data": [
    {
      "id": "eth_0x1458770554b8918b970444d8b2c02a47f6df99a7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "2.25033092414402",
        "base_token_price_native_currency": "0.00059740093943145093891570043302",
        "quote_token_price_usd": "0.996629677484745",
        "quote_token_price_native_currency": "0.00026279489525601",
        "base_token_price_quote_token": "2.27325930",
        "quote_token_price_base_token": "0.43989702",
        "address": "0x1458770554b8918b970444d8b2c02a47f6df99a7",
        "name": "RETIK / USDT 0.3%",
        "pool_created_at": "2024-05-21T11:59:35Z",
        "fdv_usd": "2250330924",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.38",
          "h1": "2.98",
          "h6": "36.38",
          "h24": "1331.92"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 4,
            "buyers": 4,
            "sellers": 4
          },
          "m15": {
            "buys": 22,
            "sells": 13,
            "buyers": 20,
            "sellers": 13
          },
          "m30": {
            "buys": 38,
            "sells": 20,
            "buyers": 34,
            "sellers": 18
          },
          "h1": {
            "buys": 86,
            "sells": 36,
            "buyers": 74,
            "sellers": 26
          },
          "h24": {
            "buys": 2328,
            "sells": 805,
            "buyers": 1532,
            "sellers": 343
          }
        },
        "volume_usd": {
          "m5": "5935.32595239902",
          "h1": "189570.007312503",
          "h6": "1169452.65519936",
          "h24": "8076860.13344358"
        },
        "reserve_in_usd": "1177852.5434"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x26ebb8213fb8d66156f1af8908d43f7e3e367c1d",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00553224888602531",
        "base_token_price_native_currency": "0.000888203711683898",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00088820",
        "quote_token_price_base_token": "1125.87",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "568240638",
        "market_cap_usd": "575405514.661613",
        "price_change_percentage": {
          "m5": "0.07",
          "h1": "-1.44",
          "h6": "-0.46",
          "h24": "1.62"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 36,
            "buyers": 2,
            "sellers": 36
          },
          "m15": {
            "buys": 16,
            "sells": 193,
            "buyers": 16,
            "sellers": 191
          },
          "m30": {
            "buys": 47,
            "sells": 441,
            "buyers": 44,
            "sellers": 426
          },
          "h1": {
            "buys": 82,
            "sells": 888,
            "buyers": 77,
            "sellers": 844
          },
          "h24": {
            "buys": 7319,
            "sells": 41610,
            "buyers": 5213,
            "sellers": 35988
          }
        },
        "volume_usd": {
          "m5": "1377.15160059793",
          "h1": "65216.3363833419",
          "h6": "606800.323846564",
          "h24": "4968635.00804486"
        },
        "reserve_in_usd": "6211042.4145"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000215512916741587",
        "base_token_price_native_currency": "0.000000000000000346357653378704",
        "quote_token_price_usd": "621.04123626162",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000000346",
        "quote_token_price_base_token": "2887188980076066",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "90515.43",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.79",
          "h1": "16.48",
          "h6": "-27.63",
          "h24": "-79.69"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 3,
            "sells": 6,
            "buyers": 3,
            "sellers": 5
          },
          "m30": {
            "buys": 10,
            "sells": 11,
            "buyers": 10,
            "sellers": 9
          },
          "h1": {
            "buys": 45,
            "sells": 18,
            "buyers": 41,
            "sellers": 14
          },
          "h24": {
            "buys": 2386,
            "sells": 1813,
            "buyers": 1337,
            "sellers": 1060
          }
        },
        "volume_usd": {
          "m5": "39.4126157709859",
          "h1": "5414.27652918784",
          "h6": "66313.9784143113",
          "h24": "540032.602607608"
        },
        "reserve_in_usd": "66931.4834"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x1b517f6794523bc3dd4e1275d9c205064f7cc167",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.248677351281014",
        "base_token_price_native_currency": "0.0395646086729224",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03956461",
        "quote_token_price_base_token": "25.28",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "5222224",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.03",
          "h6": "4.67",
          "h24": "22.85"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m30": {
            "buys": 10,
            "sells": 5,
            "buyers": 10,
            "sellers": 5
          },
          "h1": {
            "buys": 19,
            "sells": 13,
            "buyers": 18,
            "sellers": 12
          },
          "h24": {
            "buys": 1496,
            "sells": 1028,
            "buyers": 998,
            "sellers": 671
          }
        },
        "volume_usd": {
          "m5": "41.74411304789",
          "h1": "7898.80224991904",
          "h6": "95335.6963484365",
          "h24": "1139781.50055626"
        },
        "reserve_in_usd": "935391.5545"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCH44N73BXEhT8063KAK_27oComvJnmAaebso-dZoyAy6g_",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.251058228954574",
        "base_token_price_native_currency": "0.000402661680861876284105083983791375262673786",
        "quote_token_price_usd": "0.999873702768951",
        "quote_token_price_native_currency": "0.00160471391743874",
        "base_token_price_quote_token": "0.25092428",
        "quote_token_price_base_token": "3.98526603",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "250641857",
        "market_cap_usd": "117520183.396331",
        "price_change_percentage": {
          "m5": "0.08",
          "h1": "0.24",
          "h6": "0.44",
          "h24": "-1.02"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m30": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "h1": {
            "buys": 13,
            "sells": 4,
            "buyers": 7,
            "sellers": 4
          },
          "h24": {
            "buys": 688,
            "sells": 832,
            "buyers": 205,
            "sellers": 298
          }
        },
        "volume_usd": {
          "m5": "833.990974126404",
          "h1": "7505.63259486194",
          "h6": "54842.4730888348",
          "h24": "901016.439522854"
        },
        "reserve_in_usd": "4408750.4774"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x9840652dc04fb9db2c43853633f0f62be6f00f98",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000139633694062462",
        "base_token_price_native_currency": "0.00000000366946564158264",
        "quote_token_price_usd": "3793.87177914717",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003669465642",
        "quote_token_price_base_token": "272519243",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "5777662821",
        "market_cap_usd": "5856448145.39766",
        "price_change_percentage": {
          "m5": "0.22",
          "h1": "0.77",
          "h6": "10.79",
          "h24": "27.44"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 5,
            "buyers": 4,
            "sellers": 5
          },
          "m15": {
            "buys": 21,
            "sells": 14,
            "buyers": 20,
            "sellers": 14
          },
          "m30": {
            "buys": 71,
            "sells": 31,
            "buyers": 64,
            "sellers": 31
          },
          "h1": {
            "buys": 156,
            "sells": 65,
            "buyers": 134,
            "sellers": 64
          },
          "h24": {
            "buys": 1930,
            "sells": 1317,
            "buyers": 1504,
            "sellers": 998
          }
        },
        "volume_usd": {
          "m5": "12672.6123496709",
          "h1": "1004953.3042348",
          "h6": "7068717.19936277",
          "h24": "22207304.8715199"
        },
        "reserve_in_usd": "55589732.2856"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x6982508145454ce325ddbe47a25d4ec3d2311933",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x5c9c0920e5f37856ac44810154f77e99dd2b5d41",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "22.7233264134605",
        "base_token_price_native_currency": "0.036480708308945624533500904958",
        "quote_token_price_usd": "1.00015944214697",
        "quote_token_price_native_currency": "0.0016062272843867",
        "base_token_price_quote_token": "22.71",
        "quote_token_price_base_token": "0.04402950",
        "address": "0x5c9c0920e5f37856ac44810154f77e99dd2b5d41",
        "name": "BCCoin / USDT 0.01%",
        "pool_created_at": "2024-03-17T11:17:37Z",
        "fdv_usd": "3408491256",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.02",
          "h1": "0.48",
          "h6": "1.12",
          "h24": "4.07"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 11,
            "sells": 12,
            "buyers": 5,
            "sellers": 7
          },
          "m30": {
            "buys": 29,
            "sells": 27,
            "buyers": 9,
            "sellers": 9
          },
          "h1": {
            "buys": 58,
            "sells": 58,
            "buyers": 12,
            "sellers": 14
          },
          "h24": {
            "buys": 3207,
            "sells": 1410,
            "buyers": 1362,
            "sellers": 127
          }
        },
        "volume_usd": {
          "m5": "4311.39337007542",
          "h1": "78343.6725768566",
          "h6": "488903.669507678",
          "h24": "2847730.64153788"
        },
        "reserve_in_usd": "1489416312.4447"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x2940566eb50f15129238f4dc599adc4f742d7d8e",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0173059319340698",
        "base_token_price_native_currency": "0.00275361533883925",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00275362",
        "quote_token_price_base_token": "363.16",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "86389809",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.64",
          "h6": "-0.93",
          "h24": "-0.68"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "h1": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "h24": {
            "buys": 704,
            "sells": 710,
            "buyers": 527,
            "sellers": 566
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "h1": "239.68196510765",
          "h6": "26126.1166090936",
          "h24": "1007936.04352495"
        },
        "reserve_in_usd": "1543786.7464"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC47093oX5Xhb0xuk2lCr2RhS8rj-vul61u4W2UH5ORmG_O",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00886361412226652",
        "base_token_price_native_currency": "0.00784431145",
        "quote_token_price_usd": "1.13",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00784431",
        "quote_token_price_base_token": "127.48",
        "address": "0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
        "name": "OCEAN / SUI 1%",
        "pool_created_at": "2024-05-10T11:32:16Z",
        "fdv_usd": "0.00",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.64",
          "h1": "-4.34",
          "h6": "-6.14",
          "h24": "-41.04"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 21,
            "buyers": 1,
            "sellers": 19
          },
          "m15": {
            "buys": 13,
            "sells": 117,
            "buyers": 13,
            "sellers": 111
          },
          "m30": {
            "buys": 18,
            "sells": 178,
            "buyers": 17,
            "sellers": 166
          },
          "h1": {
            "buys": 27,
            "sells": 325,
            "buyers": 24,
            "sellers": 301
          },
          "h24": {
            "buys": 1409,
            "sells": 7606,
            "buyers": 1007,
            "sellers": 6354
          }
        },
        "volume_usd": {
          "m5": "164.04243960681",
          "h1": "2221.01588238833",
          "h6": "10875.7954154857",
          "h24": "84687.9252224423"
        },
        "reserve_in_usd": "18422.3188"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "sui-network_0xa8816d3a6e3136e86bc2873b1f94a15cadc8af2703c075f2d546c2ae367f4df9::ocean::OCEAN",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "sui-network_0x2::sui::SUI",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "sui-network",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "cetus",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000771378357199131",
        "base_token_price_native_currency": "0.000122210005334151",
        "quote_token_price_usd": "6.3",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00012221",
        "quote_token_price_base_token": "8182.64",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "675418",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.43",
          "h1": "5.86",
          "h6": "0.45",
          "h24": "-24.02"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m30": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "h1": {
            "buys": 8,
            "sells": 2,
            "buyers": 7,
            "sellers": 2
          },
          "h24": {
            "buys": 617,
            "sells": 314,
            "buyers": 361,
            "sellers": 195
          }
        },
        "volume_usd": {
          "m5": "145.4162873377",
          "h1": "1275.04609752714",
          "h6": "16534.9786363114",
          "h24": "193204.616535909"
        },
        "reserve_in_usd": "67952.5424"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCNCUxFwMsNYKTv89WuRX5pyxDCWqlgBi4Tl8zytjllNTaC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.437467549346286",
        "base_token_price_native_currency": "0.002463867331902188816325903",
        "quote_token_price_usd": "177.71",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00246387",
        "quote_token_price_base_token": "405.87",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "243033762",
        "market_cap_usd": "218027812.783525",
        "price_change_percentage": {
          "m5": "-0.09",
          "h1": "-1.25",
          "h6": "2.38",
          "h24": "9.52"
        },
        "transactions": {
          "m5": {
            "buys": 12,
            "sells": 3,
            "buyers": 12,
            "sellers": 3
          },
          "m15": {
            "buys": 35,
            "sells": 15,
            "buyers": 26,
            "sellers": 15
          },
          "m30": {
            "buys": 125,
            "sells": 58,
            "buyers": 82,
            "sellers": 50
          },
          "h1": {
            "buys": 215,
            "sells": 111,
            "buyers": 130,
            "sellers": 91
          },
          "h24": {
            "buys": 7257,
            "sells": 6603,
            "buyers": 2525,
            "sellers": 2253
          }
        },
        "volume_usd": {
          "m5": "10491.2984183796",
          "h1": "302610.800007947",
          "h6": "1936803.99410948",
          "h24": "8567638.91559308"
        },
        "reserve_in_usd": "5285368.4849"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5z3EqYQo9HiCEs3R84RCDMu2n7anpDMxRhdK8PSWmrRC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.597470767185063",
        "base_token_price_native_currency": "0.0950510659539689",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09505107",
        "quote_token_price_base_token": "10.52",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "59747076",
        "market_cap_usd": "59977222.6169544",
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.98",
          "h6": "-0.98",
          "h24": "-2.03"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 5,
            "buyers": 5,
            "sellers": 4
          },
          "m30": {
            "buys": 5,
            "sells": 8,
            "buyers": 5,
            "sellers": 7
          },
          "h1": {
            "buys": 7,
            "sells": 10,
            "buyers": 7,
            "sellers": 9
          },
          "h24": {
            "buys": 399,
            "sells": 289,
            "buyers": 292,
            "sellers": 226
          }
        },
        "volume_usd": {
          "m5": "191.19064549922",
          "h1": "3607.41478090072",
          "h6": "49825.6019273865",
          "h24": "656578.053081267"
        },
        "reserve_in_usd": "2408270.6221"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBZ_cafPyDr5KUTs0aNxh0ZTDhkpEZONmLJA2SNGlLm4Cko",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00485706738750091",
        "base_token_price_native_currency": "0.000028094850701299228927171",
        "quote_token_price_usd": "177.71",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002809",
        "quote_token_price_base_token": "35593.71",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "33441568",
        "market_cap_usd": "34512029.6267874",
        "price_change_percentage": {
          "m5": "-0.85",
          "h1": "-1.83",
          "h6": "-12.87",
          "h24": "-17.27"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 7,
            "buyers": 10,
            "sellers": 7
          },
          "m15": {
            "buys": 54,
            "sells": 28,
            "buyers": 29,
            "sellers": 24
          },
          "m30": {
            "buys": 91,
            "sells": 57,
            "buyers": 51,
            "sellers": 49
          },
          "h1": {
            "buys": 219,
            "sells": 134,
            "buyers": 115,
            "sellers": 115
          },
          "h24": {
            "buys": 8214,
            "sells": 7454,
            "buyers": 2362,
            "sellers": 2722
          }
        },
        "volume_usd": {
          "m5": "22887.9755275543",
          "h1": "212443.40222821",
          "h6": "2047988.65342951",
          "h24": "9301433.08668949"
        },
        "reserve_in_usd": "2786557.111"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8wXtPeU6557ETkp9WHFY1n1EcU6NxDvbAggHGsMYiHsB",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00351124126435532",
        "base_token_price_native_currency": "0.000556070362191712",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00055607",
        "quote_token_price_base_token": "1798.33",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "491574",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.5",
          "h1": "3.76",
          "h6": "2.89",
          "h24": "-14.45"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m30": {
            "buys": 7,
            "sells": 2,
            "buyers": 6,
            "sellers": 2
          },
          "h1": {
            "buys": 7,
            "sells": 2,
            "buyers": 6,
            "sellers": 2
          },
          "h24": {
            "buys": 445,
            "sells": 349,
            "buyers": 253,
            "sellers": 198
          }
        },
        "volume_usd": {
          "m5": "473.25",
          "h1": "1301.89338829834",
          "h6": "21291.8644986847",
          "h24": "214771.003634544"
        },
        "reserve_in_usd": "113986.4949"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC8XkUEWb6bzbzE9eVaASoKUCyYA_CUQALGE15jWInEqla6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00167514112955481",
        "base_token_price_native_currency": "0.000264639400907177",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00026464",
        "quote_token_price_base_token": "3778.73",
        "address": "EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
        "name": "GPU / TON 0.4%",
        "pool_created_at": "2024-05-17T23:43:22Z",
        "fdv_usd": "8375706",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.14",
          "h1": "3.11",
          "h6": "-5.67",
          "h24": "130.26"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m30": {
            "buys": 4,
            "sells": 3,
            "buyers": 2,
            "sellers": 2
          },
          "h1": {
            "buys": 4,
            "sells": 6,
            "buyers": 2,
            "sellers": 4
          },
          "h24": {
            "buys": 1027,
            "sells": 1126,
            "buyers": 552,
            "sellers": 493
          }
        },
        "volume_usd": {
          "m5": "356.0",
          "h1": "1011.22918344188",
          "h6": "20405.8748205921",
          "h24": "410615.471036646"
        },
        "reserve_in_usd": "73182.4337"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCILWMtTu_ShFu0WPZnZx9SfCX70dTypBESubKMZUPQOd53",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000755137672476427",
        "base_token_price_native_currency": "0.00001198372720019",
        "quote_token_price_usd": "6.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001198",
        "quote_token_price_base_token": "83446.49",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "755138",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.16",
          "h1": "-7.87",
          "h6": "-31.35",
          "h24": "64.67"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m30": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "h1": {
            "buys": 5,
            "sells": 5,
            "buyers": 5,
            "sellers": 5
          },
          "h24": {
            "buys": 613,
            "sells": 508,
            "buyers": 405,
            "sellers": 349
          }
        },
        "volume_usd": {
          "m5": "188.98447565507",
          "h1": "4912.98310581944",
          "h6": "23772.8440624272",
          "h24": "189701.19887453"
        },
        "reserve_in_usd": "118718.387"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB8nX1OAAxS0RHCZ-U3xpZPAGIPwjfoqtvtWOPb55NBQipE",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQAimL9gUxrbYSHYbHc-dasxMQm_d5qrrLYjb1YT-LejgIIb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.352516221877944",
        "base_token_price_native_currency": "0.0559275069258236",
        "quote_token_price_usd": "6.3",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.05592751",
        "quote_token_price_base_token": "17.88",
        "address": "EQAimL9gUxrbYSHYbHc-dasxMQm_d5qrrLYjb1YT-LejgIIb",
        "name": "MOLOKO / TON 0.4%",
        "pool_created_at": "2024-05-19T20:53:18Z",
        "fdv_usd": "352516",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-2.44",
          "h6": "-5.1",
          "h24": "19.33"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m30": {
            "buys": 12,
            "sells": 5,
            "buyers": 8,
            "sellers": 3
          },
          "h1": {
            "buys": 14,
            "sells": 11,
            "buyers": 10,
            "sellers": 8
          },
          "h24": {
            "buys": 1643,
            "sells": 481,
            "buyers": 958,
            "sellers": 249
          }
        },
        "volume_usd": {
          "m5": "89.4974639832",
          "h1": "2623.05348408963",
          "h6": "12607.0995416596",
          "h24": "169536.201867169"
        },
        "reserve_in_usd": "50774.8218"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQARgJ-aCPIyOr4WDckDVcdXQHRPAjTjBNatopiRS9FnUEmn",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0559488499925103",
        "base_token_price_native_currency": "0.000294443350582491274001234",
        "quote_token_price_usd": "177.71",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00029444",
        "quote_token_price_base_token": "3396.24",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "53377333",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.29",
          "h1": "13.14",
          "h6": "25.67",
          "h24": "20.16"
        },
        "transactions": {
          "m5": {
            "buys": 30,
            "sells": 35,
            "buyers": 28,
            "sellers": 32
          },
          "m15": {
            "buys": 126,
            "sells": 96,
            "buyers": 115,
            "sellers": 79
          },
          "m30": {
            "buys": 281,
            "sells": 203,
            "buyers": 234,
            "sellers": 163
          },
          "h1": {
            "buys": 734,
            "sells": 615,
            "buyers": 513,
            "sellers": 363
          },
          "h24": {
            "buys": 12096,
            "sells": 8795,
            "buyers": 3958,
            "sellers": 3174
          }
        },
        "volume_usd": {
          "m5": "34105.985741804",
          "h1": "813135.015813595",
          "h6": "3462551.53098778",
          "h24": "11411345.9283299"
        },
        "reserve_in_usd": "1111545.8297"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8vCAUbxejdtaxn6jnX5uaQTyTZLmXALg9u1bvFCAjtx7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_GUJxvg5eDQEsQSjfnYYBjU1W5m18Mzt6yYntYfjvUGkm",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0223323815706862",
        "base_token_price_native_currency": "0.000118463130560780840854418",
        "quote_token_price_usd": "177.71",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00011846",
        "quote_token_price_base_token": "8441.44",
        "address": "GUJxvg5eDQEsQSjfnYYBjU1W5m18Mzt6yYntYfjvUGkm",
        "name": "PAMBI / SOL",
        "pool_created_at": "2024-05-18T22:28:14Z",
        "fdv_usd": "22329064",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.08",
          "h1": "27.84",
          "h6": "109.11",
          "h24": "376.19"
        },
        "transactions": {
          "m5": {
            "buys": 217,
            "sells": 46,
            "buyers": 164,
            "sellers": 41
          },
          "m15": {
            "buys": 533,
            "sells": 319,
            "buyers": 358,
            "sellers": 219
          },
          "m30": {
            "buys": 942,
            "sells": 492,
            "buyers": 579,
            "sellers": 304
          },
          "h1": {
            "buys": 1354,
            "sells": 830,
            "buyers": 807,
            "sellers": 451
          },
          "h24": {
            "buys": 10695,
            "sells": 5935,
            "buyers": 4234,
            "sellers": 1746
          }
        },
        "volume_usd": {
          "m5": "79491.2117247324",
          "h1": "701268.484162734",
          "h6": "1968886.31029835",
          "h24": "4408996.84000349"
        },
        "reserve_in_usd": "425314.7592"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3TdsyqMn2sCqxEFf9B8hATCrMEW1Xh2thUTs7fpr2Rur",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_8GEsd9swAyQnbrVjDouZjPrStxCNq6eg9JKu99FEoc2L",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.41474964941391",
        "base_token_price_native_currency": "0.002325831314358902578975861",
        "quote_token_price_usd": "177.44",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00232583",
        "quote_token_price_base_token": "429.95",
        "address": "8GEsd9swAyQnbrVjDouZjPrStxCNq6eg9JKu99FEoc2L",
        "name": "SNORK / SOL",
        "pool_created_at": "2024-04-05T00:48:00Z",
        "fdv_usd": "8709743",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.77",
          "h1": "-1",
          "h6": "-1.77",
          "h24": "21.87"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 8,
            "buyers": 3,
            "sellers": 5
          },
          "m30": {
            "buys": 9,
            "sells": 16,
            "buyers": 6,
            "sellers": 10
          },
          "h1": {
            "buys": 19,
            "sells": 30,
            "buyers": 9,
            "sellers": 13
          },
          "h24": {
            "buys": 663,
            "sells": 715,
            "buyers": 43,
            "sellers": 67
          }
        },
        "volume_usd": {
          "m5": "1464.613405941",
          "h1": "19682.435370734",
          "h6": "124964.128913957",
          "h24": "524035.433582333"
        },
        "reserve_in_usd": "148664.3985"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8S24pfgvhdkDQCTReLoP71xxfbKp98iTWAsvYRuEyEBM",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    }
  ]
}

Γιατί τα έργα Web3 χρησιμοποιούν το CoinGecko

"Το API για DEX του CoinGecko μάς παρέχει μια γρήγορη, εξαιρετικά ακριβή και αποτελεσματική πηγή δεδομένων τιμών DEX. Έχει ευρεία κάλυψη δεδομένων, είναι εύχρηστο και εξαιρετικά αξιόπιστο. Το API για DEX του CoinGecko έχει γίνει μία από τις πολλές βασικές τροφοδοσίες τιμών DEX που χρησιμοποιεί η Supra για τη συγκέντρωση δεδομένων από αποκεντρωμένα ανταλλακτήρια".
"Το API για DEX του CoinGecko έχει γίνει αναπόσπαστο μέρος της διαδικασίας ανάπτυξης, καθώς διαχειρίζεται άριστα πολλές μικρές εργασίες που εμείς απλώς δεν έχουμε τη δυνατότητα να διαχειριστούμε. Με αυτόν τον τρόπο, η ροή εργασίας μας έχει βελτιωθεί σημαντικά, δίνοντάς μας τη δυνατότητα να επικεντρωθούμε στην κύρια ανάπτυξη".
"Το API για DEX του CoinGecko έχει ευρεία κάλυψη, υποστηρίζει τον μεγαλύτερο αριθμό αλυσίδων και διαθέτει υψηλή διαθεσιμότητα".

Συχνές ερωτήσεις

Ενισχύστε το έργο σας
με το API του CoinGecko

Ξεκλειδώστε περισσότερες δυνατότητες με αξιόπιστα, ακριβή και ολοκληρωμένα δεδομένα τιμών κρύπτο.

Μην χάσετε ούτε μία ενημέρωση!

Εγγραφείτε στο ενημερωτικό δελτίο μας για το API για να διαβάζετε τα τελευταία νέα για τα προϊόντα, τις ενημερώσεις τελικών σημείων, αλλά και για να αντλείτε έμπνευση από περιεχόμενο από την κοινότητά μας.
Επιλογή νομίσματος
Προτεινόμενα νομίσματα
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
Παραστατικά νομίσματα
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
Κρυπτονομίσματα
BTC
Bitcoin
ETH
Ether
LTC
Litecoin
BCH
Bitcoin Cash
BNB
Binance Coin
EOS
EOS
XRP
XRP
XLM
Lumens
LINK
Chainlink
DOT
Polkadot
YFI
Yearn.finance
Μονάδες Bitcoin
BITS
Bits
SATS
Satoshi
Εμπορεύματα
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Επιλογή γλώσσας
Δημοφιλείς γλώσσες
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Όλες οι γλώσσες
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
繁體中文
Συνδεθείτε για να παρακολουθήσετε το αγαπημένο σας νόμισμα εύκολα 🚀
Εάν επιλέξετε να συνεχίσετε, συμφωνείτε με τους Όρους Παροχής Υπηρεσιών του CoinGecko και επιβεβαιώνετε ότι διαβάσατε την Πολιτική Απορρήτου
ή
Ξεχάσατε τον κωδικό πρόσβασής σας;
Δεν λάβατε οδηγίες επιβεβαίωσης;
Επανάληψη αποστολής οδηγιών επιβεβαίωσης
ΕΙΝΑΙ ΔΩΡΕΑΝ! Παρακολουθήστε εύκολα το αγαπημένο σας νόμισμα με το CoinGecko 🚀
Εάν επιλέξετε να συνεχίσετε, συμφωνείτε με τους Όρους Παροχής Υπηρεσιών του CoinGecko και επιβεβαιώνετε ότι διαβάσατε την Πολιτική Απορρήτου
ή
Ο κωδικός πρόσβασης πρέπει να περιέχει τουλάχιστον 8 χαρακτήρες και να περιλαμβάνει 1 κεφαλαίο γράμμα, 1 πεζό γράμμα, 1 αριθμό και 1 ειδικό χαρακτήρα
Δεν λάβατε οδηγίες επιβεβαίωσης;
Επανάληψη αποστολής οδηγιών επιβεβαίωσης
Ξεχάσατε τον κωδικό πρόσβασής σας;
Θα λάβετε ένα email με οδηγίες επαναφοράς του κωδικού πρόσβασής σας σε λίγα λεπτά.
Επανάληψη αποστολής οδηγιών επιβεβαίωσης
Θα λάβετε ένα email με οδηγίες για το πώς να επιβεβαιώσετε τη διεύθυνση email σας σε λίγα λεπτά.
Κάντε λήψη της εφαρμογής CoinGecko.
Σαρώστε αυτόν τον κωδικό QR για να κατεβάσετε την εφαρμογή τώρα App QR Code Διαφορετικά, βρείτε τη στα καταστήματα εφαρμογών
coingecko
Συνέχεια στην εφαρμογή
Παρακολούθηση τιμών σε πραγματικό χρόνο
Άνοιγμα εφαρμογής