Altszn.com
  • Home
  • Crypto
    • Altcoins
    • Bitcoin
    • Ethereum
    • Monero
    • XRP
    • Zcash
  • Web3
  • DeFi
  • NFTs
No Result
View All Result
Altszn.com
  • Home
  • Crypto
    • Altcoins
    • Bitcoin
    • Ethereum
    • Monero
    • XRP
    • Zcash
  • Web3
  • DeFi
  • NFTs
No Result
View All Result
Altszn.com
No Result
View All Result

Complete Blockchain API Tutorial with API Examples

Altszn.com by Altszn.com
October 31, 2023
in Web3
0
Complete Blockchain API Tutorial with API Examples
399
SHARES
2.3k
VIEWS
Share on FacebookShare on Twitter


Complete Blockchain API Tutorial with API Examples

Todayโ€™s blockchain API tutorial will highlight numerous API examples and demonstrate how to fetch essential blockchain data. As we move forward, weโ€™ll dive into Moralisโ€™ industry-leading Blockchain API โ€“ the ultimate tool for blockchain data. It features numerous endpoints, allowing you to effortlessly get blocks, transactions, logs, events, and much more. To give you a little sneak peek, hereโ€™s a blockchain API example of how you can get the contents of a block with a single call to Moralisโ€™ Blockchain API:

const response = await Moralis.EvmApi.block.getBlock({   "chain": "0x1",   "blockNumberOrHash": "15863321" });

All you have to do is configure the chain and blockNumberOrHash parameters to fit your query before calling the endpoint in the example above. In return, youโ€™ll get a response containing the blockโ€™s timestamp, number, hash, log bloom, miner, and much more. This is what it can look like: 

