From c36761d22ce89d7a6ec97b8c05b14bd6a1b70433 Mon Sep 17 00:00:00 2001 From: bharathbabu-moralis Date: Tue, 22 Oct 2024 19:48:12 +0400 Subject: [PATCH] added all supported chains --- .../evm/reference/reference.md | 2 +- .../get-wallet-profitability-summary.mdx | 0 .../get-wallet-profitability.mdx | 0 .../evm/reference/wallet-api/wallet-api.mdx | 2 +- docs/01-web3-data-api/evm/supported-chains.md | 9 + .../evm/supported-chains/01-ethereum-api.md | 122 +++++++++++ .../evm/supported-chains/02-polygon-api.md | 120 ++++++++++ .../evm/supported-chains/03-binance-api.md | 120 ++++++++++ .../evm/supported-chains/04-arbitrum-api.md | 118 ++++++++++ .../evm/supported-chains/05-base-api.md | 120 ++++++++++ .../evm/supported-chains/06-optimism-api.md | 118 ++++++++++ .../evm/supported-chains/07-linea-api.md | 120 ++++++++++ .../evm/supported-chains/08-avalanche-api.md | 118 ++++++++++ .../evm/supported-chains/09-fantom-api.md | 115 ++++++++++ .../evm/supported-chains/10-cronos-api.md | 115 ++++++++++ .../evm/supported-chains/11-palm-api.md | 115 ++++++++++ .../evm/supported-chains/12-gnosis-api.md | 117 ++++++++++ .../evm/supported-chains/13-chiliz-api.md | 117 ++++++++++ .../evm/supported-chains/14-moonbeam-api.md | 119 ++++++++++ .../evm/supported-chains/15-flow-api.md | 117 ++++++++++ .../evm/supported-chains/16-ronin-api.md | 117 ++++++++++ .../evm/supported-chains/17-lisk-api.md | 117 ++++++++++ docusaurus.config.js | 2 +- sidebars.js | 14 ++ src/css/custom.css | 205 ++++++++++++++++++ static/custom.js | 5 - 26 files changed, 2236 insertions(+), 8 deletions(-) rename "docs/01-web3-data-api/evm/reference/wallet-api/07-Get Wallet PnL\360\237\224\245/get-wallet-profitability-summary.mdx" => docs/01-web3-data-api/evm/reference/wallet-api/07-Get Wallet PnL/get-wallet-profitability-summary.mdx (100%) rename "docs/01-web3-data-api/evm/reference/wallet-api/07-Get Wallet PnL\360\237\224\245/get-wallet-profitability.mdx" => docs/01-web3-data-api/evm/reference/wallet-api/07-Get Wallet PnL/get-wallet-profitability.mdx (100%) create mode 100644 docs/01-web3-data-api/evm/supported-chains.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/01-ethereum-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/02-polygon-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/03-binance-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/04-arbitrum-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/05-base-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/06-optimism-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/07-linea-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/08-avalanche-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/09-fantom-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/10-cronos-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/11-palm-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/12-gnosis-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/13-chiliz-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/14-moonbeam-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/15-flow-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/16-ronin-api.md create mode 100644 docs/01-web3-data-api/evm/supported-chains/17-lisk-api.md diff --git a/docs/01-web3-data-api/evm/reference/reference.md b/docs/01-web3-data-api/evm/reference/reference.md index a64e54d0..c913cf79 100644 --- a/docs/01-web3-data-api/evm/reference/reference.md +++ b/docs/01-web3-data-api/evm/reference/reference.md @@ -44,7 +44,7 @@ Select what you want to achieve: | No. | Method | Description | API Reference | URL | | --- | ------------------------------ | ---------------------------------- | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| 1 | `getWalletHistory` | Get full wallet history | [Method Documentation](/web3-data-api/evm/reference/wallet-api/get-wallet-history) | | +| 1 | `getWalletHistory` | Get full wallet history | [Method Documentation](/web3-data-api/evm/reference/wallet-api/get-wallet-history) | [https://deep-index.moralis.io/api/v2.2/wallets/:address/history](https://deep-index.moralis.io/api/v2.2/wallets/:address/history) | | 2 | `getWalletTransactions` | Get native transactions by wallet | [Method Documentation](/web3-data-api/evm/reference/wallet-api/get-transactions-by-wallet) | [https://deep-index.moralis.io/api/v2.2/:address](https://deep-index.moralis.io/api/v2.2/:address) | | 3 | `getWalletTransactionsVerbose` | Get decoded transactions by wallet | [Method Documentation](/web3-data-api/evm/reference/wallet-api/get-decoded-transactions-by-wallet) | [https://deep-index.moralis.io/api/v2.2/:address/verbose](https://deep-index.moralis.io/api/v2.2/:address/verbose) | | 4 | `getWalletTokenTransfers` | Get ERC20 transfers by wallet | [Method Documentation](/web3-data-api/evm/reference/wallet-api/get-wallet-token-transfers) | [https://deep-index.moralis.io/api/v2.2/:address/erc20/transfers](https://deep-index.moralis.io/api/v2.2/:address/erc20/transfers) | diff --git "a/docs/01-web3-data-api/evm/reference/wallet-api/07-Get Wallet PnL\360\237\224\245/get-wallet-profitability-summary.mdx" b/docs/01-web3-data-api/evm/reference/wallet-api/07-Get Wallet PnL/get-wallet-profitability-summary.mdx similarity index 100% rename from "docs/01-web3-data-api/evm/reference/wallet-api/07-Get Wallet PnL\360\237\224\245/get-wallet-profitability-summary.mdx" rename to docs/01-web3-data-api/evm/reference/wallet-api/07-Get Wallet PnL/get-wallet-profitability-summary.mdx diff --git "a/docs/01-web3-data-api/evm/reference/wallet-api/07-Get Wallet PnL\360\237\224\245/get-wallet-profitability.mdx" b/docs/01-web3-data-api/evm/reference/wallet-api/07-Get Wallet PnL/get-wallet-profitability.mdx similarity index 100% rename from "docs/01-web3-data-api/evm/reference/wallet-api/07-Get Wallet PnL\360\237\224\245/get-wallet-profitability.mdx" rename to docs/01-web3-data-api/evm/reference/wallet-api/07-Get Wallet PnL/get-wallet-profitability.mdx diff --git a/docs/01-web3-data-api/evm/reference/wallet-api/wallet-api.mdx b/docs/01-web3-data-api/evm/reference/wallet-api/wallet-api.mdx index 9e025cdb..b9a20a1c 100644 --- a/docs/01-web3-data-api/evm/reference/wallet-api/wallet-api.mdx +++ b/docs/01-web3-data-api/evm/reference/wallet-api/wallet-api.mdx @@ -24,7 +24,7 @@ Select what you want to achieve: | No. | Method | Description | API Reference | URL | | --- | ------------------------------ | ---------------------------------- | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| 1 | `getWalletHistory` | Get full wallet history | [Method Documentation](/web3-data-api/evm/reference/wallet-api/get-wallet-history) | | +| 1 | `getWalletHistory` | Get full wallet history | [Method Documentation](/web3-data-api/evm/reference/wallet-api/get-wallet-history) | [https://deep-index.moralis.io/api/v2.2/wallets/:address/history](https://deep-index.moralis.io/api/v2.2/wallets/:address/history) | | 2 | `getWalletTransactions` | Get native transactions by wallet | [Method Documentation](/web3-data-api/evm/reference/wallet-api/get-transactions-by-wallet) | [https://deep-index.moralis.io/api/v2.2/:address](https://deep-index.moralis.io/api/v2.2/:address) | | 3 | `getWalletTransactionsVerbose` | Get decoded transactions by wallet | [Method Documentation](/web3-data-api/evm/reference/wallet-api/get-decoded-transactions-by-wallet) | [https://deep-index.moralis.io/api/v2.2/:address/verbose](https://deep-index.moralis.io/api/v2.2/:address/verbose) | | 4 | `getWalletTokenTransfers` | Get ERC20 transfers by wallet | [Method Documentation](/web3-data-api/evm/reference/wallet-api/get-wallet-token-transfers) | [https://deep-index.moralis.io/api/v2.2/:address/erc20/transfers](https://deep-index.moralis.io/api/v2.2/:address/erc20/transfers) | diff --git a/docs/01-web3-data-api/evm/supported-chains.md b/docs/01-web3-data-api/evm/supported-chains.md new file mode 100644 index 00000000..9c52d135 --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains.md @@ -0,0 +1,9 @@ +--- +title: "Supported Chains" +sidebar_position: 0 +slug: "/web3-data-api/evm/supported-chains" +--- + +import DocCardList from '@theme/DocCardList'; + + diff --git a/docs/01-web3-data-api/evm/supported-chains/01-ethereum-api.md b/docs/01-web3-data-api/evm/supported-chains/01-ethereum-api.md new file mode 100644 index 00000000..68bd325a --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/01-ethereum-api.md @@ -0,0 +1,122 @@ +--- +title: "Ethereum API" +slug: "/web3-data-api/evm/chains/ethereum" +sidebar_label: "Ethereum" +sidebar_position: 0 +--- + +# Ethereum API + +## Introduction + +Ethereum is the pioneering smart contract platform that enables developers to build decentralized applications (dapps) on a permissionless blockchain. It supports smart contracts, decentralized finance (DeFi), and a broad array of token standards, including ERC-20 and ERC-721. Ethereum’s consensus mechanism transitioned from Proof of Work (PoW) to Proof of Stake (PoS) with the Ethereum 2.0 upgrade, making it more energy-efficient. As the largest smart contract platform by market capitalization and developer activity, Ethereum remains a leader in the blockchain space. + +## Supported Networks + +The Web3 Data API is available for the following networks on Ethereum: + +1. **Ethereum Mainnet** +2. **Ethereum Sepolia Testnet** +3. **Ethereum Holesky Testnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| -------------------- | ------------------- | ----------------- | +| **Ethereum Mainnet** | 0x1 (1) | EvmChain.ETHEREUM | +| **Ethereum Sepolia** | 0xaa36a7 (11155111) | EvmChain.SEPOLIA | +| **Ethereum Holesky** | 0x4268 (17000) | EvmChain.HOLESKY | + +## Supported APIs + +The following APIs are supported for Ethereum: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Ethereum blockchain. + +- [Get Wallet History on Ethereum](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Ethereum](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Ethereum](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Ethereum](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Ethereum](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Ethereum](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Ethereum](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Ethereum](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Ethereum](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Ethereum. You can: + +- [Get NFTs on Ethereum](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Ethereum](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Ethereum](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Ethereum](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Ethereum](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Ethereum](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Ethereum](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Ethereum](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Ethereum](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Ethereum. Choose from the following actions: + +- [Get Token Metadata on Ethereum](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Ethereum](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Ethereum](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Ethereum](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Ethereum](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Ethereum](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Ethereum](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Ethereum](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Ethereum](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Ethereum: + +- [Get Wallet DeFi Positions on Ethereum](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Ethereum, such as exchanges or other organizations: + +- [Search Entities on Ethereum](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Ethereum](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Ethereum](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Ethereum using the Price API: + +- [Get Token Prices on Ethereum](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Ethereum](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Ethereum](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Ethereum](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Ethereum](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Ethereum](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Ethereum](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Ethereum with Moralis + +Curious about how you can leverage the full potential of Ethereum? Check out our [Ethereum page](https://developers.moralis.com/chains/ethereum/) to see how Moralis can help you build faster and smarter. With features like easy access to on-chain data, token balances, and NFT management, Moralis simplifies Ethereum development for all kinds of dapps. + +Discover more about what you can build on Ethereum with Moralis: +[Learn more on our Ethereum page](https://developers.moralis.com/chains/ethereum/) diff --git a/docs/01-web3-data-api/evm/supported-chains/02-polygon-api.md b/docs/01-web3-data-api/evm/supported-chains/02-polygon-api.md new file mode 100644 index 00000000..f171f56a --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/02-polygon-api.md @@ -0,0 +1,120 @@ +--- +title: "Polygon API" +slug: "/web3-data-api/evm/chains/polygon" +sidebar_label: "Polygon" +sidebar_position: 1 +--- + +# Polygon API + +## Introduction + +Polygon is a Layer 2 scaling solution for Ethereum, offering faster transactions with lower fees while still benefiting from Ethereum’s security. Polygon aims to improve the user experience and developer experience by enabling decentralized applications (dapps) to scale efficiently. With a robust ecosystem and a growing set of tools, Polygon has become a popular choice for DeFi, NFTs, and gaming applications. + +## Supported Networks + +The Web3 Data API is available for the following Polygon networks: + +1. **Polygon Mainnet** +2. **Polygon Amoy Testnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| ------------------- | --------------- | --------------------- | +| **Polygon Mainnet** | 0x89 (137) | EvmChain.POLYGON | +| **Polygon Amoy** | 0x13882 (80002) | EvmChain.POLYGON_AMOY | + +## Supported APIs + +The following APIs are supported for Polygon: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Polygon blockchain. + +- [Get Wallet History on Polygon](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Polygon](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Polygon](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Polygon](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Polygon](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Polygon](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Polygon](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Polygon](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Polygon](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Polygon. You can: + +- [Get NFTs on Polygon](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Polygon](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Polygon](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Polygon](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Polygon](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Polygon](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Polygon](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Polygon](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Polygon](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Polygon. Choose from the following actions: + +- [Get Token Metadata on Polygon](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Polygon](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Polygon](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Polygon](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Polygon](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Polygon](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Polygon](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Polygon](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Polygon](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Polygon: + +- [Get Wallet DeFi Positions on Polygon](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Polygon, such as exchanges or other organizations: + +- [Search Entities on Polygon](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Polygon](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Polygon](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Polygon using the Price API: + +- [Get Token Prices on Polygon](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Polygon](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Polygon](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Polygon](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Polygon](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Polygon](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Polygon](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Polygon with Moralis + +Curious about how you can leverage the full potential of Polygon? Check out our [Polygon page](https://developers.moralis.com/chains/polygon/) to see how Moralis can help you build faster and smarter. With features like easy access to on-chain data, token balances, and NFT management, Moralis simplifies Polygon development for all kinds of dapps. + +Discover more about what you can build on Polygon with Moralis: +[Learn more on our Polygon page](https://developers.moralis.com/chains/polygon/) diff --git a/docs/01-web3-data-api/evm/supported-chains/03-binance-api.md b/docs/01-web3-data-api/evm/supported-chains/03-binance-api.md new file mode 100644 index 00000000..286a5dbf --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/03-binance-api.md @@ -0,0 +1,120 @@ +--- +title: "Binance Smart Chain API" +slug: "/web3-data-api/evm/chains/binance-smart-chain" +sidebar_label: "Binance Smart Chain" +sidebar_position: 2 +--- + +# Binance Smart Chain API + +## Introduction + +Binance Smart Chain (BSC) is a high-performance blockchain designed for decentralized applications (dApps) and digital asset transactions. It supports smart contracts and offers lower transaction fees and faster confirmation times compared to Ethereum. BSC is compatible with the Ethereum Virtual Machine (EVM), allowing developers to migrate dApps and assets between Ethereum and BSC seamlessly. BSC has gained significant adoption, especially in the DeFi and NFT ecosystems. + +## Supported Networks + +The Web3 Data API is available for the following Binance Smart Chain networks: + +1. **Binance Smart Chain Mainnet** +2. **Binance Smart Chain Testnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| ------------------------------- | --------- | -------------------- | +| **Binance Smart Chain Mainnet** | 0x38 (56) | EvmChain.BSC | +| **Binance Smart Chain Testnet** | 0x61 (97) | EvmChain.BSC_TESTNET | + +## Supported APIs + +The following APIs are supported for Binance Smart Chain: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Binance Smart Chain blockchain. + +- [Get Wallet History on BSC](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on BSC](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on BSC](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on BSC](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on BSC](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on BSC](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on BSC](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on BSC](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on BSC](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Binance Smart Chain. You can: + +- [Get NFTs on BSC](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on BSC](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on BSC](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on BSC](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on BSC](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on BSC](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on BSC](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on BSC](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on BSC](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with BEP-20 tokens on Binance Smart Chain. Choose from the following actions: + +- [Get Token Metadata on BSC](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on BSC](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on BSC](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on BSC](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on BSC](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on BSC](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on BSC](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on BSC](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on BSC](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Binance Smart Chain: + +- [Get Wallet DeFi Positions on BSC](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Binance Smart Chain, such as exchanges or other organizations: + +- [Search Entities on BSC](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on BSC](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on BSC](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Binance Smart Chain using the Price API: + +- [Get Token Prices on BSC](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on BSC](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on BSC](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on BSC](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on BSC](/web3-data-api/evm/reference#get-logs) +- [Get Stats on BSC](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on BSC](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Binance Smart Chain with Moralis + +Curious about how you can leverage the full potential of Binance Smart Chain? Check out our [Binance Smart Chain page](https://developers.moralis.com/chains/bnb/) to see how Moralis can help you build faster and smarter. With features like easy access to on-chain data, token balances, and NFT management, Moralis simplifies Binance Smart Chain development for all kinds of dapps. + +Discover more about what you can build on Binance Smart Chain with Moralis: +[Learn more on our Binance Smart Chain page](https://developers.moralis.com/chains/bnb/) diff --git a/docs/01-web3-data-api/evm/supported-chains/04-arbitrum-api.md b/docs/01-web3-data-api/evm/supported-chains/04-arbitrum-api.md new file mode 100644 index 00000000..3b9f174f --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/04-arbitrum-api.md @@ -0,0 +1,118 @@ +--- +title: "Arbitrum API" +slug: "/web3-data-api/evm/chains/arbitrum" +sidebar_label: "Arbitrum" +sidebar_position: 3 +--- + +# Arbitrum API + +## Introduction + +Arbitrum is a Layer 2 scaling solution for Ethereum that offers fast and low-cost transactions while maintaining the security of the Ethereum network. Arbitrum leverages rollups to enable decentralized applications (dApps) to scale without compromising on security, making it a popular choice for DeFi and NFT platforms. By reducing congestion on the Ethereum network, Arbitrum enhances the user and developer experience for Ethereum-based projects. + +## Supported Networks + +The Web3 Data API is available for the following Arbitrum network: + +1. **Arbitrum Mainnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| -------------------- | -------------- | ----------------- | +| **Arbitrum Mainnet** | 0xa4b1 (42161) | EvmChain.ARBITRUM | + +## Supported APIs + +The following APIs are supported for Arbitrum: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Arbitrum blockchain. + +- [Get Wallet History on Arbitrum](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Arbitrum](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Arbitrum](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Arbitrum](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Arbitrum](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Arbitrum](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Arbitrum](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Arbitrum](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Arbitrum](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Arbitrum. You can: + +- [Get NFTs on Arbitrum](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Arbitrum](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Arbitrum](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Arbitrum](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Arbitrum](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Arbitrum](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Arbitrum](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Arbitrum](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Arbitrum](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Arbitrum. Choose from the following actions: + +- [Get Token Metadata on Arbitrum](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Arbitrum](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Arbitrum](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Arbitrum](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Arbitrum](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Arbitrum](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Arbitrum](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Arbitrum](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Arbitrum](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Arbitrum: + +- [Get Wallet DeFi Positions on Arbitrum](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Arbitrum, such as exchanges or other organizations: + +- [Search Entities on Arbitrum](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Arbitrum](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Arbitrum](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Arbitrum using the Price API: + +- [Get Token Prices on Arbitrum](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Arbitrum](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Arbitrum](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Arbitrum](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Arbitrum](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Arbitrum](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Arbitrum](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Arbitrum with Moralis + +Curious about how you can leverage the full potential of Arbitrum? Check out our [Arbitrum page](https://developers.moralis.com/chains/arbitrum/) to see how Moralis can help you build faster and smarter. With features like easy access to on-chain data, token balances, and NFT management, Moralis simplifies Arbitrum development for all kinds of dapps. + +Discover more about what you can build on Arbitrum with Moralis: +[Learn more on our Arbitrum page](https://developers.moralis.com/chains/arbitrum/) diff --git a/docs/01-web3-data-api/evm/supported-chains/05-base-api.md b/docs/01-web3-data-api/evm/supported-chains/05-base-api.md new file mode 100644 index 00000000..e47da1f5 --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/05-base-api.md @@ -0,0 +1,120 @@ +--- +title: "Base API" +slug: "/web3-data-api/evm/chains/base" +sidebar_label: "Base" +sidebar_position: 4 +--- + +# Base API + +## Introduction + +Base is a Layer 2 network built on top of Ethereum, offering fast and low-cost transactions while maintaining the security of Ethereum. It is optimized for decentralized applications (dApps), making it an attractive platform for DeFi, NFTs, and other blockchain use cases. Base provides developers with a secure, scalable, and interoperable environment for building dApps that leverage the Ethereum ecosystem. + +## Supported Networks + +The Web3 Data API is available for the following Base networks: + +1. **Base Mainnet** +2. **Base Sepolia Testnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| ------------------------ | --------------- | --------------------- | +| **Base Mainnet** | 0x2105 (8453) | EvmChain.BASE | +| **Base Sepolia Testnet** | 0x14a34 (84532) | EvmChain.BASE_SEPOLIA | + +## Supported APIs + +The following APIs are supported for Base: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Base blockchain. + +- [Get Wallet History on Base](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Base](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Base](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Base](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Base](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Base](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Base](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Base](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Base](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Base. You can: + +- [Get NFTs on Base](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Base](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Base](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Base](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Base](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Base](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Base](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Base](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Base](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Base. Choose from the following actions: + +- [Get Token Metadata on Base](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Base](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Base](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Base](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Base](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Base](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Base](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Base](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Base](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Base: + +- [Get Wallet DeFi Positions on Base](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Base, such as exchanges or other organizations: + +- [Search Entities on Base](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Base](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Base](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Base using the Price API: + +- [Get Token Prices on Base](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Base](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Base](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Base](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Base](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Base](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Base](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Base with Moralis + +Curious about how you can leverage the full potential of Base? Check out our [Base page](https://developers.moralis.com/chains/base/) to see how Moralis can help you build faster and smarter. With features like easy access to on-chain data, token balances, and NFT management, Moralis simplifies Base development for all kinds of dapps. + +Discover more about what you can build on Base with Moralis: +[Learn more on our Base page](https://developers.moralis.com/chains/base/) diff --git a/docs/01-web3-data-api/evm/supported-chains/06-optimism-api.md b/docs/01-web3-data-api/evm/supported-chains/06-optimism-api.md new file mode 100644 index 00000000..40cb190e --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/06-optimism-api.md @@ -0,0 +1,118 @@ +--- +title: "Optimism API" +slug: "/web3-data-api/evm/chains/optimism" +sidebar_label: "Optimism" +sidebar_position: 5 +--- + +# Optimism API + +## Introduction + +Optimism is a Layer 2 scaling solution for Ethereum that leverages optimistic rollups to improve transaction speeds and reduce costs. By processing transactions off-chain and verifying them on-chain, Optimism offers the same security guarantees as Ethereum while enabling developers to create scalable and efficient decentralized applications (dApps). Optimism is compatible with the Ethereum Virtual Machine (EVM), making it easy for Ethereum developers to transition and scale their dApps. + +## Supported Networks + +The Web3 Data API is available for the following Optimism network: + +1. **Optimism Mainnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| -------------------- | -------- | ----------------- | +| **Optimism Mainnet** | 0xa (10) | EvmChain.OPTIMISM | + +## Supported APIs + +The following APIs are supported for Optimism: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Optimism blockchain. + +- [Get Wallet History on Optimism](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Optimism](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Optimism](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Optimism](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Optimism](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Optimism](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Optimism](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Optimism](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Optimism](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Optimism. You can: + +- [Get NFTs on Optimism](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Optimism](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Optimism](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Optimism](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Optimism](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Optimism](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Optimism](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Optimism](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Optimism](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Optimism. Choose from the following actions: + +- [Get Token Metadata on Optimism](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Optimism](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Optimism](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Optimism](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Optimism](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Optimism](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Optimism](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Optimism](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Optimism](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Optimism: + +- [Get Wallet DeFi Positions on Optimism](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Optimism, such as exchanges or other organizations: + +- [Search Entities on Optimism](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Optimism](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Optimism](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Optimism using the Price API: + +- [Get Token Prices on Optimism](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Optimism](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Optimism](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Optimism](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Optimism](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Optimism](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Optimism](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Optimism with Moralis + +Curious about how you can leverage the full potential of Optimism? Check out our [Optimism page](https://developers.moralis.com/chains/optimism/) to see how Moralis can help you build faster and smarter. With features like easy access to on-chain data, token balances, and NFT management, Moralis simplifies Optimism development for all kinds of dapps. + +Discover more about what you can build on Optimism with Moralis: +[Learn more on our Optimism page](https://developers.moralis.com/chains/optimism/) diff --git a/docs/01-web3-data-api/evm/supported-chains/07-linea-api.md b/docs/01-web3-data-api/evm/supported-chains/07-linea-api.md new file mode 100644 index 00000000..04dad79a --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/07-linea-api.md @@ -0,0 +1,120 @@ +--- +title: "Linea API" +slug: "/web3-data-api/evm/chains/linea" +sidebar_label: "Linea" +sidebar_position: 6 +--- + +# Linea API + +## Introduction + +Linea is a new Layer 2 network built to scale Ethereum by offering faster and more cost-efficient transactions while maintaining Ethereum’s security and decentralization. Linea is compatible with Ethereum's EVM, which allows developers to easily migrate or extend their decentralized applications (dApps) to the Linea network. It supports ERC-20 swaps and other DeFi-related actions, making it a viable option for various decentralized applications. + +## Supported Networks + +The Web3 Data API is available for the following Linea networks: + +1. **Linea Mainnet** +2. **Linea Sepolia Testnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| ------------------------- | -------------- | ---------------------- | +| **Linea Mainnet** | 0xe708 (59144) | EvmChain.LINEA | +| **Linea Sepolia Testnet** | 0xe705 (59141) | EvmChain.LINEA_SEPOLIA | + +## Supported APIs + +The following APIs are supported for Linea: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Linea blockchain. + +- [Get Wallet History on Linea](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Linea](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Linea](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Linea](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Linea](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Linea](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Linea](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Linea](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Linea](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Linea. You can: + +- [Get NFTs on Linea](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Linea](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Linea](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Linea](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Linea](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Linea](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Linea](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Linea](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Linea](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Linea. Choose from the following actions: + +- [Get Token Metadata on Linea](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Linea](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Linea](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Linea](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Linea](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Linea](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Linea](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Linea](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Linea](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Linea: + +- [Get Wallet DeFi Positions on Linea](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Linea, such as exchanges or other organizations: + +- [Search Entities on Linea](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Linea](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Linea](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Linea using the Price API: + +- [Get Token Prices on Linea](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Linea](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Linea](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Linea](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Linea](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Linea](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Linea](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Linea with Moralis + +Curious about how you can leverage the full potential of Linea? Check out our [Linea page](https://developers.moralis.com/chains/linea/) to see how Moralis can help you build faster and smarter. With features like easy access to on-chain data, token balances, and NFT management, Moralis simplifies Linea development for all kinds of dapps. + +Discover more about what you can build on Linea with Moralis: +[Learn more on our Linea page](https://developers.moralis.com/chains/linea/) diff --git a/docs/01-web3-data-api/evm/supported-chains/08-avalanche-api.md b/docs/01-web3-data-api/evm/supported-chains/08-avalanche-api.md new file mode 100644 index 00000000..2b4d3f32 --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/08-avalanche-api.md @@ -0,0 +1,118 @@ +--- +title: "Avalanche API" +slug: "/web3-data-api/evm/chains/avalanche" +sidebar_label: "Avalanche" +sidebar_position: 7 +--- + +# Avalanche API + +## Introduction + +Avalanche is a high-performance, scalable, and secure blockchain platform that is compatible with Ethereum's smart contracts. Known for its low fees and fast transaction times, Avalanche provides an environment for decentralized applications (dApps), DeFi, and NFT projects. Avalanche aims to solve many of the scalability and congestion issues seen on other blockchains while maintaining decentralization and security. + +## Supported Networks + +The Web3 Data API is available for the following Avalanche network: + +1. **Avalanche Mainnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| --------------------- | -------------- | ------------------ | +| **Avalanche Mainnet** | 0xa86a (43114) | EvmChain.AVALANCHE | + +## Supported APIs + +The following APIs are supported for Avalanche: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Avalanche blockchain. + +- [Get Wallet History on Avalanche](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Avalanche](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Avalanche](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Avalanche](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Avalanche](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Avalanche](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Avalanche](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Avalanche](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Avalanche](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Avalanche. You can: + +- [Get NFTs on Avalanche](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Avalanche](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Avalanche](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Avalanche](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Avalanche](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Avalanche](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Avalanche](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Avalanche](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Avalanche](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Avalanche. Choose from the following actions: + +- [Get Token Metadata on Avalanche](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Avalanche](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Avalanche](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Avalanche](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Avalanche](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Avalanche](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Avalanche](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Avalanche](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Avalanche](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Avalanche: + +- [Get Wallet DeFi Positions on Avalanche](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Avalanche, such as exchanges or other organizations: + +- [Search Entities on Avalanche](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Avalanche](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Avalanche](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Avalanche using the Price API: + +- [Get Token Prices on Avalanche](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Avalanche](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Avalanche](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Avalanche](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Avalanche](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Avalanche](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Avalanche](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Avalanche with Moralis + +Curious about how you can leverage the full potential of Avalanche? Check out our [Avalanche page](https://developers.moralis.com/chains/avalanche/) to see how Moralis can help you build faster and smarter. With features like easy access to on-chain data, token balances, and NFT management, Moralis simplifies Avalanche development for all kinds of dapps. + +Discover more about what you can build on Avalanche with Moralis: +[Learn more on our Avalanche page](https://developers.moralis.com/chains/avalanche/) diff --git a/docs/01-web3-data-api/evm/supported-chains/09-fantom-api.md b/docs/01-web3-data-api/evm/supported-chains/09-fantom-api.md new file mode 100644 index 00000000..01a0e50b --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/09-fantom-api.md @@ -0,0 +1,115 @@ +--- +title: "Fantom API" +slug: "/web3-data-api/evm/chains/fantom" +sidebar_label: "Fantom" +sidebar_position: 8 +--- + +# Fantom API + +## Introduction + +Fantom is a highly scalable and decentralized Layer 1 blockchain platform designed for dApps and digital assets. Fantom is known for its high speed and low transaction fees, making it ideal for DeFi applications. It provides a highly customizable and EVM-compatible environment for developers. + +## Supported Networks + +The Web3 Data API is available for the following Fantom networks: + +1. **Fantom Mainnet** +2. **Fantom Testnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| ------------------ | ------------ | ----------------------- | +| **Fantom Mainnet** | 0xfa (250) | EvmChain.FANTOM | +| **Fantom Testnet** | 0xfa2 (4002) | EvmChain.FANTOM_TESTNET | + +## Supported APIs + +The following APIs are supported for Fantom: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Fantom blockchain. + +- [Get Wallet History on Fantom](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Fantom](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Fantom](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Fantom](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Fantom](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Fantom](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Fantom](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Fantom](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Fantom](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Fantom. You can: + +- [Get NFTs on Fantom](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Fantom](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Fantom](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Fantom](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Fantom](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Fantom](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Fantom](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Fantom](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Fantom](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Fantom. Choose from the following actions: + +- [Get Token Metadata on Fantom](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Fantom](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Fantom](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Fantom](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Fantom](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Fantom](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Fantom](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Fantom](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Fantom](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Fantom: + +- [Get Wallet DeFi Positions on Fantom](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Fantom, such as exchanges or other organizations: + +- [Search Entities on Fantom](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Fantom](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Fantom](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Fantom using the Price API: + +- [Get Token Prices on Fantom](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Fantom](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Fantom](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Fantom](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Fantom](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Fantom](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Fantom](/web3-data-api/evm/reference#get-latest-block-number) + +## Unlock the Power of Fantom with Moralis + +Curious about how you can leverage the full potential of Fantom? Check out our [Fantom page](https://developers.moralis.com/chains/fantom/) to see how Moralis can help you build faster and smarter. With features like easy access to on-chain data, token balances, and DeFi management, Moralis simplifies Fantom development for all kinds of dApps. diff --git a/docs/01-web3-data-api/evm/supported-chains/10-cronos-api.md b/docs/01-web3-data-api/evm/supported-chains/10-cronos-api.md new file mode 100644 index 00000000..d253881f --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/10-cronos-api.md @@ -0,0 +1,115 @@ +--- +title: "Cronos API" +slug: "/web3-data-api/evm/chains/cronos" +sidebar_label: "Cronos" +sidebar_position: 9 +--- + +# Cronos API + +## Introduction + +Cronos is an EVM-compatible Layer 1 blockchain that enables the mass adoption of decentralized applications (dApps). Cronos supports fast and affordable transactions, making it suitable for DeFi and GameFi applications. + +## Supported Networks + +The Web3 Data API is available for the following Cronos network: + +1. **Cronos Mainnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| ------------------ | --------- | --------------- | +| **Cronos Mainnet** | 0x19 (25) | EvmChain.CRONOS | + +## Supported APIs + +The following APIs are supported for Cronos: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Cronos blockchain. + +- [Get Wallet History on Cronos](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Cronos](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Cronos](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Cronos](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Cronos](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Cronos](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Cronos](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Cronos](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Cronos](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Cronos. You can: + +- [Get NFTs on Cronos](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Cronos](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Cronos](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Cronos](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Cronos](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Cronos](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Cronos](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Cronos](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Cronos](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Cronos. Choose from the following actions: + +- [Get Token Metadata on Cronos](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Cronos](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Cronos](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Cronos](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Cronos](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Cronos](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Cronos](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Cronos](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Cronos](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Cronos: + +- [Get Wallet DeFi Positions on Cronos](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Cronos, such as exchanges or other organizations: + +- [Search Entities on Cronos](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Cronos](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Cronos](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Cronos using the Price API: + +- [Get Token Prices on Cronos](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Cronos](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Cronos](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Cronos](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Cronos](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Cronos](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Cronos](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Cronos with Moralis + +Curious about how you can leverage the full potential of Cronos? Check out our [Cronos page](https://developers.moralis.com/chains/cronos/) to see how Moralis can help you build faster and smarter. With features like seamless on-chain data access, token balances, and DeFi support, Moralis streamlines Cronos dApp development. diff --git a/docs/01-web3-data-api/evm/supported-chains/11-palm-api.md b/docs/01-web3-data-api/evm/supported-chains/11-palm-api.md new file mode 100644 index 00000000..e7cb2ff9 --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/11-palm-api.md @@ -0,0 +1,115 @@ +--- +title: "Palm API" +slug: "/web3-data-api/evm/chains/palm" +sidebar_label: "Palm" +sidebar_position: 10 +--- + +# Palm API + +## Introduction + +Palm is a blockchain network optimized for NFTs and creative projects, providing fast transaction times, low gas fees, and an energy-efficient protocol. It is EVM-compatible, allowing developers to build decentralized applications seamlessly. + +## Supported Networks + +The Web3 Data API is available for the following Palm network: + +1. **Palm Mainnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| ---------------- | ------------------------- | ------------- | +| **Palm Mainnet** | 0x2a15c308d (11297108109) | EvmChain.PALM | + +## Supported APIs + +The following APIs are supported for Palm: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Palm blockchain. + +- [Get Wallet History on Palm](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Palm](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Palm](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Palm](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Palm](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Palm](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Palm](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Palm](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Palm](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Palm. You can: + +- [Get NFTs on Palm](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Palm](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Palm](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Palm](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Palm](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Palm](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Palm](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Palm](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Palm](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Palm. Choose from the following actions: + +- [Get Token Metadata on Palm](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Palm](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Palm](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Palm](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Palm](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Palm](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Palm](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Palm](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Palm](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Palm: + +- [Get Wallet DeFi Positions on Palm](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Palm, such as exchanges or other organizations: + +- [Search Entities on Palm](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Palm](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Palm](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Palm using the Price API: + +- [Get Token Prices on Palm](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Palm](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Palm](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Palm](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Palm](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Palm](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Palm](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Palm with Moralis + +Curious about how you can leverage the full potential of Palm? Check out our [Palm page](https://developers.moralis.com/chains/palm/) to see how Moralis can help you build faster and smarter. With support for NFTs and on-chain data access, Moralis makes Palm blockchain development easier than ever. diff --git a/docs/01-web3-data-api/evm/supported-chains/12-gnosis-api.md b/docs/01-web3-data-api/evm/supported-chains/12-gnosis-api.md new file mode 100644 index 00000000..a900a83d --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/12-gnosis-api.md @@ -0,0 +1,117 @@ +--- +title: "Gnosis API" +slug: "/web3-data-api/evm/chains/gnosis" +sidebar_label: "Gnosis" +sidebar_position: 11 +--- + +# Gnosis API + +## Introduction + +Gnosis is an EVM-compatible blockchain designed for secure and decentralized applications. Gnosis focuses on secure and decentralized infrastructure, providing a scalable environment for various use cases including DeFi. + +## Supported Networks + +The Web3 Data API is available for the following Gnosis networks: + +1. **Gnosis Mainnet** +2. **Gnosis Chiado Testnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| ------------------------- | -------------- | ----------------------- | +| **Gnosis Mainnet** | 0x64 (100) | EvmChain.GNOSIS | +| **Gnosis Chiado Testnet** | 0x27d8 (10200) | EvmChain.GNOSIS_TESTNET | + +## Supported APIs + +The following APIs are supported for Gnosis: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Gnosis blockchain. + +- [Get Wallet History on Gnosis](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Gnosis](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Gnosis](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Gnosis](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Gnosis](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Gnosis](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Gnosis](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Gnosis](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Gnosis](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Gnosis. You can: + +- [Get NFTs on Gnosis](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Gnosis](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Gnosis](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Gnosis](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Gnosis](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Gnosis](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Gnosis](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Gnosis](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Gnosis](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Gnosis. Choose from the following actions: + +- [Get Token Metadata on Gnosis](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Gnosis](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Gnosis](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Gnosis](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Gnosis](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Gnosis](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Gnosis](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Gnosis](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Gnosis](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Gnosis: + +- [Get Wallet DeFi Positions on Gnosis](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Gnosis, such as exchanges or other organizations: + +- [Search Entities on Gnosis](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Gnosis](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Gnosis](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Gnosis using the Price API: + +- [Get Token Prices on Gnosis](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Gnosis](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Gnosis](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Gnosis](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Gnosis](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Gnosis](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Gnosis](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Gnosis with Moralis + +Curious about how you can leverage the full potential of Gnosis? Check out our [Gnosis page](https://developers.moralis.com/chains/gnosis/) to see how Moralis can help you build faster and smarter. With easy access to token data, DeFi positions, and on-chain information, Moralis simplifies development on the Gnosis blockchain. diff --git a/docs/01-web3-data-api/evm/supported-chains/13-chiliz-api.md b/docs/01-web3-data-api/evm/supported-chains/13-chiliz-api.md new file mode 100644 index 00000000..ac4d564f --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/13-chiliz-api.md @@ -0,0 +1,117 @@ +--- +title: "Chiliz API" +slug: "/web3-data-api/evm/chains/chiliz" +sidebar_label: "Chiliz" +sidebar_position: 12 +--- + +# Chiliz API + +## Introduction + +Chiliz is a blockchain platform dedicated to sports and entertainment. It enables fans to engage with their favorite teams through fan tokens, digital assets, and other decentralized tools, providing a unique and interactive experience. + +## Supported Networks + +The Web3 Data API is available for the following Chiliz networks: + +1. **Chiliz Mainnet** +2. **Chiliz Testnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| ------------------ | --------------- | ----------------------- | +| **Chiliz Mainnet** | 0x15b38 (88888) | EvmChain.CHILIZ | +| **Chiliz Testnet** | 0x15b32 (88882) | EvmChain.CHILIZ_TESTNET | + +## Supported APIs + +The following APIs are supported for Chiliz: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Chiliz blockchain. + +- [Get Wallet History on Chiliz](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Chiliz](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Chiliz](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Chiliz](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Chiliz](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Chiliz](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Chiliz](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Chiliz](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Chiliz](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Chiliz. You can: + +- [Get NFTs on Chiliz](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Chiliz](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Chiliz](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Chiliz](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Chiliz](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Chiliz](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Chiliz](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Chiliz](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Chiliz](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Chiliz. Choose from the following actions: + +- [Get Token Metadata on Chiliz](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Chiliz](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Chiliz](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Chiliz](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Chiliz](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Chiliz](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Chiliz](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Chiliz](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Chiliz](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Chiliz: + +- [Get Wallet DeFi Positions on Chiliz](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Chiliz, such as exchanges or other organizations: + +- [Search Entities on Chiliz](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Chiliz](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Chiliz](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Chiliz using the Price API: + +- [Get Token Prices on Chiliz](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Chiliz](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Chiliz](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Chiliz](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Chiliz](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Chiliz](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Chiliz](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Chiliz with Moralis + +Curious about how you can leverage the full potential of Chiliz? Check out our [Chiliz page](https://developers.moralis.com/chains/chiliz/) to see how Moralis can help you build faster and smarter. With a focus on sports and entertainment, Moralis simplifies Chiliz dApp development and engagement. diff --git a/docs/01-web3-data-api/evm/supported-chains/14-moonbeam-api.md b/docs/01-web3-data-api/evm/supported-chains/14-moonbeam-api.md new file mode 100644 index 00000000..043ff845 --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/14-moonbeam-api.md @@ -0,0 +1,119 @@ +--- +title: "Moonbeam API" +slug: "/web3-data-api/evm/chains/moonbeam" +sidebar_label: "Moonbeam" +sidebar_position: 13 +--- + +# Moonbeam API + +## Introduction + +Moonbeam is a fully Ethereum-compatible smart contract platform on Polkadot. It offers seamless integration with the Ethereum ecosystem, providing an interoperable environment for decentralized applications (dApps) to scale and communicate across chains. + +## Supported Networks + +The Web3 Data API is available for the following Moonbeam networks: + +1. **Moonbeam Mainnet** +2. **Moonriver Testnet** +3. **Moonbase Testnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| --------------------- | ------------ | ------------------ | +| **Moonbeam Mainnet** | 0x504 (1284) | EvmChain.MOONBEAM | +| **Moonriver Testnet** | 0x505 (1285) | EvmChain.MOONRIVER | +| **Moonbase Testnet** | 0x507 (1287) | EvmChain.MOONBASE | + +## Supported APIs + +The following APIs are supported for Moonbeam: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Moonbeam blockchain. + +- [Get Wallet History on Moonbeam](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Moonbeam](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Moonbeam](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Moonbeam](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Moonbeam](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Moonbeam](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Moonbeam](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Moonbeam](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Moonbeam](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Moonbeam. You can: + +- [Get NFTs on Moonbeam](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Moonbeam](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Moonbeam](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Moonbeam](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Moonbeam](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Moonbeam](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Moonbeam](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Moonbeam](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Moonbeam](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Moonbeam. Choose from the following actions: + +- [Get Token Metadata on Moonbeam](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Moonbeam](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Moonbeam](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Moonbeam](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Moonbeam](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Moonbeam](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Moonbeam](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Moonbeam](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Moonbeam](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Moonbeam: + +- [Get Wallet DeFi Positions on Moonbeam](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Moonbeam, such as exchanges or other organizations: + +- [Search Entities on Moonbeam](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Moonbeam](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Moonbeam](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Moonbeam using the Price API: + +- [Get Token Prices on Moonbeam](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Moonbeam](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Moonbeam](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Moonbeam](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Moonbeam](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Moonbeam](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Moonbeam](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Moonbeam with Moralis + +Curious about how you can leverage the full potential of Moonbeam? Check out our [Moonbeam page](https://developers.moralis.com/chains/moonbeam/) to see how Moralis can help you build faster and smarter. With features like token balances, internal transactions, and on-chain data access, Moralis makes Moonbeam blockchain development easier. diff --git a/docs/01-web3-data-api/evm/supported-chains/15-flow-api.md b/docs/01-web3-data-api/evm/supported-chains/15-flow-api.md new file mode 100644 index 00000000..549590f7 --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/15-flow-api.md @@ -0,0 +1,117 @@ +--- +title: "Flow API" +slug: "/web3-data-api/evm/chains/flow" +sidebar_label: "Flow" +sidebar_position: 14 +--- + +# Flow API + +## Introduction + +Flow is a decentralized blockchain designed for scalability and usability. Built specifically for NFTs, gaming, and digital assets, Flow provides a robust and developer-friendly environment for creating consumer-oriented dApps with fast, low-cost transactions. + +## Supported Networks + +The Web3 Data API is available for the following Flow networks: + +1. **Flow Mainnet** +2. **Flow Testnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| ---------------- | ----------- | --------------------- | +| **Flow Mainnet** | 0x2eb (747) | EvmChain.FLOW | +| **Flow Testnet** | 0x221 (545) | EvmChain.FLOW_TESTNET | + +## Supported APIs + +The following APIs are supported for Flow: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Flow blockchain. + +- [Get Wallet History on Flow](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Flow](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Flow](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Flow](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Flow](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Flow](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Flow](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Flow](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Flow](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Flow. You can: + +- [Get NFTs on Flow](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Flow](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Flow](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Flow](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Flow](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Flow](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Flow](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Flow](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Flow](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Flow. Choose from the following actions: + +- [Get Token Metadata on Flow](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Flow](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Flow](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Flow](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Flow](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Flow](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Flow](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Flow](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Flow](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Flow: + +- [Get Wallet DeFi Positions on Flow](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Flow, such as exchanges or other organizations: + +- [Search Entities on Flow](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Flow](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Flow](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Flow using the Price API: + +- [Get Token Prices on Flow](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Flow](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Flow](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Flow](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Flow](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Flow](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Flow](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Flow with Moralis + +Curious about how you can leverage the full potential of Flow? Check out our [Flow page](https://developers.moralis.com/chains/flow/) to see how Moralis can help you build faster and smarter. With robust on-chain data and support for NFT projects, Moralis streamlines dApp development on Flow. diff --git a/docs/01-web3-data-api/evm/supported-chains/16-ronin-api.md b/docs/01-web3-data-api/evm/supported-chains/16-ronin-api.md new file mode 100644 index 00000000..883ba4ba --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/16-ronin-api.md @@ -0,0 +1,117 @@ +--- +title: "Ronin API" +slug: "/web3-data-api/evm/chains/ronin" +sidebar_label: "Ronin" +sidebar_position: 15 +--- + +# Ronin API + +## Introduction + +Ronin is an Ethereum sidechain developed specifically for Axie Infinity and other play-to-earn games. It offers fast, low-cost transactions for NFTs and game assets, creating a more scalable and enjoyable user experience in blockchain gaming. + +## Supported Networks + +The Web3 Data API is available for the following Ronin networks: + +1. **Ronin Mainnet** +2. **Ronin Saigon Testnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| ------------------------ | ------------ | ---------------------- | +| **Ronin Mainnet** | 0x7e4 (2020) | EvmChain.RONIN | +| **Ronin Saigon Testnet** | 0x7e5 (2021) | EvmChain.RONIN_TESTNET | + +## Supported APIs + +The following APIs are supported for Ronin: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Ronin blockchain. + +- [Get Wallet History on Ronin](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Ronin](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Ronin](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Ronin](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Ronin](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Ronin](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Ronin](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Ronin](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Ronin](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Ronin. You can: + +- [Get NFTs on Ronin](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Ronin](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Ronin](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Ronin](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Ronin](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Ronin](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Ronin](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Ronin](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Ronin](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Ronin. Choose from the following actions: + +- [Get Token Metadata on Ronin](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Ronin](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Ronin](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Ronin](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Ronin](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Ronin](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Ronin](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Ronin](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Ronin](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Ronin: + +- [Get Wallet DeFi Positions on Ronin](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Ronin, such as exchanges or other organizations: + +- [Search Entities on Ronin](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Ronin](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Ronin](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Ronin using the Price API: + +- [Get Token Prices on Ronin](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Ronin](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Ronin](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Ronin](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Ronin](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Ronin](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Ronin](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Ronin with Moralis + +Curious about how you can leverage the full potential of Ronin? Check out our [Ronin page](https://developers.moralis.com/chains/ronin/) to see how Moralis can help you build faster and smarter. With a focus on gaming and NFTs, Moralis supports seamless development on the Ronin network. diff --git a/docs/01-web3-data-api/evm/supported-chains/17-lisk-api.md b/docs/01-web3-data-api/evm/supported-chains/17-lisk-api.md new file mode 100644 index 00000000..6cda0e3a --- /dev/null +++ b/docs/01-web3-data-api/evm/supported-chains/17-lisk-api.md @@ -0,0 +1,117 @@ +--- +title: "Lisk API" +slug: "/web3-data-api/evm/chains/lisk" +sidebar_label: "Lisk" +sidebar_position: 16 +--- + +# Lisk API + +## Introduction + +Lisk is a blockchain application platform that enables developers to create scalable dApps using sidechains. With an easy-to-use SDK and JavaScript support, Lisk makes blockchain development more accessible and user-friendly. + +## Supported Networks + +The Web3 Data API is available for the following Lisk networks: + +1. **Lisk Mainnet** +2. **Lisk Sepolia Testnet** + +## Network Details + +| Network | Chain ID | EVM Chain | +| ------------------------ | ------------- | --------------------- | +| **Lisk Mainnet** | 0x46f (1135) | EvmChain.LISK | +| **Lisk Sepolia Testnet** | 0x106a (4202) | EvmChain.LISK_SEPOLIA | + +## Supported APIs + +The following APIs are supported for Lisk: + +- [Wallet API](/web3-data-api/evm/reference#wallet-api) +- [NFT API](/web3-data-api/evm/reference#nft-api) +- [Token API](/web3-data-api/evm/reference#token-api) +- [DeFi API](/web3-data-api/evm/reference#defi-api) +- [Entity API](/web3-data-api/evm/reference#entity-api) +- [Price API](/web3-data-api/evm/reference#price-api) +- [Blockchain API](/web3-data-api/evm/reference#blockchain-api) + +### Wallet API + +The Wallet API enables you to interact with wallet data on the Lisk blockchain. + +- [Get Wallet History on Lisk](/web3-data-api/evm/reference#get-wallet-history) +- [Get Wallet Token Balances on Lisk](/web3-data-api/evm/reference#get-wallet-token-balances) +- [Get Wallet Token Approvals on Lisk](/web3-data-api/evm/reference#get-wallet-token-approvals) +- [Get Wallet NFT Balances on Lisk](/web3-data-api/evm/reference#get-wallet-nfts) +- [Get Wallet DeFi Positions on Lisk](/web3-data-api/evm/reference#get-wallet-defi-positions) +- [Get Wallet Net-worth on Lisk](/web3-data-api/evm/reference#get-wallet-net-worth) +- [Get Wallet PnL on Lisk](/web3-data-api/evm/reference#get-wallet-pnl) +- [Get Wallet Details on Lisk](/web3-data-api/evm/reference#get-wallet-details) +- [Get Wallet Domains on Lisk](/web3-data-api/evm/reference#get-wallet-domains) + +### NFT API + +The NFT API allows you to interact with NFT-related data on Lisk. You can: + +- [Get NFTs on Lisk](/web3-data-api/evm/reference#get-nfts) +- [Get NFT Metadata on Lisk](/web3-data-api/evm/reference#get-nft-metadata) +- [Get NFT Transfers on Lisk](/web3-data-api/evm/reference#get-nft-transfers) +- [Get NFT Collections on Lisk](/web3-data-api/evm/reference#get-nft-collections) +- [Get NFT Owners on Lisk](/web3-data-api/evm/reference#get-nft-owners) +- [Get NFT Prices on Lisk](/web3-data-api/evm/reference#get-nft-prices) +- [Get NFT Trades on Lisk](/web3-data-api/evm/reference#get-nft-trades) +- [Get NFT Stats on Lisk](/web3-data-api/evm/reference#get-nft-stats) +- [Get NFT Traits and Rarity on Lisk](/web3-data-api/evm/reference#get-nft-traits-and-rarity) + +### Token API + +The Token API provides methods for interacting with ERC-20 tokens on Lisk. Choose from the following actions: + +- [Get Token Metadata on Lisk](/web3-data-api/evm/reference#get-token-metadata) +- [Get Token Price on Lisk](/web3-data-api/evm/reference#get-token-price) +- [Get Token Balances on Lisk](/web3-data-api/evm/reference#get-token-balances) +- [Get Token Approvals on Lisk](/web3-data-api/evm/reference#get-token-approvals) +- [Get Token Transfers on Lisk](/web3-data-api/evm/reference#get-token-transfers) +- [Get Token Top Traders on Lisk](/web3-data-api/evm/reference#get-token-top-traders) +- [Get Token Pairs & Liquidity on Lisk](/web3-data-api/evm/reference#get-token-pairs--liquidity) +- [Get Token Stats on Lisk](/web3-data-api/evm/reference#get-token-stats) +- [Get Token Owners on Lisk](/web3-data-api/evm/reference#get-token-owners) + +### DeFi API + +The DeFi API enables interaction with decentralized finance positions and data on Lisk: + +- [Get Wallet DeFi Positions on Lisk](/web3-data-api/evm/reference#get-wallet-defi-positions) + +### Entity API + +The Entity API allows you to interact with various entities on Lisk, such as exchanges or other organizations: + +- [Search Entities on Lisk](/web3-data-api/evm/reference#search-entities) +- [Get Entity Categories on Lisk](/web3-data-api/evm/reference#get-entity-categories) +- [Get Entities on Lisk](/web3-data-api/evm/reference#get-entities) + +### Price API + +Retrieve price data for tokens and NFTs on Lisk using the Price API: + +- [Get Token Prices on Lisk](/web3-data-api/evm/reference#get-token-prices) +- [Get NFT Prices on Lisk](/web3-data-api/evm/reference#get-nft-prices) + +### Blockchain API + +The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs: + +- [Get Blocks on Lisk](/web3-data-api/evm/reference#get-blocks) +- [Get Transactions on Lisk](/web3-data-api/evm/reference#get-transactions) +- [Get Logs on Lisk](/web3-data-api/evm/reference#get-logs) +- [Get Stats on Lisk](/web3-data-api/evm/reference#get-stats) +- [Get Latest Block Number on Lisk](/web3-data-api/evm/reference#get-latest-block-number) + +--- + +## Unlock the Power of Lisk with Moralis + +Curious about how you can leverage the full potential of Lisk? Check out our [Lisk page](https://developers.moralis.com/chains/lisk/) to see how Moralis can help you build faster and smarter. With support for on-chain data and token transactions, Moralis simplifies blockchain application development on Lisk. diff --git a/docusaurus.config.js b/docusaurus.config.js index 89993949..29b7f96f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -190,7 +190,7 @@ const config = { type: "doc", docId: "rpc-nodes/overview", position: "left", - label: "RPC Nodes🔥", + label: "RPC Nodes", }, { type: "doc", diff --git a/sidebars.js b/sidebars.js index 8edad91c..088ae10d 100644 --- a/sidebars.js +++ b/sidebars.js @@ -32,6 +32,20 @@ const sidebars = { }, ], }, + { + type: "category", + label: "Supported Chains", + link: { + type: "doc", + id: "web3-data-api/evm/supported-chains", + }, + items: [ + { + type: "autogenerated", + dirName: "01-web3-data-api/evm/supported-chains", // Adjust the path according to your directory structure + }, + ], + }, { type: "category", diff --git a/src/css/custom.css b/src/css/custom.css index 8d70ebe4..143a3147 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -1040,6 +1040,211 @@ li.dropdown-divider { } } +/* Ethereum */ +.menu__link[href$="ethereum"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/eth.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="polygon"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/polygon.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="binance-smart-chain"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/bsc.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="arbitrum"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/arbitrum.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="base"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/base.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="optimism"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/optimism.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="linea"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/linea.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="avalanche"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/avalanche.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="fantom"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/fantom.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="cronos"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/cronos.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="palm"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/palm.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="gnosis"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/gnosis.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="chiliz"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/chiliz.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="moonbeam"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/moonbeam.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="flow"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/flow.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="ronin"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/ronin.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + +.menu__link[href$="lisk"]::before { + content: ""; + background-image: url("https://raw.githubusercontent.com/MoralisWeb3/docs/main/static/img/content/lisk.png"); + background-size: contain; + background-repeat: no-repeat; + display: inline-block; + width: 20px; + height: 20px; + margin-right: 8px; + vertical-align: middle; +} + /* Ethereum */ .menu__link[href$="ethereum-json-rpc-api"]::before { content: ""; diff --git a/static/custom.js b/static/custom.js index 5bf941d9..8fca2abb 100644 --- a/static/custom.js +++ b/static/custom.js @@ -3,11 +3,6 @@ window.onload = function () { const pageList = []; const referenceList = [ // For v2.2 Release - "API Reference", - "Token API", - "Get Token PnL", - "Wallet API", - "Get Wallet PnL", ]; const paramList = [];