{   "timestamp": "2021-05-07T11:08:35.000Z",   "number": 12386788,   "hash": "0x9b559aef7ea858608c2e554246fe4a24287e7aeeb976848df2b9a2531f4b9171",   "parent_hash": "0x011d1fc45839de975cc55d758943f9f1d204f80a90eb631f3bf064b80d53e045",   "nonce": "0xedeb2d8fd2b2bdec",   "sha3_uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",   "logs_bloom": "0xdde5fc46c5d8bcbd58207//...",   "transactions_root": "0xe4c7bf3aff7ad07f9e80d57f7189f0252592fee6321c2a9bd9b09b6ce0690d27",   "state_root": "0x49e3bfe7b618e27fde8fa08884803a8458b502c6534af69873a3cc926a7c724b",   "receipts_root": "0x7cf43d7e837284f036cf92c56973f5e27bdd253ca46168fa195a6b07fa719f23",   "miner": "0xea674fdde714fd979de3edf0f56aa9716b898ec8",   "difficulty": "7253857437305950",   "total_difficulty": "24325637817906576196890",   "size": "61271",   "extra_data": "0x65746865726d696e652d6575726f70652d7765737433",   "gas_limit": "14977947",   "gas_used": "14964688",   "transaction_count": "252",   "transactions": {     //...     } }

And thatโ€™s it; when working with Moralis, getting blockchain data doesnโ€™t have to be more difficult. However, if you want a more detailed tutorial and explore some more endpoints, read on! Also, if you want to follow along and make similar calls yourself, donโ€™t forget to sign up with Moralis. You can create an account for free and immediately unlock the power of blockchain data! 

Overview 

In todayโ€™s tutorial, weโ€™ll kickstart things by diving straight into the Moralis Blockchain API. In doing so, weโ€™ll briefly explore what this tool does and cover some of its key benefits. From there, weโ€™ll explore some prominent use cases and give you a practical example of how you can leverage the Blockchain API in each case. Lastly, to top things off, weโ€™ll jump into an in-depth tutorial showing you how to get the contents of a block by its number in three straightforward steps: 

  1. Get a Moralis API Key
  2. Write a Script Calling the getBlock() Endpoint
  3. Execute the Code

Also, if youโ€™re serious about building blockchain projects, consider checking out some more Web3 data tools Moralis offers. For instance, explore the Price API to learn how to seamlessly get prices of crypto and integrate this data into your projects! 

Nevertheless, without further ado, letโ€™s explore Moralisโ€™ industry-leading Blockchain API!

What is the Moralis Blockchain API? 

The Moralis Blockchain API is an industry-leading interface that allows you to seamlessly unlock the power of raw blockchain data with speed and precision. With only single lines of code, you can effortlessly get blocks, transactions, logs, events, and much more with the Blockchain API. As such, when working with the Moralis, it has never been easier to build Web3 projects! 

Art image showing a blockchain API example

So, what are the features of the Blockchain API? 

  • Get Block Data: Get info on particular blocks โ€“ including timestamps, gas used, miners, transactions, etc. โ€“ across multiple blockchain networks. 
  • Fetch Transactions and Internal Transactions: Seamlessly access all historical and real-time transactions of an address. 
  • Query Logs and Events: Use the Blockchain API to query logs and events of any smart contract across all major EVM chains. 
  • Raw and Decoded Data: Get both raw and decoded data based on contract ABIs.
  • Labels: Efforlessly interpret transactions with enriched data labeling, including receiver and sender address labels. 
  • And more! 

Additionally, the Blockchain API is cross-chain compatible. This means you can query blockchain data across all major networks, including Ethereum, Polygon, BNB Smart Chain, Arbitrum, and many others! 

Benefits of the Moralis Blockchain API 

Along with many powerful features, the Blockchain API also provides many benefits. Here are four prominent examples: 

  • Scalable: Our Blockchain API is built for growth. Consequently, as your projects see increased adoption, the interface will have no trouble delivering even as your user base grows.
  • Real-Time: The Blockchain API is fast, indexes real-time data, and ensures immediate access to the latest blockchain info. 
  • Precise: Data accuracy is essential when building Web3 projects, which is why the Blockchain API always offers precise and reliable data. 
  • Organized: Blockchain data can be messy, and we believe in digestible and detailed information. As such, our Blockchain API organizes blocks into transfers, transactions, and logs, giving you a structured way to navigate the crypto landscape. 

Now, with an overview of our industry-leading Blockchain API, letโ€™s explore some of its use cases! 

Blockchain API Examples and Use Cases

The Moralis Blockchain API has many prominent use cases, and in this section, weโ€™ll look at three examples:

  • Block Explorers: Block explorers are online tools enabling you to search for real-time and historical data about a blockchain. This usually includes block data, addresses, transactions, and much more. Some prominent examples of already existing block explorers are Etherscan, PolygonScan, and BscScan. 

    Since explorers allow you to search for information about a blockchain, you need seamless access to this data (e.g., transactions, blocks, logs, etc.) when building one. And the easiest way to query this info is to use the Moralis Blockchain API. 

Showing components involved in an API call for a block explorer
  • Web3 Wallets: Web3 wallets are software allowing you to store and manage digital assets, including fungible and non-fungible tokens. Some examples of prominent wallet providers include MetaMask and Rainbow. 

    A common feature of most Web3 wallets is to display each userโ€™s wallet activity. This gives users an overview of all their trades, which can be useful in many cases. To display this information, you need access to transaction info and events, which is where our Blockchain API enters the equation. 

Web3 Wallet Blockchain API Call Example with Response Data
  • Decentralized Application (Dapp) Alerts: When building dapps, it can be highly beneficial to set up alert systems to notify users of important events. This can, for instance, be alerts for when crypto whales sell a large portion of their holdings. 

    To set up alert systems like this, you need access to smart contract events and logs, which you can effortlessly get with only single lines of code when working with our Blockchain API.

Dapp Alert Blockchain API Example

Nevertheless, that covers three prominent use cases. In the following sections, weโ€™ll expand on this further by providing examples of how to use the Blockchain API to get the info you need with multiple programming languages! 

Block Explorers: JavaScript Blockchain API Example 

As mentioned above, you need access to a lot of data when building a block explorer. With the Moralis Blockchain API, you can get the info you need in a heartbeat!  

All you have to do is call the getBlock() endpoint while passing along two parameters: chain and blockNumberOrHash. Hereโ€™s an example of what it might look like:

const response = await Moralis.EvmApi.block.getBlock({   "chain": "0x1",   "blockNumberOrHash": "15863321" });

In return for calling the endpoint above, youโ€™ll get a comprehensive response looking something like this: 

{   "timestamp": "2021-05-07T11:08:35.000Z",   "number": 12386788,   "hash": "0x9b559aef7ea858608c2e554246fe4a24287e7aeeb976848df2b9a2531f4b9171",   "parent_hash": "0x011d1fc45839de975cc55d758943f9f1d204f80a90eb631f3bf064b80d53e045",   "nonce": "0xedeb2d8fd2b2bdec",   "sha3_uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",   "logs_bloom": "0xdde5fc46c5d8bcbd58207//...",   "transactions_root": "0xe4c7bf3aff7ad07f9e80d57f7189f0252592fee6321c2a9bd9b09b6ce0690d27",   "state_root": "0x49e3bfe7b618e27fde8fa08884803a8458b502c6534af69873a3cc926a7c724b",   "receipts_root": "0x7cf43d7e837284f036cf92c56973f5e27bdd253ca46168fa195a6b07fa719f23",   "miner": "0xea674fdde714fd979de3edf0f56aa9716b898ec8",   "difficulty": "7253857437305950",   "total_difficulty": "24325637817906576196890",   "size": "61271",   "extra_data": "0x65746865726d696e652d6575726f70652d7765737433",   "gas_limit": "14977947",   "gas_used": "14964688",   "transaction_count": "252",   "transactions": {     //...     } }

Note: We used JavaScript for the example above. However, you can also use multiple other programming languages, including Python, TypeScript, etc. To learn more about this, check out our official get block by block number documentation page.

Web3 Wallets: Python Blockchain API Example 

When building a Web3 wallet, you need seamless access to a userโ€™s transaction history so you can display this information. With our Blockchain API, you can seamlessly get this data with a single call to the get_wallet_transactions() endpoint while passing along two parameters: chain and address. Hereโ€™s an example of what it might look like: 

params = {   "chain": "eth",   "address": "0x1f9090aaE28b8a3dCeaDf281B0F12828e676c326" }  result = evm_api.transaction.get_wallet_transactions(   api_key=api_key,   params=params, )

In return for calling the get_wallet_transactions() endpoint, you get an array of all inbound and outbound transactions of the provided address. This is what the response can look like: 

{   "page_size": 100,   "page": 0,   "cursor": "eyJhbGciOiJIUzI1N//...",   "result": [     {       "hash": "0x4742fc54f2f6f1121d472ebc6cad6821f9d79407237c36782641d9873832b825",       "nonce": "337201",       "transaction_index": "149",       "from_address": "0x1f9090aae28b8a3dceadf281b0f12828e676c326",       "from_address_label": "rsync-builder",       "to_address": "0xde2a1a6dd691e56fc225d13ab51d4e05ea148f2f",       "to_address_label": null,       "value": "38602051712948608",       "gas": "21000",       "gas_price": "13881451241",       "input": "0x",       "receipt_cumulative_gas_used": "29986680",       "receipt_gas_used": "21000",       "receipt_contract_address": null,       "receipt_root": null,       "receipt_status": "1",       "block_timestamp": "2023-10-31T07:44:23.000Z",       "block_number": "18468703",       "block_hash": "0x2c00ee96af806132e858edc91406843258d234783c39d30313644b46c2af2315",       "transfer_index": [         18468703,         149       ]      //...   ]

Note: We used Python for this example. However, you can also use many other languages, including JavaScript, TypeScript, etc. Check out the official get transactions of address documentation to learn more.

Dapp Alerts: TypeScript Blockchain API Example

When building dapps, you often need an easy way to set up alerts so you can notify your end users of important events. To do so, you need access to events and logs of smart contracts. 

So, to get the logs of any contract, all you need is a single API call to the getContractLogs() endpoint while passing along three parameters: address, chain, and topic. This is what a request might look like: 

const response = await Moralis.EvmApi.events.getContractLogs({   "chain": "0x1",   "topic0": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",   "address": "0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB" });

In return for calling the endpoint above, youโ€™ll get a response containing all logs based on your specifications. Hereโ€™s an example of what it might look like: 

{   "page_size": 100,   "page": 1,   "cursor": "eyJhbGciO//...",   "result": [     {       "transaction_hash": "0x4abb0d08b5fea482ce708b880c60757635a38203b55fd064148c3f6301206efa",       "address": "0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb",       "block_timestamp": "2023-10-31T07:33:35.000Z",       "block_number": "18468649",       "block_hash": "0x7fd8e733e3a7c03624b9bdcaa058a6be60089093a1d0976db450fb60dbafc0db",       "data": "0x0000000000000000000000000000000000000000000000000000000000000001",       "topic0": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",       "topic1": "0x000000000000000000000000ff36ff458b51dcd034598c56f65a8491427dc572",       "topic2": "0x000000000000000000000000e42abe865a7f83f8662e0d602195ade90a569ff0",       "topic3": null,       "transaction_index": 76,       "log_index": 73     },     //...  ]

Note: We used TypeScript in the example above. However, you can get logs using other programming languages as well, including JavaScript, Python, and others. To learn more, check out the official get logs for contract documentation. 

Thatโ€™s it for our three examples. In the next section, weโ€™ll give you a more in-depth tutorial on how you can call the various endpoints of the Blockchain API!

Step-by-Step Blockchain API Tutorial 

In this section, weโ€™ll give you an in-depth tutorial on how you can get block data by its number using the Moralis Blockchain API. Thanks to the accessibility of this industry-leading Web3 development tool, you can get the info you need in three straightforward steps:

  1. Get a Moralis API Key
  2. Write a Script Calling the getBlock() Endpoint
  3. Execute the Code

However, before you can call the getBlock() endpoint, you need to deal with a few prerequisites! 

Prerequisites

In todayโ€™s blockchain API example tutorial, weโ€™ll be using JavaScript. As such, if you want to follow along, make sure you have the following ready: 

Step 1: Get a Moralis API Key 

To be able to call the Blockchain API and the getBlock() endpoint, you need a Moralis API key. To get an API key, you need a Moralis account. So, if you havenโ€™t already, click on the โ€Start for Freeโ€ button at the top right and set up your account: 

Blockchain API Tutorial Step 1 - Sign Up with Moralis For Free

With a Moralis account at hand, head on over to the โ€Settingsโ€ tab, scroll down to the โ€API Keysโ€ section, and copy your key: 

Tutorial Step 2 - Copy your Blockchain API key

Keep it for now, as you need it in the next section! 

Step 2: Write a Script Calling the getBlock() Endpoint 

For the second step, start by setting up a new project in your integrated development environment (IDE). From there, open a new terminal and run the command below in the projectโ€™s root folder to install the Moralis SDK: 

npm install moralis @moralisweb3/common-evm-utils

Next, create a new โ€index.jsโ€ file and add the following code: 

const Moralis = require("moralis").default; const { EvmChain } = require("@moralisweb3/common-evm-utils");  const runApp = async () => {   await Moralis.start({     apiKey: "YOUR_API_KEY",     // ...and any other configuration   });    const blockNumberOrHash = "15863321";    const chain = EvmChain.ETHEREUM;    const response = await Moralis.EvmApi.block.getBlock({     blockNumberOrHash,     chain,   });    console.log(response.toJSON()); };  runApp();

You then need to change the code slightly, and you can start by replacing YOUR_API_KEY with the key you copied in the previous step to initialize Moralis: 

Showing where to paste the blockchain API key

Next, configure the blockNumberOrHash and chain constants to fit your query: 

Example code showing how to modify the blockchain api example to fit your query

We then pass blockNumberOrHash and chain as parameters when calling the getBlock() endpoint: 

Modifying the chain and blocknumberorhash parameters for the blockchain api

Thatโ€™s it; youโ€™re now ready to run the code! 

Step 3: Execute the Code 

For the final step, open a new terminal, cd into your projectโ€™s root folder, and run the following command: 

node index.js

Executing the command above will run the code, and in return, youโ€™ll get a bunch of information related to the block in question. Some prominent examples include a timestamp, log bloom, gas used, the miner, an array of transactions, and much more. This is what it might look like: 

{   "timestamp": "2022-10-30T20:39:11.000Z",   "number": "15863321",   "hash": "0x4f5d3bb78f0311301ef282b281d23e178ced236a7ae465820fe6edeba609954a",   "parent_hash": "0x27e61d430386d7b4a144bee6e120a57010fbdb3cf963ca37e2d20b5452203621",   "nonce": "0x0000000000000000",   "sha3_uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",   "logs_bloom": "0x11e91824051850625f13 \...",   "transactions_root": "0x1e0b205c9c48af7dfa3f277c8ec2ba403dc4ab63635a18bbfe532097527fb18e",   "state_root": "0xcb1df24273693eb33869961233baac112adbdf51e980e5cf8b8aa7084e8063be",   "receipts_root": "0x3a3d89417ad3898d47f66155e0e5fdf3e1efde2a6f389e7b051acf729db28617",   "miner": "0x388C818CA8B9251b393131C08a736A67ccB19297",   "difficulty": "0",   "total_difficulty": "58750003716598360000000",   "size": "117595",   "extra_data": "0x",   "gas_limit": "30000000",   "gas_used": "19044124",   "transaction_count": "156",   "base_fee_per_gas": "8175724594",   "transactions": [     {       //...   ] }

Congratulations; thatโ€™s it for this blockchain API tutorial. You now know how to easily get a blockโ€™s contents using its number! 

Also, this was just a simple blockchain API example, and you can follow the same steps (with minor configurations to the code in the second part) to call any other of our API endpoints. 

To explore all existing endpoints, check out the official Moralis Blockchain API documentation page! 

Summary: Blockchain API Example and Tutorial

In todayโ€™s tutorial, we explored the Moralis Blockchain API, which is an industry-leading tool for getting and integrating blockchain data into Web3 projects, including transactions, logs, events, etc. This tool boasts many prominent features and supports all major chains, making Moralis clearly stand out as the premier option among the best blockchain API providers in the business!

In addition to exploring the Blockchain API, we also showed you how to use this tool to get the content of a block by its number in three straightforward steps: 

  1. Get a Moralis API Key
  2. Write a Script Calling the getBlock() Endpoint
  3. Execute the Code

As such, if you have followed along this far, you now have the skills to fetch data, such as blocks, events, logs, and much more, with Moralisโ€™ Blockchain API!

Moralis Logo and Moralis Blockchain API Tutorial Title - Art Image

If you liked this Blockchain API tutorial, consider reading more guides here on the blog. For instance, explore the intricacies of meta transactions, read about EIP-4844, or learn how to set up notifications for NFT sales. Also, donโ€™t forget to sign up with Moralis. You can create an account for free, and youโ€™ll get immediate access to all industry-leading tools, including the Blockchain API!  



Read More: moralis.io

Tags: APIBlockchainCompleteExamplesTutorialweb 3.0Web3
ADVERTISEMENT

Recent

Cointelegraph Bitcoin & Ethereum Blockchain News

Cointelegraph Bitcoin & Ethereum Blockchain News

May 9, 2025
AI decentralized apps are coming for the Web3 throne: DappRadar

AI decentralized apps are coming for the Web3 throne: DappRadar

May 9, 2025
EU to Track Crypto Transfers Under New AML Rules: Eurogroup President

EU to Track Crypto Transfers Under New AML Rules: Eurogroup President

May 8, 2025

Categories

  • Bitcoin (4,965)
  • Blockchain (11,641)
  • Crypto (9,581)
  • Dark Web (567)
  • DeFi (8,509)
  • Ethereum (5,032)
  • Metaverse (7,781)
  • Monero (306)
  • NFT (1,612)
  • Solana (5,104)
  • Web3 (21,039)
  • Zcash (509)

Category

Select Category

    Advertise

    Advertise your site, company or product to millions of web3, NFT and cryptocurrency enthusiasts. Learn more

    Useful Links

    Advertise
    DMCA
    Contact Us
    Privacy Policy
    Shipping & Returns
    Terms of Use

    Resources

    Exchanges
    Changelly
    Web3 Jobs

    Recent News

    Cointelegraph Bitcoin & Ethereum Blockchain News

    Cointelegraph Bitcoin & Ethereum Blockchain News

    May 9, 2025
    AI decentralized apps are coming for the Web3 throne: DappRadar

    AI decentralized apps are coming for the Web3 throne: DappRadar

    May 9, 2025

    ยฉ 2022 Altszn.com. All Rights Reserved.

    No Result
    View All Result
    • Home
      • Home โ€“ Layout 1
      • Home โ€“ Layout 2
      • Home โ€“ Layout 3

    ยฉ Altszn.com. All Rights Reserved.

    • bitcoinBitcoin (BTC) $ 103,052.00
    • ethereumEthereum (ETH) $ 2,347.43
    • tetherTether (USDT) $ 0.999859
    • xrpXRP (XRP) $ 2.41
    • bnbBNB (BNB) $ 638.27
    • solanaSolana (SOL) $ 173.60
    • usd-coinUSDC (USDC) $ 0.999995
    • dogecoinDogecoin (DOGE) $ 0.208323
    • cardanoCardano (ADA) $ 0.795493
    • tronTRON (TRX) $ 0.263658
    • staked-etherLido Staked Ether (STETH) $ 2,341.17
    • suiSui (SUI) $ 4.01
    • wrapped-bitcoinWrapped Bitcoin (WBTC) $ 102,967.00
    • chainlinkChainlink (LINK) $ 16.33
    • avalanche-2Avalanche (AVAX) $ 23.70
    • wrapped-stethWrapped stETH (WSTETH) $ 2,832.95
    • stellarStellar (XLM) $ 0.302714
    • shiba-inuShiba Inu (SHIB) $ 0.000015
    • hyperliquidHyperliquid (HYPE) $ 25.40
    • hedera-hashgraphHedera (HBAR) $ 0.202631
    • the-open-networkToncoin (TON) $ 3.29
    • bitcoin-cashBitcoin Cash (BCH) $ 415.23
    • leo-tokenLEO Token (LEO) $ 8.74
    • usdsUSDS (USDS) $ 0.999916
    • litecoinLitecoin (LTC) $ 98.83
    • polkadotPolkadot (DOT) $ 4.69
    • wethWETH (WETH) $ 2,341.80
    • wrapped-eethWrapped eETH (WEETH) $ 2,493.71
    • moneroMonero (XMR) $ 303.87
    • pepePepe (PEPE) $ 0.000013
    • bitget-tokenBitget Token (BGB) $ 4.49
    • pi-networkPi Network (PI) $ 0.739737
    • binance-bridged-usdt-bnb-smart-chainBinance Bridged USDT (BNB Smart Chain) (BSC-USD) $ 1.00
    • coinbase-wrapped-btcCoinbase Wrapped BTC (CBBTC) $ 103,018.00
    • ethena-usdeEthena USDe (USDE) $ 0.999105
    • whitebitWhiteBIT Coin (WBT) $ 30.26
    • uniswapUniswap (UNI) $ 6.36
    • bittensorBittensor (TAO) $ 431.12
    • aptosAptos (APT) $ 5.72
    • nearNEAR Protocol (NEAR) $ 2.93
    • daiDai (DAI) $ 1.00
    • ondo-financeOndo (ONDO) $ 1.03
    • okbOKB (OKB) $ 54.09
    • aaveAave (AAVE) $ 210.65
    • susdssUSDS (SUSDS) $ 1.05
    • ethereum-classicEthereum Classic (ETC) $ 19.20
    • crypto-com-chainCronos (CRO) $ 0.100968
    • official-trumpOfficial Trump (TRUMP) $ 14.30
    • blackrock-usd-institutional-digital-liquidity-fundBlackRock USD Institutional Digital Liquidity Fund (BUIDL) $ 1.00
    • internet-computerInternet Computer (ICP) $ 5.31
    • bitcoinBitcoin (BTC) $ 103,052.00
    • ethereumEthereum (ETH) $ 2,347.43
    • tetherTether (USDT) $ 0.999859
    • xrpXRP (XRP) $ 2.41
    • bnbBNB (BNB) $ 638.27
    • solanaSolana (SOL) $ 173.60
    • usd-coinUSDC (USDC) $ 0.999995
    • dogecoinDogecoin (DOGE) $ 0.208323
    • cardanoCardano (ADA) $ 0.795493
    • tronTRON (TRX) $ 0.263658
    • staked-etherLido Staked Ether (STETH) $ 2,341.17
    • suiSui (SUI) $ 4.01
    • wrapped-bitcoinWrapped Bitcoin (WBTC) $ 102,967.00
    • chainlinkChainlink (LINK) $ 16.33
    • avalanche-2Avalanche (AVAX) $ 23.70
    • wrapped-stethWrapped stETH (WSTETH) $ 2,832.95
    • stellarStellar (XLM) $ 0.302714
    • shiba-inuShiba Inu (SHIB) $ 0.000015
    • hyperliquidHyperliquid (HYPE) $ 25.40
    • hedera-hashgraphHedera (HBAR) $ 0.202631
    • the-open-networkToncoin (TON) $ 3.29
    • bitcoin-cashBitcoin Cash (BCH) $ 415.23
    • leo-tokenLEO Token (LEO) $ 8.74
    • usdsUSDS (USDS) $ 0.999916
    • litecoinLitecoin (LTC) $ 98.83
    • polkadotPolkadot (DOT) $ 4.69
    • wethWETH (WETH) $ 2,341.80
    • wrapped-eethWrapped eETH (WEETH) $ 2,493.71
    • moneroMonero (XMR) $ 303.87
    • pepePepe (PEPE) $ 0.000013
    • bitget-tokenBitget Token (BGB) $ 4.49
    • pi-networkPi Network (PI) $ 0.739737
    • binance-bridged-usdt-bnb-smart-chainBinance Bridged USDT (BNB Smart Chain) (BSC-USD) $ 1.00
    • coinbase-wrapped-btcCoinbase Wrapped BTC (CBBTC) $ 103,018.00
    • ethena-usdeEthena USDe (USDE) $ 0.999105
    • whitebitWhiteBIT Coin (WBT) $ 30.26
    • uniswapUniswap (UNI) $ 6.36
    • bittensorBittensor (TAO) $ 431.12
    • aptosAptos (APT) $ 5.72
    • nearNEAR Protocol (NEAR) $ 2.93
    • daiDai (DAI) $ 1.00
    • ondo-financeOndo (ONDO) $ 1.03
    • okbOKB (OKB) $ 54.09
    • aaveAave (AAVE) $ 210.65
    • susdssUSDS (SUSDS) $ 1.05
    • ethereum-classicEthereum Classic (ETC) $ 19.20
    • crypto-com-chainCronos (CRO) $ 0.100968
    • official-trumpOfficial Trump (TRUMP) $ 14.30
    • blackrock-usd-institutional-digital-liquidity-fundBlackRock USD Institutional Digital Liquidity Fund (BUIDL) $ 1.00
    • internet-computerInternet Computer (ICP) $ 5.31