From 8b617285c9d5d745e53173ed31cab4381a757e86 Mon Sep 17 00:00:00 2001 From: galleon8 Date: Thu, 28 Mar 2024 16:11:12 +0300 Subject: [PATCH 1/3] Stellar for AAPI, number of chains, and Node API info --- pages/_meta.json | 2 +- pages/advanced-api/overview.mdx | 2 +- pages/advanced-api/query-methods.mdx | 8 ++++---- pages/index.mdx | 9 ++++----- .../rpc-service/getting-started/basics-premium.mdx | 14 +++++++------- .../rpc-service/getting-started/basics-public.mdx | 2 +- pages/rpc-service/getting-started/intro.mdx | 12 ++++++------ .../rpc-service/getting-started/team-accounts.mdx | 10 +++++----- pages/rpc-service/overview.mdx | 12 ++++++------ pages/rpc-service/pricing.mdx | 4 ++-- pages/rpc-service/service-plans.mdx | 2 +- 11 files changed, 38 insertions(+), 39 deletions(-) diff --git a/pages/_meta.json b/pages/_meta.json index 5dac45036..158bf7454 100644 --- a/pages/_meta.json +++ b/pages/_meta.json @@ -6,7 +6,7 @@ "type": "separator", "title": "Building With Ankr" }, - "rpc-service": "RPC/REST API", + "rpc-service": "Node API", "advanced-api": "Advanced API", "node-snapshot": "Blockchain Node Snapshots", "node-runners": { diff --git a/pages/advanced-api/overview.mdx b/pages/advanced-api/overview.mdx index 09990fda7..5ff17d1b1 100644 --- a/pages/advanced-api/overview.mdx +++ b/pages/advanced-api/overview.mdx @@ -28,7 +28,7 @@ Currently, Advanced API works with the following EVM-compatible chains: **Mainnet**: - * `Avalanche`, `Arbitrum`, `Base`, `BNB Smart Chain`, `Ethereum`, `Fantom`, `Flare`, `Gnosis`, `Linea`, `Optimism`, `Polygon`, `Polygon zkEVM`, `Rollux`, `Scroll`, `Syscoin`. + * `Avalanche`, `Arbitrum`, `Base`, `BNB Smart Chain`, `Ethereum`, `Fantom`, `Flare`, `Gnosis`, `Linea`, `Optimism`, `Polygon`, `Polygon zkEVM`, `Rollux`, `Scroll`, `Stellar`, `Syscoin`. **Testnet**: diff --git a/pages/advanced-api/query-methods.mdx b/pages/advanced-api/query-methods.mdx index a6f5d5574..16c7fc927 100644 --- a/pages/advanced-api/query-methods.mdx +++ b/pages/advanced-api/query-methods.mdx @@ -7,7 +7,7 @@ import { Callout } from "components"; _Query API_ is an Advanced API's collection of methods that comes as a unique feature along with other extensive capabilities provided to our [Premium Plan](/rpc-service/service-plans/#service-plans-comparison) users. -_Query API_ is an access-ready solution that enables your projects to interact with multiple blockchains in a single request. By indexing blockchain data from all eight currently supported chains, searching through large amounts of data is easier and faster than ever before. Query API can boast almost instantaneous processing speeds (due to the key-value filtering supported) for the searches that might ordinarily take hours to process. +_Query API_ is an access-ready solution that enables your projects to interact with multiple blockchains in a single request. By indexing blockchain data on all supported chains, searching through large amounts of data is easier and faster than ever before. Query API can boast almost instantaneous processing speeds (due to the key-value filtering supported) for the searches that might ordinarily take hours to process. Query API serves to request info on the ranges of blocks (max range is 100) for a full list of block metadata. @@ -142,7 +142,7 @@ Build your request using the parameters below. * `method` (string; required): a method used for the request. * `params` (object): the data object containing request body parameters: - * `blockchain` (string; required): either of the supported chains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `polygon_zkevm`, `rollux`, `scroll`, `syscoin`, `avalanche_fuji`, `eth_goerli`, `optimism_testnet`, `polygon_mumbai`). + * `blockchain` (string; required): either of the supported chains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `polygon_zkevm`, `rollux`, `scroll`, `stellar`, `syscoin`, `avalanche_fuji`, `eth_goerli`, `optimism_testnet`, `polygon_mumbai`). * `decodeLogs` (boolean): set to `true` to decode logs, or to `false` if you don't need this kind of info. * `decodeTxData` (boolean): set to `true` to decode transaction data, or to `false` if not interested in it. * `descOrder` (boolean): choose data order, either descending (if `true`) or ascending (if `false`). @@ -957,8 +957,8 @@ Build your request using the parameters below. * `address` (string; required): an address to search for transactions. * `blockchain` (string): a chain or a combination of chains to query: - * Single chain: `arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `polygon_zkevm`, `rollux`, `scroll`, `syscoin`, `avalanche_fuji`, `eth_goerli`, `optimism_testnet`, `polygon_mumbai`. - * Chains combination: `[arbitrum, avalanche, base, bsc, eth, fantom, flare, gnosis, linea, optimism, polygon, polygon_zkevm, rollux, scroll, syscoin, avalanche_fuji, eth_goerli, optimism_testnet, polygon_mumbai]`. + * Single chain: `arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `polygon_zkevm`, `rollux`, `scroll`, `stellar`, `syscoin`, `avalanche_fuji`, `eth_goerli`, `optimism_testnet`, `polygon_mumbai`. + * Chains combination: `[arbitrum, avalanche, base, bsc, eth, fantom, flare, gnosis, linea, optimism, polygon, polygon_zkevm, rollux, scroll, stellar, syscoin, avalanche_fuji, eth_goerli, optimism_testnet, polygon_mumbai]`. * All chains: leave the value empty to query all the chains available. * `fromBlock` (integer): narrow your search indicating the block number to start from (inclusive; `>= 0`). Supported value formats: hex, decimal, "earliest", "latest". * `toBlock` (integer): narrow your search indicating the block number to end with (inclusive; `>= 0`). Supported value formats: hex, decimal, "earliest", "latest". diff --git a/pages/index.mdx b/pages/index.mdx index ccffa295c..38c14dbc8 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -9,13 +9,13 @@ It has a set of different products for building, earning, gaming, and more — a This documentation explains how to use Ankr's products and services as a developer as well as a regular Web3 user. From [public RPC endpoints](https://www.ankr.com/rpc/) that developers have come to know and love, alongside new [Premium and Enterprise plans](https://www.ankr.com/rpc/pricing/) packed with [advanced developer tools](https://www.ankr.com/advanced-api/) — all powered by a globally distributed and decentralized network of nodes. -## RPC/REST API +## Node API
* Access RPC/REST Endpoints via HTTPS or WebSockets. -* Interact with 45+ [supported blockchains](/rpc-service/chains/chains-list/). +* Interact with 50+ [supported blockchains](/rpc-service/chains/chains-list/). * Test out and get important stats. * Suitable for Web3 developers and enthusiasts of all skill levels.
@@ -28,7 +28,7 @@ From [public RPC endpoints](https://www.ankr.com/rpc/) that developers have come * Access a specifically-tailored collection of JSON-RPC API endpoints. -* Interact with 15 mainnet and 4 testnet chains supported. +* Interact with 16 mainnet and 4 testnet chains supported. * Use Ankr JavaScript/Python SDKs and React Hooks. * Tailored to support most popular Web3 scenarios.
@@ -88,9 +88,8 @@ From [public RPC endpoints](https://www.ankr.com/rpc/) that developers have come * Deploy a fast and secure network. * Choose additional components from Developer Marketplace. -
- [Bring your project to Web3](scaling-services-introduction/overview) ↗ + [Bring your project to Web3](/scaling-services-overview/) ↗
## Staking diff --git a/pages/rpc-service/getting-started/basics-premium.mdx b/pages/rpc-service/getting-started/basics-premium.mdx index b1e34e9fb..54b9103bc 100644 --- a/pages/rpc-service/getting-started/basics-premium.mdx +++ b/pages/rpc-service/getting-started/basics-premium.mdx @@ -2,7 +2,7 @@ import { Callout } from "components"; # Basics with Premium plan -The [Premium service plan](/rpc-service/service-plans/#service-plans-comparison) enables using the RPC API Endpoints and Advanced APIs at the corresponding [rate limits](/rpc-service/service-plans/#rate-limits). Here is the path to access Premium and start using its functionality: +The [Premium service plan](/rpc-service/service-plans/#service-plans-comparison) enables using the Node API endpoints and Advanced APIs at the corresponding [rate limits](/rpc-service/service-plans/#rate-limits). Here is the path to access Premium and start using its functionality: > `Interface schema` —> `Sign in` —> `Deposit funds` —> `Use private endpoints` @@ -16,7 +16,7 @@ The [Premium service plan](/rpc-service/service-plans/#service-plans-comparison) ## Sign in -RPC Service supports two authentication options: +Web3 API platform supports two authentication options: Authentication method @@ -27,7 +27,7 @@ RPC Service supports two authentication options: The Google sign in procedure is the following: -1. Go to the [RPC Service](https://www.ankr.com/rpc/) platform. +1. Go to the [Web3 API](https://www.ankr.com/rpc/) platform. 2. In the top right corner, click **Sign in >** **Continue with Google**, and then select the account to use. Google authentication @@ -43,7 +43,7 @@ Accounts with no transactions can't be used for authentication. The Ethereum wallet sign in procedure is the following: -1. Go to the [RPC Service](https://www.ankr.com/rpc/) platform. +1. Go to the [Web3 API](https://www.ankr.com/rpc/) platform. 2. In the top right corner, click **Sign in > Continue with ETH Wallet**, select the wallet to use (example: **MetaMask**). Wallet selection @@ -73,7 +73,7 @@ Depending on the [sign-in](/rpc-service/getting-started/basics-premium/#sign-in) The Ethereum wallet flow has the following parts to it: * [Initial deposit](/rpc-service/getting-started/basics-premium/#initial-deposit) - * [Subsequent top ups](/rpc-service/getting-started/basics-premium/#subsequent-top-ups) + * [Subsequent top-ups](/rpc-service/getting-started/basics-premium/#subsequent-top-ups) #### Initial deposit @@ -93,7 +93,7 @@ The initial top-up process is the following: Congrats — you've made payment in ANKR tokens to get the API Credits into your account, and you're all set for using _Premium_ services. -#### Subsequent top ups +#### Subsequent top-ups As always the case, one day your account balance goes low — that's just the fact of life — and you need to top it up to continue querying blockchains: @@ -138,7 +138,7 @@ The initial top-up process is the following: Congrats — you've made a USD payment to get the API Credits into your account, and you're all set for using _Premium_ services. -#### Subsequent top ups +#### Subsequent top-ups If you've selected the **One time** payment option upon the [initial deposit](/rpc-service/getting-started/basics-premium/#initial-deposit-1), then one day your account balance goes low — that's just the fact of life — and you need to top it up to continue querying blockchains: diff --git a/pages/rpc-service/getting-started/basics-public.mdx b/pages/rpc-service/getting-started/basics-public.mdx index 33033183d..643951c2f 100644 --- a/pages/rpc-service/getting-started/basics-public.mdx +++ b/pages/rpc-service/getting-started/basics-public.mdx @@ -4,7 +4,7 @@ import { Callout } from "components"; What's available for the [Public service plan](/rpc-service/service-plans/#service-plans-comparison) user: - * RPC/REST API and Advanced API at the corresponding [rate limits](/rpc-service/service-plans/#rate-limits). + * Node API and Advanced API at the corresponding [rate limits](/rpc-service/service-plans/#rate-limits). * Connection code snippets. * Query checker. * Public usage data (stats on requests from all Public service users). diff --git a/pages/rpc-service/getting-started/intro.mdx b/pages/rpc-service/getting-started/intro.mdx index 8ece0bbd6..fb32b0ef7 100644 --- a/pages/rpc-service/getting-started/intro.mdx +++ b/pages/rpc-service/getting-started/intro.mdx @@ -2,13 +2,13 @@ import { Callout } from "components"; # Intro -Getting Started docs will help you land on your feet safely and orient yourself on the unfamiliar territory of our RPC Service platform in no time. +Getting Started docs will help you land on your feet safely and orient yourself on the unfamiliar territory of our Web3 API platform in no time. Here is your map to our basics: > `Iterface schema` — `Public: basics` — `Premium: basics` — `Business accounts` — `Projects` - * [`Interface schema`](/rpc-service/getting-started/intro/#interface-schema) — your way around RPC Service interface. + * [`Interface schema`](/rpc-service/getting-started/intro/#interface-schema) — your way around Web3 API interface. * [`Public: basics`](/rpc-service/getting-started/basics-public/) — your way around Public endpoints for blockchain interaction. * [`Premium: basics`](/rpc-service/getting-started/basics-premium/) — your way around Premium endpoints for blockchain interaction. * [`Business accounts`](/rpc-service/getting-started/business-accounts/) — your way around user accounts structuring your business. @@ -16,20 +16,20 @@ Here is your map to our basics: ## Interface schema -Here you'll find information on what you can expect from all the main panes you're working with on the RPC Service platform. +Here you'll find information on what you can expect from all the main panes you're working with on the Web3 API platform. Here are panes you usually work with: -> [`RPC/REST API (Endpoints)`](/rpc-service/getting-started/intro/#rpcrest-api) — [`Andvanced API`](/rpc-service/getting-started/intro/#advanced-api) — [`Dashboard`](/rpc-service/getting-started/intro/#dashboard) — [`Settings`](/rpc-service/getting-started/intro/#settings) — [`Billing`](/rpc-service/getting-started/intro/#billing) +> [`Node API (Endpoints)`](/rpc-service/getting-started/intro/#node-api) — [`Andvanced API`](/rpc-service/getting-started/intro/#advanced-api) — [`Dashboard`](/rpc-service/getting-started/intro/#dashboard) — [`Settings`](/rpc-service/getting-started/intro/#settings) — [`Billing`](/rpc-service/getting-started/intro/#billing) -### RPC/REST API +### Node API Once you type down `ankr.com/rpc` in your browser and press `Enter`, you'll find yourself in the **Endpoints** pane. This is your starting point to empower your Web3 project with blockchain interaction capabilities.
UI Schema -You usually start as a [Public plan](/rpc-service/service-plans/) user, meaning that you haven't signed in to our platform yet and can only use free RPC API endpoints and Advanced API with the corresponding [features](/rpc-service/service-plans/#feature-list) and [rate limits](/rpc-service/service-plans/#rate-limits) available. +You usually start as a [Public plan](/rpc-service/service-plans/) user, meaning that you haven't signed in to our platform yet and can only use free Node API endpoints and Advanced API with the corresponding [features](/rpc-service/service-plans/#feature-list) and [rate limits](/rpc-service/service-plans/#rate-limits) available. For a Public plan user, the following actions are available from the start: diff --git a/pages/rpc-service/getting-started/team-accounts.mdx b/pages/rpc-service/getting-started/team-accounts.mdx index dcdae5d2d..6e927affb 100644 --- a/pages/rpc-service/getting-started/team-accounts.mdx +++ b/pages/rpc-service/getting-started/team-accounts.mdx @@ -39,7 +39,7 @@ Only Premium users registered on our platform via Google or GitHub account can u To create a team account, follow these steps: -1. [Sign in](/rpc-service/getting-started/basics-premium/#sign-in) to the [RPC Service](https://www.ankr.com/rpc/) platform. +1. [Sign in](/rpc-service/getting-started/basics-premium/#sign-in) to the [Web3 API](https://www.ankr.com/rpc/) platform. 2. Click the **Accounts** menu > **+ Create team account** to start the procedure. @@ -67,7 +67,7 @@ Currently, only users with **Google email addresses** can be added as teammates. To invite teammates (max.: `20`) to a team account, follow these steps: -1. [Sign in](/rpc-service/getting-started/basics-premium/#sign-in) to the [RPC Service](https://www.ankr.com/rpc/) platform. +1. [Sign in](/rpc-service/getting-started/basics-premium/#sign-in) to the [Web3 API](https://www.ankr.com/rpc/) platform. 2. Click the **Accounts** menu > **Manage team accounts** to open the **Team accounts** pane. 3. In the **Team accounts** pane, click **Invite** to open the **Invite teammates** dialog. @@ -84,7 +84,7 @@ Congrats — you've just added teammates to a team account. The selected teammat To edit teammates' access roles, do the following: -1. [Sign in](/rpc-service/getting-started/basics-premium/#sign-in) to the [RPC Service](https://www.ankr.com/rpc/) platform. +1. [Sign in](/rpc-service/getting-started/basics-premium/#sign-in) to the [Web3 API](https://www.ankr.com/rpc/) platform. 2. Click the **Accounts** menu > **Manage team accounts** to open the **Team accounts** pane. 3. In the **Team accounts** pane, click the required account to expand its contents. @@ -100,7 +100,7 @@ Congrats — you've just edited your teammate's access role. The teammate will r To switch your current account, do the following: -1. [Sign in](/rpc-service/getting-started/basics-premium/#sign-in) to the [RPC Service](https://www.ankr.com/rpc/) platform. +1. [Sign in](/rpc-service/getting-started/basics-premium/#sign-in) to the [Web3 API](https://www.ankr.com/rpc/) platform. 2. Click the **Accounts** menu and select the account you'd like to switch to. @@ -122,7 +122,7 @@ Congrats — you've just joined the team and can collaborate according to your a To switch between the team accounts you belong to and exercise the corresponding access rights granted, do the following: -1. [Sign in](/rpc-service/getting-started/basics-premium/#sign-in) to the [RPC Service](https://www.ankr.com/rpc/) platform. +1. [Sign in](/rpc-service/getting-started/basics-premium/#sign-in) to the [Web3 API](https://www.ankr.com/rpc/) platform. 2. Click the **Accounts** menu and select the account you'd like to switch to. diff --git a/pages/rpc-service/overview.mdx b/pages/rpc-service/overview.mdx index f6deb3b7f..4c1324c81 100644 --- a/pages/rpc-service/overview.mdx +++ b/pages/rpc-service/overview.mdx @@ -5,20 +5,20 @@ import { Callout } from "components"; Ankr provides the top-performing globally-distributed decentralized infrastructure of nodes to empower your Web3 projects with blockchain interaction capabilities. > **Your project requires blockchain interaction?**
-> Head straight to **[RPC Service](https://www.ankr.com/rpc/)**. +> Head straight to **[Web3 API platform](https://www.ankr.com/rpc/)**.
-## RPC Service +## Web3 API Service -*RPC Service (https://www.ankr.com/rpc/)* — a platform that provides access to our top-class nodes infrastructure to query the vast list of [supported chains](/rpc-service/chains/chains-list/), monitor requested data telemetry, and test the RPC API methods you require before actually using them. +*Web3 API Service (https://www.ankr.com/rpc/)* — a platform that provides access to our top-class nodes infrastructure to query the vast list of [supported chains](/rpc-service/chains/chains-list/), monitor requested data telemetry, and test the RPC API methods you require before actually using them. -Our [RPC Service](https://www.ankr.com/rpc/) platform has the following solutions to offer: +Our [Web3 API](https://www.ankr.com/rpc/) platform has the following solutions to offer: - * *[RPC/REST API](/rpc-service/getting-started/intro/#rpcrest-api)* — the endpoints that enable your Web3 projects to start interacting with an extensive list of [supported blockchains](/rpc-service/chains/chains-list/), give access to viewing the usage statistics for the data queried, and provide the means for RPC API methods testing. + * *[Node API](/rpc-service/getting-started/intro/#node-api)* — the endpoints that enable your Web3 projects to start interacting with an extensive list of [supported blockchains](/rpc-service/chains/chains-list/), give access to viewing the usage statistics for the data queried, and provide the means for RPC API methods testing. - * *[Advanced API](/advanced-api/overview)* — a ready-to-use indexed collection of endpoints that supports simultaneous querying of multiple blockchains (15 mainnet and 4 testnet chains available) for the most popular Web3 scenarios at near-instant speeds; available via [JavaScript](/advanced-api/javascript-sdk)/[Python](/advanced-api/python-sdk) SDKs and [React Hooks](/advanced-api/react-hooks). Advanced API also gives you access to the usage statistics for the data queried. + * *[Advanced API](/advanced-api/overview)* — a ready-to-use indexed collection of endpoints that supports simultaneous querying of multiple blockchains (16 mainnet and 4 testnet chains available) for the most popular Web3 scenarios at near-instant speeds; available via [JavaScript](/advanced-api/javascript-sdk)/[Python](/advanced-api/python-sdk) SDKs and [React Hooks](/advanced-api/react-hooks). Advanced API also gives you access to the usage statistics for the data queried. > Learn using our platform in the [Getting Started](/rpc-service/getting-started/intro/) docs. diff --git a/pages/rpc-service/pricing.mdx b/pages/rpc-service/pricing.mdx index d0ab6e95d..6eb07f18c 100644 --- a/pages/rpc-service/pricing.mdx +++ b/pages/rpc-service/pricing.mdx @@ -15,7 +15,7 @@ Premium Plan's chain requests measure in *API Credits*. Our Pay-as-you-go (PAYG) | API Type | Method | API Credits | in USD | |----------------|-------------|-------------|----------| | Ethereum | all methods | 200 | $0.00002 | -| EVM compatible | all methods | 200 | $0.00002 | +| EVM-compatible | all methods | 200 | $0.00002 | | Solana | all methods | 500 | $0.00005 | -| Advanced APIs | all methods | 700 | $0.00007 | +| Advanced API | all methods | 700 | $0.00007 | | Other | | 100 | $0.00001 | \ No newline at end of file diff --git a/pages/rpc-service/service-plans.mdx b/pages/rpc-service/service-plans.mdx index 526525e7f..2ce4015b9 100644 --- a/pages/rpc-service/service-plans.mdx +++ b/pages/rpc-service/service-plans.mdx @@ -16,7 +16,7 @@ Our solutions work under the following Service Plans: Here is the list of solutions we have at your disposal on the [RPC Service](https://www.ankr.com/rpc/) platform under the Service Plan you've selected: - * *[RPC/REST API](/rpc-service/overview/)* — the endpoints that enable your Web3 projects to start interacting with an extensive list of [supported blockchains](/rpc-service/chains/chains-list/), give access to viewing the usage statistics for the data queried, and provide the means for RPC API methods testing. + * *[Node API](/rpc-service/overview/)* — the endpoints that enable your Web3 projects to start interacting with an extensive list of [supported blockchains](/rpc-service/chains/chains-list/), give access to viewing the usage statistics for the data queried, and provide the means for RPC API methods testing. * *[Advanced API](/advanced-api/overview)* — a ready-to-use indexed collection of endpoints that supports simultaneous querying of multiple blockchains (15 mainnet and 4 testnet chains available) for the most popular Web3 scenarios at near-instant speeds; available via [JavaScript](/advanced-api/javascript-sdk)/[Python](/advanced-api/python-sdk) SDKs and [React Hooks](/advanced-api/react-hooks). Advanced API also gives you access to the usage statistics for the data queried. From d60766090d97d87d44c5fe2ed26d198197e69c44 Mon Sep 17 00:00:00 2001 From: galleon8 Date: Thu, 28 Mar 2024 16:23:05 +0300 Subject: [PATCH 2/3] =?UTF-8?q?Stellar=20in=20AAPI=20=E2=80=94=20web3=20ap?= =?UTF-8?q?i=20name=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/rpc-service/chains/chains-list.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/rpc-service/chains/chains-list.mdx b/pages/rpc-service/chains/chains-list.mdx index 95c5f1d0d..d22778a24 100644 --- a/pages/rpc-service/chains/chains-list.mdx +++ b/pages/rpc-service/chains/chains-list.mdx @@ -3,7 +3,7 @@ import { Callout } from "components"; ## Chains Quickstart -This docs section provides the list of all chains available on [RPC Service](https://www.ankr.com/rpc/). Each chain in the list has the following information structure: +This docs section provides the list of all chains available on the [Web3 API platform](https://www.ankr.com/rpc/). Each chain in the list has the following information structure: > `Overview` —— `Networks` —— `Adding to MetaMask` —— `Methods` —— `API Querying` From 28859f00972decdd3fe938d67280d1bf1ffd49d0 Mon Sep 17 00:00:00 2001 From: galleon8 Date: Thu, 28 Mar 2024 16:35:34 +0300 Subject: [PATCH 3/3] RPC Service to Node API naming for all chains --- pages/rpc-service/chains/chains-api/aptos.mdx | 2 +- .../chains/chains-api/arbitrum-nova.mdx | 2 +- .../chains/chains-api/arbitrum.mdx | 2 +- .../chains/chains-api/avalanche.mdx | 2 +- pages/rpc-service/chains/chains-api/base.mdx | 2 +- .../chains/chains-api/bitlayer.mdx | 2 +- pages/rpc-service/chains/chains-api/blast.mdx | 2 +- .../chains/chains-api/bnb-smart-chain.mdx | 2 +- pages/rpc-service/chains/chains-api/bttc.mdx | 2 +- pages/rpc-service/chains/chains-api/celo.mdx | 2 +- .../rpc-service/chains/chains-api/chiliz.mdx | 2 +- pages/rpc-service/chains/chains-api/core.mdx | 2 +- .../chains/chains-api/eth-beacon.mdx | 2 +- .../chains/chains-api/ethereum.mdx | 2 +- .../rpc-service/chains/chains-api/fantom.mdx | 2 +- .../chains/chains-api/filecoin.mdx | 2 +- pages/rpc-service/chains/chains-api/flare.mdx | 2 +- .../chains/chains-api/gnosis-beacon.mdx | 2 +- .../rpc-service/chains/chains-api/gnosis.mdx | 2 +- .../rpc-service/chains/chains-api/harmony.mdx | 2 +- pages/rpc-service/chains/chains-api/heco.mdx | 2 +- .../chains/chains-api/horizen-eon.mdx | 2 +- pages/rpc-service/chains/chains-api/iotex.mdx | 2 +- pages/rpc-service/chains/chains-api/kava.mdx | 2 +- pages/rpc-service/chains/chains-api/kinto.mdx | 2 +- .../rpc-service/chains/chains-api/klaytn.mdx | 2 +- .../rpc-service/chains/chains-api/kusama.mdx | 2 +- pages/rpc-service/chains/chains-api/linea.mdx | 2 +- .../rpc-service/chains/chains-api/mantle.mdx | 2 +- pages/rpc-service/chains/chains-api/metis.mdx | 2 +- .../chains/chains-api/moonbeam.mdx | 2 +- pages/rpc-service/chains/chains-api/near.mdx | 2 +- .../rpc-service/chains/chains-api/nervos.mdx | 2 +- .../rpc-service/chains/chains-api/okx_x1.mdx | 2 +- .../chains/chains-api/optimism.mdx | 2 +- .../chains/chains-api/polkadot.mdx | 2 +- .../chains/chains-api/polygon-zkevm.mdx | 2 +- .../rpc-service/chains/chains-api/polygon.mdx | 2 +- .../rpc-service/chains/chains-api/rollux.mdx | 2 +- .../rpc-service/chains/chains-api/scroll.mdx | 2 +- .../chains/chains-api/secret-network.mdx | 2 +- pages/rpc-service/chains/chains-api/sei.mdx | 2 +- .../rpc-service/chains/chains-api/solana.mdx | 2 +- .../rpc-service/chains/chains-api/stellar.mdx | 2 +- pages/rpc-service/chains/chains-api/sui.mdx | 2 +- .../rpc-service/chains/chains-api/syscoin.mdx | 2 +- pages/rpc-service/chains/chains-api/taiko.mdx | 2 +- pages/rpc-service/chains/chains-api/tenet.mdx | 2 +- pages/rpc-service/chains/chains-api/tron.mdx | 2 +- pages/rpc-service/chains/chains-api/xdc.mdx | 2 +- .../chains/chains-api/zksync-era.mdx | 2 +- pages/rpc-service/chains/chains-list.mdx | 162 +++++++++--------- 52 files changed, 132 insertions(+), 132 deletions(-) diff --git a/pages/rpc-service/chains/chains-api/aptos.mdx b/pages/rpc-service/chains/chains-api/aptos.mdx index fa6a43f6e..783af59c5 100644 --- a/pages/rpc-service/chains/chains-api/aptos.mdx +++ b/pages/rpc-service/chains/chains-api/aptos.mdx @@ -3,7 +3,7 @@ -> Aptos API is available on [RPC Service](https://www.ankr.com/rpc/aptos). +> Aptos API is available on [Web3 API platform](https://www.ankr.com/rpc/aptos). The *Aptos* blockchain, designed with scalability, safety, reliability, and upgradability as key principles, to address blockchain challenges, such as frequent outages, high costs, low throughput limits, and security concerns. The Aptos blockchain has been developed over the past three years by over 350+ developers across the globe. It offers new and novel innovations in consensus, smart contract design, system security, performance, and decentralization. The combination of these technologies will provide a fundamental building block to bring web3 to the masses. diff --git a/pages/rpc-service/chains/chains-api/arbitrum-nova.mdx b/pages/rpc-service/chains/chains-api/arbitrum-nova.mdx index 245d7eff0..5daa61a85 100644 --- a/pages/rpc-service/chains/chains-api/arbitrum-nova.mdx +++ b/pages/rpc-service/chains/chains-api/arbitrum-nova.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Arbitrum Nova API is available on [RPC Service](https://www.ankr.com/rpc/arbitrumnova). +> Arbitrum Nova API is available on [Web3 API platform](https://www.ankr.com/rpc/arbitrumnova). *Arbitrum Nova* offers an ultra-low transaction costs with high security. Nova powers dapps with high transaction volumes that seek to drive costs even lower. diff --git a/pages/rpc-service/chains/chains-api/arbitrum.mdx b/pages/rpc-service/chains/chains-api/arbitrum.mdx index c56064442..6c38bc73c 100644 --- a/pages/rpc-service/chains/chains-api/arbitrum.mdx +++ b/pages/rpc-service/chains/chains-api/arbitrum.mdx @@ -3,7 +3,7 @@ -> Arbitrum API is available on [RPC Service](https://www.ankr.com/rpc/arbitrum). +> Arbitrum API is available on [Web3 API platform](https://www.ankr.com/rpc/arbitrum). *Arbitrum* is designed to be as compatible and consistent with Ethereum as possible, from its high-level RPCs to its low-level bytecode and everything in between. Dapp developers with experience building on Ethereum will likely find that little-to-no new L2-specific knowledge is required to build on Arbitrum. diff --git a/pages/rpc-service/chains/chains-api/avalanche.mdx b/pages/rpc-service/chains/chains-api/avalanche.mdx index 20f63f2b7..0944932e6 100644 --- a/pages/rpc-service/chains/chains-api/avalanche.mdx +++ b/pages/rpc-service/chains/chains-api/avalanche.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Avalanche API is available on [RPC Service](https://www.ankr.com/rpc/avalanche). +> Avalanche API is available on [Web3 API platform](https://www.ankr.com/rpc/avalanche). *Avalanche* is an ecosystem made up of three core Blockchains optimized for specific tasks within the network. The **Exchange Chain** (X-Chain), **Platform Chain** (P-Chain), and **Contract Chain** (C-Chain). We also support Standard EVM API for Avalanche. diff --git a/pages/rpc-service/chains/chains-api/base.mdx b/pages/rpc-service/chains/chains-api/base.mdx index eeef6e936..6b334a1da 100644 --- a/pages/rpc-service/chains/chains-api/base.mdx +++ b/pages/rpc-service/chains/chains-api/base.mdx @@ -6,7 +6,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; -> Base API is available on [RPC Service](https://www.ankr.com/rpc/base). +> Base API is available on [Web3 API platform](https://www.ankr.com/rpc/base). *Base* is a secure, low-cost, developer-friendly Ethereum L2 built to bring the next billion users to web3. diff --git a/pages/rpc-service/chains/chains-api/bitlayer.mdx b/pages/rpc-service/chains/chains-api/bitlayer.mdx index cddfdc515..813beafbf 100644 --- a/pages/rpc-service/chains/chains-api/bitlayer.mdx +++ b/pages/rpc-service/chains/chains-api/bitlayer.mdx @@ -2,7 +2,7 @@ import { Callout } from "components"; # Bitlayer -> Bitlayer API is available on [RPC Service](https://www.ankr.com/rpc/bitlayer). +> Bitlayer API is available on [Web3 API platform](https://www.ankr.com/rpc/bitlayer). *Bitlayer* is the first Bitcoin security-equivalent layer 2 based on BitVM. It consists of an EVM compatible chain/sequencer that can map BTC ecological assets and facilitate the entry of BTC users. diff --git a/pages/rpc-service/chains/chains-api/blast.mdx b/pages/rpc-service/chains/chains-api/blast.mdx index 38c291fe8..3763a24f0 100644 --- a/pages/rpc-service/chains/chains-api/blast.mdx +++ b/pages/rpc-service/chains/chains-api/blast.mdx @@ -3,7 +3,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; # Blast -> Blast API is available on [RPC Service](https://www.ankr.com/rpc/blast/). +> Blast API is available on [Web3 API platform](https://www.ankr.com/rpc/blast/). Blast is the only Ethereum L2 with native yield for ETH and stablecoins. Blast yield comes from ETH staking and RWA protocols. The yield from these decentralized protocols is passed back to Blast users automatically. The default interest rate on other L2s is 0%. On Blast, it’s 4% for ETH and 5% for stablecoins. diff --git a/pages/rpc-service/chains/chains-api/bnb-smart-chain.mdx b/pages/rpc-service/chains/chains-api/bnb-smart-chain.mdx index 40beb914d..63c347fe4 100644 --- a/pages/rpc-service/chains/chains-api/bnb-smart-chain.mdx +++ b/pages/rpc-service/chains/chains-api/bnb-smart-chain.mdx @@ -3,7 +3,7 @@ -> BNB Smart Chain API is available on [RPC Service](https://www.ankr.com/rpc/bsc). +> BNB Smart Chain API is available on [Web3 API platform](https://www.ankr.com/rpc/bsc). *BNB Smart Chain* is an innovative solution to bring programmability and interoperability to Beacon Chain. BNB Smart Chain relies on a system of 50 validators with Proof of Staked Authority (PoSA) consensus that can support short block time and lower fees. The most bonded validator candidates of staking will become validators and produce blocks. The double-sign detection and other slashing logic guarantee security, stability, and chain finality. diff --git a/pages/rpc-service/chains/chains-api/bttc.mdx b/pages/rpc-service/chains/chains-api/bttc.mdx index 9ec559175..1fa0bc837 100644 --- a/pages/rpc-service/chains/chains-api/bttc.mdx +++ b/pages/rpc-service/chains/chains-api/bttc.mdx @@ -3,7 +3,7 @@ -> BitTorrent Chain API is available on [RPC Service](https://www.ankr.com/rpc/bttc). +> BitTorrent Chain API is available on [Web3 API platform](https://www.ankr.com/rpc/bttc). *Bittorrent Chain* (BTTC) is a layer 2 scaling solution, BTTC strives to solve scalability and usability issues without compromising decentralization, and can make full use of the existing Ethereum developer community and ecosystem. BTTC is fully compatible with Ethereum, and existing applications on Ethereum can be easily migrated to this BTTC. In addition to the same experience as Ethereum, users can also enjoy ultra-high throughput and extremely low fees. diff --git a/pages/rpc-service/chains/chains-api/celo.mdx b/pages/rpc-service/chains/chains-api/celo.mdx index d9d96e784..91519190d 100644 --- a/pages/rpc-service/chains/chains-api/celo.mdx +++ b/pages/rpc-service/chains/chains-api/celo.mdx @@ -3,7 +3,7 @@ -> Celo API is available on [RPC Service](https://www.ankr.com/rpc/celo). +> Celo API is available on [Web3 API platform](https://www.ankr.com/rpc/celo). *Celo* is a mobile-first blockchain designed to make decentralized financial (DeFi) tools and services accessible to anyone with a mobile phone. diff --git a/pages/rpc-service/chains/chains-api/chiliz.mdx b/pages/rpc-service/chains/chains-api/chiliz.mdx index ebc3f8883..d343b2141 100644 --- a/pages/rpc-service/chains/chains-api/chiliz.mdx +++ b/pages/rpc-service/chains/chains-api/chiliz.mdx @@ -6,7 +6,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; -> Chiliz API is available on [RPC Service](https://www.ankr.com/rpc/chiliz). +> Chiliz API is available on [Web3 API platform](https://www.ankr.com/rpc/chiliz). *Chiliz* is an EVM-compatible Layer-1 blockchain built to serve as the foundation for an ever-growing ecosystem of enterprise-level sports and entertainment stakeholders developing blockchain-based user/fan experiences and B2B/B2C tools within their respective industries. diff --git a/pages/rpc-service/chains/chains-api/core.mdx b/pages/rpc-service/chains/chains-api/core.mdx index aa6b4d4e9..1e9acad7f 100644 --- a/pages/rpc-service/chains/chains-api/core.mdx +++ b/pages/rpc-service/chains/chains-api/core.mdx @@ -3,7 +3,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; # Core -> Core API is available on [RPC Service](https://www.ankr.com/rpc/core). +> Core API is available on [Web3 API platform](https://www.ankr.com/rpc/core). *Core* is a layer 1 blockchain built around a unique consensus mechanism called ["Satoshi Plus"](https://docs.coredao.org/core-white-paper-v1.0.5/satoshi-plus-consensus). diff --git a/pages/rpc-service/chains/chains-api/eth-beacon.mdx b/pages/rpc-service/chains/chains-api/eth-beacon.mdx index eb208b3ab..6f3bf3e57 100644 --- a/pages/rpc-service/chains/chains-api/eth-beacon.mdx +++ b/pages/rpc-service/chains/chains-api/eth-beacon.mdx @@ -9,7 +9,7 @@ import { Callout } from "components"; Available for [Premium](/rpc-service/service-plans/#service-plans-comparison) users only. -> Ethereum Beacon API is available on [RPC Service](https://www.ankr.com/rpc/eth) upon switching on the **Beacon** toggle. +> Ethereum Beacon API is available on [Web3 API platform](https://www.ankr.com/rpc/eth) upon switching on the **Beacon** toggle. The *Beacon Chain* is a consensus layer that introduced a [proof-of-stake](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/) to Ethereum. The Beacon Chain mechanism is responsible for creating new blocks, making sure those new blocks are valid, and rewarding validators with ETH for keeping the network secure. diff --git a/pages/rpc-service/chains/chains-api/ethereum.mdx b/pages/rpc-service/chains/chains-api/ethereum.mdx index 1b463dda8..975f76e45 100644 --- a/pages/rpc-service/chains/chains-api/ethereum.mdx +++ b/pages/rpc-service/chains/chains-api/ethereum.mdx @@ -3,7 +3,7 @@ -> Ethereum API is available on [RPC Service](https://www.ankr.com/rpc/ethereum). +> Ethereum API is available on [Web3 API platform](https://www.ankr.com/rpc/ethereum). In order for your Web3 application to interact with the Ethereum blockchain — either by reading blockchain data or sending transactions to the network — it must connect to an Ethereum node. diff --git a/pages/rpc-service/chains/chains-api/fantom.mdx b/pages/rpc-service/chains/chains-api/fantom.mdx index eb4ab1710..251aa56e1 100644 --- a/pages/rpc-service/chains/chains-api/fantom.mdx +++ b/pages/rpc-service/chains/chains-api/fantom.mdx @@ -3,7 +3,7 @@ -> Fantom API is available on [RPC Service](https://www.ankr.com/rpc/fantom). +> Fantom API is available on [Web3 API platform](https://www.ankr.com/rpc/fantom). *Fantom* is a secure platform to build DApps. It is fully permissionless and open-source. Powered by Fantom’s [aBFT consensus algorithm](https://docs.fantom.foundation/technology/lachesis-abft), it leverages its speed to produce real-world applications with no risks of congestion or long confirmation times. The Fantom Opera mainnet is compatible with the Ethereum Virtual Machine (EVM) and provides full smart contracts support through Solidity. diff --git a/pages/rpc-service/chains/chains-api/filecoin.mdx b/pages/rpc-service/chains/chains-api/filecoin.mdx index 3aa9541b3..70a5f7865 100644 --- a/pages/rpc-service/chains/chains-api/filecoin.mdx +++ b/pages/rpc-service/chains/chains-api/filecoin.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Filecoin API is available on [RPC Service](https://www.ankr.com/rpc/filecoin). +> Filecoin API is available on [Web3 API platform](https://www.ankr.com/rpc/filecoin). *Filecoin* is a peer-to-peer network that stores files, with built-in economic incentives and cryptography to ensure files are stored reliably over time. diff --git a/pages/rpc-service/chains/chains-api/flare.mdx b/pages/rpc-service/chains/chains-api/flare.mdx index 077006dd2..1ad151522 100644 --- a/pages/rpc-service/chains/chains-api/flare.mdx +++ b/pages/rpc-service/chains/chains-api/flare.mdx @@ -2,7 +2,7 @@ import { Callout } from "components"; # Flare -> Flare API is available on [RPC Service](https://www.ankr.com/rpc/flare). +> Flare API is available on [Web3 API platform](https://www.ankr.com/rpc/flare). *Flare* is the blockchain for data. It is a layer 1, EVM smart contract platform designed to expand the utility of blockchain. diff --git a/pages/rpc-service/chains/chains-api/gnosis-beacon.mdx b/pages/rpc-service/chains/chains-api/gnosis-beacon.mdx index 36e964f1d..0ebad71a8 100644 --- a/pages/rpc-service/chains/chains-api/gnosis-beacon.mdx +++ b/pages/rpc-service/chains/chains-api/gnosis-beacon.mdx @@ -9,7 +9,7 @@ import { Callout } from "components"; Available for [Premium](/rpc-service/service-plans/#service-plans-comparison) users only. -> Gnosis Beacon API is available on [RPC Service](https://www.ankr.com/rpc/gnosis) upon switching on the **Beacon** toggle. +> Gnosis Beacon API is available on [Web3 API platform](https://www.ankr.com/rpc/gnosis) upon switching on the **Beacon** toggle. The *Beacon Chain* is a consensus layer that introduced a [proof-of-stake](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/) to Ethereum. The Beacon Chain mechanism is responsible for creating new blocks, making sure those new blocks are valid, and rewarding validators with ETH for keeping the network secure. diff --git a/pages/rpc-service/chains/chains-api/gnosis.mdx b/pages/rpc-service/chains/chains-api/gnosis.mdx index b0b3eb7bb..bed632198 100644 --- a/pages/rpc-service/chains/chains-api/gnosis.mdx +++ b/pages/rpc-service/chains/chains-api/gnosis.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Gnosis API is available on [RPC Service](https://www.ankr.com/rpc/gnosis). +> Gnosis API is available on [Web3 API platform](https://www.ankr.com/rpc/gnosis). *Gnosis* (formerly the xDai Chain) provides stability, scalability, and an extendable beacon chain framework. diff --git a/pages/rpc-service/chains/chains-api/harmony.mdx b/pages/rpc-service/chains/chains-api/harmony.mdx index 502952262..af6f9ea98 100644 --- a/pages/rpc-service/chains/chains-api/harmony.mdx +++ b/pages/rpc-service/chains/chains-api/harmony.mdx @@ -3,7 +3,7 @@ -> Harmony API is available on [RPC Service](https://www.ankr.com/rpc/harmony). +> Harmony API is available on [Web3 API platform](https://www.ankr.com/rpc/harmony). *Harmony* is a powerful EVM-compatible blockchain with sharding and staking features. diff --git a/pages/rpc-service/chains/chains-api/heco.mdx b/pages/rpc-service/chains/chains-api/heco.mdx index 617bef8f2..dc710fd2b 100644 --- a/pages/rpc-service/chains/chains-api/heco.mdx +++ b/pages/rpc-service/chains/chains-api/heco.mdx @@ -3,7 +3,7 @@ -> HECO API is available on [RPC Service](https://www.ankr.com/rpc/heco). +> HECO API is available on [Web3 API platform](https://www.ankr.com/rpc/heco). *Huobi ECO Chain* (HECO) is a decentralized, high-efficiency and energy-saving public chain. It is compatible with smart contracts and supports high- performance transactions. The endogenous token of Heco is HT, and it adopts the HPoS consensus mechanism. Heco will continue to improve the efficiency of Ethereum by Layer2, which will supplement and empower the Ethereum ecosystem. diff --git a/pages/rpc-service/chains/chains-api/horizen-eon.mdx b/pages/rpc-service/chains/chains-api/horizen-eon.mdx index f4dd9ccd8..09bcdebfb 100644 --- a/pages/rpc-service/chains/chains-api/horizen-eon.mdx +++ b/pages/rpc-service/chains/chains-api/horizen-eon.mdx @@ -6,7 +6,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; -> Horizen EON API is available on [RPC Service](https://www.ankr.com/rpc/horizen). +> Horizen EON API is available on [Web3 API platform](https://www.ankr.com/rpc/horizen). *EON* is Horizen's Ethereum VM (Virtual Machine). EON has adopted Ethereum’s account-based transaction model to represent assets as balances within accounts. The account model, in VM capable blockchains, differentiate account types on whether they represent a normal account balance or an account which is bound to some code that has to be executed by the VM. diff --git a/pages/rpc-service/chains/chains-api/iotex.mdx b/pages/rpc-service/chains/chains-api/iotex.mdx index ae124898e..56983e0e6 100644 --- a/pages/rpc-service/chains/chains-api/iotex.mdx +++ b/pages/rpc-service/chains/chains-api/iotex.mdx @@ -3,7 +3,7 @@ -> IoTeX API is available on [RPC Service](https://www.ankr.com/rpc/iotex). +> IoTeX API is available on [Web3 API platform](https://www.ankr.com/rpc/iotex). *IoTeX* is an EVM-compatible platform with a vision of the Internet of Trusted Things. It is a decentralized ecosystem set up to guarantee security and trust between humans and machines. IoTeX supports self-sovereign users to solely own and control their devices, as well as the data and value they generate. diff --git a/pages/rpc-service/chains/chains-api/kava.mdx b/pages/rpc-service/chains/chains-api/kava.mdx index 2cf07e4fb..b020955c2 100644 --- a/pages/rpc-service/chains/chains-api/kava.mdx +++ b/pages/rpc-service/chains/chains-api/kava.mdx @@ -3,7 +3,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; # Kava -> Kava API is available on [RPC Service](https://www.ankr.com/rpc/kava). +> Kava API is available on [Web3 API platform](https://www.ankr.com/rpc/kava). The Kava Network is the Layer-1 blockchain that combines the speed and scalability of the Cosmos SDK with the developer support of Ethereum. Kava will empower developers to build for Web3 and next-gen blockchain technologies through its unique co-chain architecture. KAVA is the native governance and staking token of the Kava Network, enabling its decentralization and security. diff --git a/pages/rpc-service/chains/chains-api/kinto.mdx b/pages/rpc-service/chains/chains-api/kinto.mdx index d0e0e62f5..97c33a576 100644 --- a/pages/rpc-service/chains/chains-api/kinto.mdx +++ b/pages/rpc-service/chains/chains-api/kinto.mdx @@ -2,7 +2,7 @@ import { Callout } from "components"; # Kinto -> Kinto API is available on [RPC Service](https://www.ankr.com/rpc/kinto). +> Kinto API is available on [Web3 API platform](https://www.ankr.com/rpc/kinto). *Kinto* is an L2 focused on providing safe access to on-chain finance. It's built on top of the Ethereum network using the Arbitrum Nitro Stack, and it's non-custodial, transparent, permissionless, and governed by the community. diff --git a/pages/rpc-service/chains/chains-api/klaytn.mdx b/pages/rpc-service/chains/chains-api/klaytn.mdx index c4889be15..a4e7e803f 100644 --- a/pages/rpc-service/chains/chains-api/klaytn.mdx +++ b/pages/rpc-service/chains/chains-api/klaytn.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Klaytn API is available on [RPC Service](https://www.ankr.com/rpc/klaytn). +> Klaytn API is available on [Web3 API platform](https://www.ankr.com/rpc/klaytn). *Klaytn* is a highly optimized, BFT-based public blockchain that aims to meet the enterprise-grade reliability. diff --git a/pages/rpc-service/chains/chains-api/kusama.mdx b/pages/rpc-service/chains/chains-api/kusama.mdx index cbd0ce1e5..fd194b007 100644 --- a/pages/rpc-service/chains/chains-api/kusama.mdx +++ b/pages/rpc-service/chains/chains-api/kusama.mdx @@ -10,7 +10,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; Available for [Premium](/rpc-service/service-plans/#service-plans-comparison) users only. -> Kusama API is available on [RPC Service](https://www.ankr.com/rpc/kusama). +> Kusama API is available on [Web3 API platform](https://www.ankr.com/rpc/kusama). *Kusama* is an early release of Polkadot: a scalable, multichain network for radical innovation. Kusama serves as a proving ground that allows teams and developers to build and deploy a parachain, and experiment with Polkadot’s governance and NPoS functionality in a real environment. diff --git a/pages/rpc-service/chains/chains-api/linea.mdx b/pages/rpc-service/chains/chains-api/linea.mdx index 8c16f30e1..abc9bc0b3 100644 --- a/pages/rpc-service/chains/chains-api/linea.mdx +++ b/pages/rpc-service/chains/chains-api/linea.mdx @@ -6,7 +6,7 @@ import { Callout } from "components"; Available for [Premium](/rpc-service/service-plans/#service-plans-comparison) users only. -> Linea API is available on [RPC Service](https://www.ankr.com/rpc/linea). +> Linea API is available on [Web3 API platform](https://www.ankr.com/rpc/linea). *Linea* is a network that scales the experience of Ethereum. Its out-of-the-box compatibility with the Ethereum Virtual Machine enables the deployment of already-existing applications, as well as the creation of new ones that would be too costly on Mainnet. It also enables the community to use those dapps, at a fraction of the cost, and at multiples the speed of Mainnet. diff --git a/pages/rpc-service/chains/chains-api/mantle.mdx b/pages/rpc-service/chains/chains-api/mantle.mdx index e4023157d..03747fded 100644 --- a/pages/rpc-service/chains/chains-api/mantle.mdx +++ b/pages/rpc-service/chains/chains-api/mantle.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Mantle API is available on [RPC Service](https://www.ankr.com/rpc/mantle). +> Mantle API is available on [Web3 API platform](https://www.ankr.com/rpc/mantle). *Mantle* is a high-performance Ethereum layer-2 network built with modular architecture delivering low fees and high security. Builders can leverage Mantle’s unique design to build dApps with exceptional UX, all while relying on Ethereum’s unrivaled security. diff --git a/pages/rpc-service/chains/chains-api/metis.mdx b/pages/rpc-service/chains/chains-api/metis.mdx index 6dbcb3550..898d65a18 100644 --- a/pages/rpc-service/chains/chains-api/metis.mdx +++ b/pages/rpc-service/chains/chains-api/metis.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Metis API is available on [RPC Service](https://www.ankr.com/rpc/metis). +> Metis API is available on [Web3 API platform](https://www.ankr.com/rpc/metis). *Metis* is an Ethereum Layer 2 Rollup platform that offers simple and fast smart contract deployment within the network. Metis provides several solutions to solve the big challenges we face in the Ethereum mainnet, including transaction speed, cost, and scalability. diff --git a/pages/rpc-service/chains/chains-api/moonbeam.mdx b/pages/rpc-service/chains/chains-api/moonbeam.mdx index 848517039..f20860a0e 100644 --- a/pages/rpc-service/chains/chains-api/moonbeam.mdx +++ b/pages/rpc-service/chains/chains-api/moonbeam.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Moonbeam API is available on [RPC Service](https://www.ankr.com/rpc/moonbeam). +> Moonbeam API is available on [Web3 API platform](https://www.ankr.com/rpc/moonbeam). *Moonbeam* is the most Ethereum compatible smart-contract parachain in the Polkadot ecosystem. It combines the best of both worlds: the familiar and easy-to-use tooling of Ethereum and the scalable, interoperable architecture of Polkadot. diff --git a/pages/rpc-service/chains/chains-api/near.mdx b/pages/rpc-service/chains/chains-api/near.mdx index bcf8f886d..e966130bf 100644 --- a/pages/rpc-service/chains/chains-api/near.mdx +++ b/pages/rpc-service/chains/chains-api/near.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> NEAR API is available on [RPC Service](https://www.ankr.com/rpc/near). +> NEAR API is available on [Web3 API platform](https://www.ankr.com/rpc/near). *NEAR* is a user-friendly and carbon-neutral blockchain, built from the ground up to be performant, secure, and infinitely scalable. diff --git a/pages/rpc-service/chains/chains-api/nervos.mdx b/pages/rpc-service/chains/chains-api/nervos.mdx index bf7444784..4ca381790 100644 --- a/pages/rpc-service/chains/chains-api/nervos.mdx +++ b/pages/rpc-service/chains/chains-api/nervos.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Nervos API is available on [RPC Service](https://www.ankr.com/rpc/nervos). +> Nervos API is available on [Web3 API platform](https://www.ankr.com/rpc/nervos). *Nervos* blockchain, also known as Common Knowledge Base, is the rock-bottom layer of the Nervos ecosystem. As the foundation, Nervos blockchain provides trust for all the layers built on top of it. It is designed to maximize decentralization while remaining minimal, flexible, and secure. Its primary objective is to reliably preserve any data and assets stored therein. diff --git a/pages/rpc-service/chains/chains-api/okx_x1.mdx b/pages/rpc-service/chains/chains-api/okx_x1.mdx index 1b8e1bb75..d4975b4e8 100644 --- a/pages/rpc-service/chains/chains-api/okx_x1.mdx +++ b/pages/rpc-service/chains/chains-api/okx_x1.mdx @@ -3,7 +3,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; # OKX X1 -> OKX X1 API is available on [RPC Service](https://www.ankr.com/rpc/okx_x1/). +> OKX X1 API is available on [Web3 API platform](https://www.ankr.com/rpc/okx_x1/). X1 is a decentralized Ethereum Layer 2 network that offers a secure and user-friendly blockchain experience to all users, using advanced cryptographic zero-knowledge proofs to provide validity and near-instant finality to off-chain transaction computations. diff --git a/pages/rpc-service/chains/chains-api/optimism.mdx b/pages/rpc-service/chains/chains-api/optimism.mdx index 1de0ca188..f69c714b0 100644 --- a/pages/rpc-service/chains/chains-api/optimism.mdx +++ b/pages/rpc-service/chains/chains-api/optimism.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Optimism API is available on [RPC Service](https://www.ankr.com/rpc/optimism). +> Optimism API is available on [Web3 API platform](https://www.ankr.com/rpc/optimism). *Optimism* is a fast, stable, and scalable L2 blockchain built by Ethereum developers, for Ethereum developers. Built as a minimal extension to existing Ethereum software, Optimism’s EVM-equivalent architecture scales your Ethereum apps without surprises. If it works on Ethereum, it works on Optimism at a fraction of the cost. diff --git a/pages/rpc-service/chains/chains-api/polkadot.mdx b/pages/rpc-service/chains/chains-api/polkadot.mdx index 9d1acada9..197a47eed 100644 --- a/pages/rpc-service/chains/chains-api/polkadot.mdx +++ b/pages/rpc-service/chains/chains-api/polkadot.mdx @@ -10,7 +10,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; Available for [Premium](/rpc-service/service-plans/#service-plans-comparison) users only. -> Polkadot API is available on [RPC Service](https://www.ankr.com/rpc/polkadot). +> Polkadot API is available on [Web3 API platform](https://www.ankr.com/rpc/polkadot). *Polkadot* is the first fully-sharded blockchain. diff --git a/pages/rpc-service/chains/chains-api/polygon-zkevm.mdx b/pages/rpc-service/chains/chains-api/polygon-zkevm.mdx index 97db08d72..8ea1053c8 100644 --- a/pages/rpc-service/chains/chains-api/polygon-zkevm.mdx +++ b/pages/rpc-service/chains/chains-api/polygon-zkevm.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Polygon zkEVM API is available on [RPC Service](https://www.ankr.com/rpc/polygon_zkevm). +> Polygon zkEVM API is available on [Web3 API platform](https://www.ankr.com/rpc/polygon_zkevm). *Polygon zkEVM* is the first zero-knowledge scaling solution that is fully equivalent to an EVM. All existing smart contracts, developer tooling, and wallets work seamlessly. Polygon zkEVM harnesses the power of zero-knowledge proofs in order to reduce transaction costs and massively increase throughput, all while inheriting the security of Ethereum. diff --git a/pages/rpc-service/chains/chains-api/polygon.mdx b/pages/rpc-service/chains/chains-api/polygon.mdx index c25a9fdb1..5afd6fc0d 100644 --- a/pages/rpc-service/chains/chains-api/polygon.mdx +++ b/pages/rpc-service/chains/chains-api/polygon.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Polygon API is available on [RPC Service](https://www.ankr.com/rpc/polygon). +> Polygon API is available on [Web3 API platform](https://www.ankr.com/rpc/polygon). *Polygon* is a scaling solution for public blockchains. Polygon PoS supports all the existing Ethereum tooling along with faster and cheaper transactions. diff --git a/pages/rpc-service/chains/chains-api/rollux.mdx b/pages/rpc-service/chains/chains-api/rollux.mdx index 7aad3f89f..71e319e13 100644 --- a/pages/rpc-service/chains/chains-api/rollux.mdx +++ b/pages/rpc-service/chains/chains-api/rollux.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Rollux API is available on [RPC Service](https://www.ankr.com/rpc/rollux). +> Rollux API is available on [Web3 API platform](https://www.ankr.com/rpc/rollux). *Rollux* is a suite of rollup-based Layer 2 solutions designed to enable EVM users with near-instant low-cost transfers, executions, and contract deployments. Rollux utilizes Syscoin's Layer 1 for best-of-breed secure decentralized [settlement](https://docs.syscoin.org/docs/intro/syscoin-what/#settlement-layer) and Syscoin PoDA for Layer 1 data availability, offering more efficiency, lower costs, and higher throughput than other L1 DA alternatives. diff --git a/pages/rpc-service/chains/chains-api/scroll.mdx b/pages/rpc-service/chains/chains-api/scroll.mdx index 40a677fa5..d48f1bb1a 100644 --- a/pages/rpc-service/chains/chains-api/scroll.mdx +++ b/pages/rpc-service/chains/chains-api/scroll.mdx @@ -3,7 +3,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; # Scroll -> Scroll API is available on [RPC Service](https://www.ankr.com/rpc/scroll). +> Scroll API is available on [Web3 API platform](https://www.ankr.com/rpc/scroll). *Scroll* is a zkEVM-based zkRollup on Ethereum that enables native compatibility for existing Ethereum applications and tools. diff --git a/pages/rpc-service/chains/chains-api/secret-network.mdx b/pages/rpc-service/chains/chains-api/secret-network.mdx index fe95b87a0..29b62e18d 100644 --- a/pages/rpc-service/chains/chains-api/secret-network.mdx +++ b/pages/rpc-service/chains/chains-api/secret-network.mdx @@ -6,7 +6,7 @@ import { Callout } from "components"; -> Secret Network API is available on [RPC Service](https://www.ankr.com/rpc/scrt). +> Secret Network API is available on [Web3 API platform](https://www.ankr.com/rpc/scrt). *Secret Network* is the first blockchain with customizable privacy. You get to choose what you share, who you share with, and how long you share it for. This protects users and empowers developers to build a better Web3. diff --git a/pages/rpc-service/chains/chains-api/sei.mdx b/pages/rpc-service/chains/chains-api/sei.mdx index f27a8e9d1..f3d8dab45 100644 --- a/pages/rpc-service/chains/chains-api/sei.mdx +++ b/pages/rpc-service/chains/chains-api/sei.mdx @@ -3,7 +3,7 @@ import { Callout } from "components"; # Sei -> Sei API is available on [RPC Service](https://www.ankr.com/rpc/sei). +> Sei API is available on [Web3 API platform](https://www.ankr.com/rpc/sei). Sei is a general purpose, open-source Layer 1 blockchain specialized for the exchange of digital assets. Sei has only one value prop: exchange apps — whether it’s an NFT marketplace or gaming economy — Sei offers the best user experience to build upon. diff --git a/pages/rpc-service/chains/chains-api/solana.mdx b/pages/rpc-service/chains/chains-api/solana.mdx index 398c967d2..6804ef169 100644 --- a/pages/rpc-service/chains/chains-api/solana.mdx +++ b/pages/rpc-service/chains/chains-api/solana.mdx @@ -6,7 +6,7 @@ import { Callout } from "components"; -> Solana API is available on [RPC Service](https://www.ankr.com/rpc/solana). +> Solana API is available on [Web3 API platform](https://www.ankr.com/rpc/solana). *Solana* is a decentralized blockchain built to enable scalable, user-friendly apps for the world. diff --git a/pages/rpc-service/chains/chains-api/stellar.mdx b/pages/rpc-service/chains/chains-api/stellar.mdx index 6adea4801..7cc93b127 100644 --- a/pages/rpc-service/chains/chains-api/stellar.mdx +++ b/pages/rpc-service/chains/chains-api/stellar.mdx @@ -3,7 +3,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; # Stellar -> Stellar API is available on [RPC Service](https://www.ankr.com/rpc/stellar). +> Stellar API is available on [Web3 API platform](https://www.ankr.com/rpc/stellar). *Stellar* is a layer-1 open-source, decentralized, peer-to-peer blockchain network that provides a framework for developers to create applications, issue assets, and connect to existing financial rails. Stellar is designed to enable creators, innovators, and developers to build projects on the network that can interoperate with each other. diff --git a/pages/rpc-service/chains/chains-api/sui.mdx b/pages/rpc-service/chains/chains-api/sui.mdx index 24cc89b66..571c14c77 100644 --- a/pages/rpc-service/chains/chains-api/sui.mdx +++ b/pages/rpc-service/chains/chains-api/sui.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Sui API is available on [RPC Service](https://www.ankr.com/rpc/sui). +> Sui API is available on [Web3 API platform](https://www.ankr.com/rpc/sui). *Sui* is the first permissionless Layer 1 blockchain designed from the ground up to enable creators and developers to build experiences that cater to the next billion users in Web3. Sui is horizontally scalable to support a wide range of application development with unrivaled speed at low cost. diff --git a/pages/rpc-service/chains/chains-api/syscoin.mdx b/pages/rpc-service/chains/chains-api/syscoin.mdx index d5635b3a9..ac5739fb2 100644 --- a/pages/rpc-service/chains/chains-api/syscoin.mdx +++ b/pages/rpc-service/chains/chains-api/syscoin.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> Syscoin API is available on [RPC Service](https://www.ankr.com/rpc/syscoin). +> Syscoin API is available on [Web3 API platform](https://www.ankr.com/rpc/syscoin). *Syscoin* is a Proof-of-Work blockchain solution merge-mined with Bitcoin. At its base is a dual-chain Layer 1: the core is the Syscoin native blockchain, and running in tandem with it is an Ethereum Virtual Machine (EVM) chain called NEVM (Network-Enhanced Virtual Machine), which provides modularity, enhanced security, and full byte-for-byte Ethereum compatibility. diff --git a/pages/rpc-service/chains/chains-api/taiko.mdx b/pages/rpc-service/chains/chains-api/taiko.mdx index 0033d2c64..b996406c2 100644 --- a/pages/rpc-service/chains/chains-api/taiko.mdx +++ b/pages/rpc-service/chains/chains-api/taiko.mdx @@ -2,7 +2,7 @@ import { Callout } from "components"; # Taiko -> Taiko API is available on [RPC Service](https://www.ankr.com/rpc/taiko). +> Taiko API is available on [Web3 API platform](https://www.ankr.com/rpc/taiko). *Taiko* is as a fully open source, permissionless, Ethereum-equivalent ZK-Rollup. Using Taiko feels the exact same as using Ethereum. There are no centralized actors that operate the network; all operations are permissionlessly run by the community. diff --git a/pages/rpc-service/chains/chains-api/tenet.mdx b/pages/rpc-service/chains/chains-api/tenet.mdx index 0d3d3e5f9..49f6f668b 100644 --- a/pages/rpc-service/chains/chains-api/tenet.mdx +++ b/pages/rpc-service/chains/chains-api/tenet.mdx @@ -6,7 +6,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; -> Tenet API is available on [RPC Service](https://www.ankr.com/rpc/tenet). +> Tenet API is available on [Web3 API platform](https://www.ankr.com/rpc/tenet). *Tenet* is an EVM-compatible Layer-1 bringing liquidity and yield opportunities to LSDs by using them as collateral for network validators through [Diversified Proof of Stake](https://docs.tenet.org/diversified-pos/diversified-proof-of-stake-implementation). This increases network security and improves governance inclusivity. diff --git a/pages/rpc-service/chains/chains-api/tron.mdx b/pages/rpc-service/chains/chains-api/tron.mdx index dcb3e5e7f..af871881a 100644 --- a/pages/rpc-service/chains/chains-api/tron.mdx +++ b/pages/rpc-service/chains/chains-api/tron.mdx @@ -5,7 +5,7 @@ import { Callout } from "components"; -> TRON API is available on [RPC Service](https://www.ankr.com/rpc/tron). +> TRON API is available on [Web3 API platform](https://www.ankr.com/rpc/tron). *TRON* is an open source public blockchain platform that supports smart contracts. TRON is compatible with Ethereum, which means that you can migrate smart contracts on Ethereum to TRON directly or with minor modifications. TRON relies on a unique consensus mechanism to realize the high TPS of the TRON network that is far beyond Ethereum, bringing developers a good experience of a faster transaction. diff --git a/pages/rpc-service/chains/chains-api/xdc.mdx b/pages/rpc-service/chains/chains-api/xdc.mdx index c1edaafaa..ce02f656d 100644 --- a/pages/rpc-service/chains/chains-api/xdc.mdx +++ b/pages/rpc-service/chains/chains-api/xdc.mdx @@ -2,7 +2,7 @@ import { Callout } from "components"; # XDC Network -> XDC Network API is available on [RPC Service](https://www.ankr.com/rpc/xdc). +> XDC Network API is available on [Web3 API platform](https://www.ankr.com/rpc/xdc). The *XDC Network* is a global, open-source, delegated proof of stake consensus network (XDPoS), with near-zero gas fees, 2 second block finality, and interoperability with ISO 20022 financial messaging standards. The network’s enterprise-grade architecture is designed to support institutional use in trade finance and asset tokenization. Featuring interoperable smart contracts, 2,000 transactions per second, and Ethereum Virtual Machine compatibility, the XDC Network provides a scalable infrastructure for enterprises and independent community contributors. diff --git a/pages/rpc-service/chains/chains-api/zksync-era.mdx b/pages/rpc-service/chains/chains-api/zksync-era.mdx index 2aba7441c..8548d3161 100644 --- a/pages/rpc-service/chains/chains-api/zksync-era.mdx +++ b/pages/rpc-service/chains/chains-api/zksync-era.mdx @@ -6,7 +6,7 @@ import { Tabs, Tab } from "nextra-theme-docs"; -> zkSync Era API is available on [RPC Service](https://www.ankr.com/rpc/zksync_era). +> zkSync Era API is available on [Web3 API platform](https://www.ankr.com/rpc/zksync_era). *zkSync Era* is a layer 2 rollup that uses zero-knowledge proofs to scale Ethereum without compromising on security or decentralization. Since it's EVM compatible (Solidity/Vyper), 99% of Ethereum projects can redeploy without refactoring or re-auditing a single line of code. zkSync Era also uses an LLVM-based compiler that will eventually let developers write smart contracts in C++, Rust, and other popular languages. diff --git a/pages/rpc-service/chains/chains-list.mdx b/pages/rpc-service/chains/chains-list.mdx index d22778a24..e7ed14a71 100644 --- a/pages/rpc-service/chains/chains-list.mdx +++ b/pages/rpc-service/chains/chains-list.mdx @@ -37,7 +37,7 @@ Find the chain you require and go to its docs section by clicking it. -> Aptos API is available on [RPC Service](https://www.ankr.com/rpc/aptos). +> Aptos API is available on [Web3 API platform](https://www.ankr.com/rpc/aptos). The Aptos blockchain, designed with scalability, safety, reliability, and upgradability as key principles, to address blockchain challenges, such as frequent outages, high costs, low throughput limits, and security concerns. The Aptos blockchain has been developed over the past three years by over 350+ developers across the globe. It offers new and novel innovations in consensus, smart contract design, system security, performance, and decentralization. The combination of these technologies will provide a fundamental building block to bring web3 to the masses. @@ -96,7 +96,7 @@ curl -X GET https://rpc.ankr.com/http/aptos/v1/ \ -> Arbitrum API is available on [RPC Service](https://www.ankr.com/rpc/arbitrum). +> Arbitrum API is available on [Web3 API platform](https://www.ankr.com/rpc/arbitrum). Arbitrum is a side chain that runs parallel to Ethereum Mainnet. Also known as a Layer 2 (L2) scaling solution, Arbitrum improves transaction speeds and cost compared to the mainnet, making it an excellent solution for Ethereum developers. @@ -243,7 +243,7 @@ def test_block_number(self): -> Arbitrum Nova API is available on [RPC Service](https://www.ankr.com/rpc/arbitrumnova). +> Arbitrum Nova API is available on [Web3 API platform](https://www.ankr.com/rpc/arbitrumnova). Arbitrum Nova offers an ultra-low transaction costs with high security. Nova powers dapps with high transaction volumes that seek to drive costs even lower. @@ -381,7 +381,7 @@ def test_block_number(self): -> Avalanche API is available on [RPC Service](https://www.ankr.com/rpc/avalanche). +> Avalanche API is available on [Web3 API platform](https://www.ankr.com/rpc/avalanche). Avalanche is an open-source platform for launching decentralized applications and enterprise blockchain deployments in one interoperable, highly scalable ecosystem. Avalanche is the first decentralized smart contracts platform built for the scale of global finance, with near-instant transaction finality. Ethereum developers can quickly build on Avalanche as Solidity works out-of-the-box. @@ -402,9 +402,9 @@ Official quick links: [Website](https://www.avax.network/), [Docs](https://docs. Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with Avalanche through Ankr's infrastructure, add a required Avalanche network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with Avalanche through Ankr's infrastructure, add a required Avalanche network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -660,7 +660,7 @@ curl -X POST 'https://rpc.ankr.com/avalanche-x' \ -> Base API is available on [RPC Service](https://www.ankr.com/rpc/base). +> Base API is available on [Web3 API platform](https://www.ankr.com/rpc/base). Base is a secure, low-cost, developer-friendly Ethereum L2 built to bring the next billion users to web3. @@ -808,7 +808,7 @@ def test_block_number(self): ## Bitlayer -> Bitlayer API is available on [RPC Service](https://www.ankr.com/rpc/bitlayer). +> Bitlayer API is available on [Web3 API platform](https://www.ankr.com/rpc/bitlayer). *Bitlayer* is the first Bitcoin security-equivalent layer 2 based on BitVM. It consists of an EVM compatible chain/sequencer that can map BTC ecological assets and facilitate the entry of BTC users. @@ -946,7 +946,7 @@ def test_block_number(self): -> BitTorrent Chain API is available on [RPC Service](https://www.ankr.com/rpc/bttc). +> BitTorrent Chain API is available on [Web3 API platform](https://www.ankr.com/rpc/bttc). BitTorrent Chain (BTTC) is a layer 2 scaling solution, BTTC strives to solve scalability and usability issues without compromising decentralization, and can make full use of the existing Ethereum developer community and ecosystem. BTTC is fully compatible with Ethereum, and existing applications on Ethereum can be easily migrated to this BTTC. In addition to the same experience as Ethereum, users can also enjoy ultra-high throughput and extremely low fees. @@ -963,9 +963,9 @@ Official quick links: [Website](https://official.bt.io/?language=EN), [Docs](htt Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with BitTorrent Chain through Ankr's infrastructure, add a required BitTorrent Chain network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with BitTorrent Chain through Ankr's infrastructure, add a required BitTorrent Chain network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -1109,7 +1109,7 @@ def test_block_number(self): ## Blast -> Blast API is available on [RPC Service](https://www.ankr.com/rpc/blast). +> Blast API is available on [Web3 API platform](https://www.ankr.com/rpc/blast). Blast is the only Ethereum L2 with native yield for ETH and stablecoins. @@ -1248,7 +1248,7 @@ def test_block_number(self): -> BNB Smart Chain API is available on [RPC Service](https://www.ankr.com/rpc/bsc). +> BNB Smart Chain API is available on [Web3 API platform](https://www.ankr.com/rpc/bsc). BNB Smart Chain (BSC) (previously Binance Smart Chain) is an innovative solution to bring programmability and interoperability to Beacon Chain. BNB Smart Chain relies on a system of 21 active validators with Proof of Staked Authority (PoSA) consensus that can support short block time and lower fees. The most bonded validator candidates of staking will become validators and produce blocks. The double-sign detection and other slashing logic guarantee security, stability, and chain finality. @@ -1266,9 +1266,9 @@ Official quick links: [Website](https://www.bnbchain.org/en/smartChain), [Docs]( Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with BNB Smart Chain through Ankr's infrastructure, add a required BNB Smart Chain network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with BNB Smart Chain through Ankr's infrastructure, add a required BNB Smart Chain network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -1428,7 +1428,7 @@ def test_block_number(self): -> Celo API is available on [RPC Service](https://www.ankr.com/rpc/celo). +> Celo API is available on [Web3 API platform](https://www.ankr.com/rpc/celo). Celo is a mobile-first blockchain designed to make decentralized financial (DeFi) tools and services accessible to anyone with a mobile phone. @@ -1447,9 +1447,9 @@ Official quick links: [Website](https://celo.org/), [Docs](https://docs.celo.org Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with Celo through Ankr's infrastructure, add a required Celo network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with Celo through Ankr's infrastructure, add a required Celo network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -1596,7 +1596,7 @@ def test_block_number(self): -> Chiliz API is available on [RPC Service](https://www.ankr.com/rpc/chiliz). +> Chiliz API is available on [Web3 API platform](https://www.ankr.com/rpc/chiliz). Chiliz is an EVM-compatible Layer-1 blockchain built to serve as the foundation for an ever-growing ecosystem of enterprise-level sports and entertainment stakeholders developing blockchain-based user/fan experiences and B2B/B2C tools within their respective industries. @@ -1731,7 +1731,7 @@ def test_block_number(self): ## Core -> Core API is available on [RPC Service](https://www.ankr.com/rpc/core). +> Core API is available on [Web3 API platform](https://www.ankr.com/rpc/core). *Core* is a layer 1 blockchain built around a unique consensus mechanism called ["Satoshi Plus"](https://docs.coredao.org/core-white-paper-v1.0.5/satoshi-plus-consensus). @@ -1869,7 +1869,7 @@ def test_block_number(self): -> Ethereum API is available on [RPC Service](https://www.ankr.com/rpc/ethereum). +> Ethereum API is available on [Web3 API platform](https://www.ankr.com/rpc/ethereum). Ethereum is a blockchain with a computer embedded in it. It is the foundation for building apps and organizations in a decentralized, permissionless, censorship-resistant way. Ethereum uses a [proof-of-stake-based consensus mechanism](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/). @@ -1887,9 +1887,9 @@ Official quick links: [Website](https://ethereum.org/en/), [Docs](https://ethere Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with Ethereum through Ankr's infrastructure, add a required Ethereum network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with Ethereum through Ankr's infrastructure, add a required Ethereum network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -2053,7 +2053,7 @@ def test_block_number(self): Available for [Premium](/rpc-service/service-plans/#service-plans-comparison) users only. -> Beacon API is available on [RPC Service](https://www.ankr.com/rpc/eth) upon switching on the **Beacon** toggle. +> Beacon API is available on [Web3 API platform](https://www.ankr.com/rpc/eth) upon switching on the **Beacon** toggle. The Beacon Chain is a consensus layer that introduced a [proof-of-stake](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/) to Ethereum. The Beacon Chain mechanism is responsible for creating new blocks, making sure those new blocks are valid, and rewarding validators with ETH for keeping the network secure. @@ -2116,7 +2116,7 @@ curl -X GET "https://rpc.ankr.com/premium-http/eth_beacon/{your_token}/eth/v1/be -> Fantom API is available on [RPC Service](https://www.ankr.com/rpc/fantom). +> Fantom API is available on [Web3 API platform](https://www.ankr.com/rpc/fantom). Fantom is a fast, scalable, and secure layer-1 platform built on an aBFT consensus protocol. Fantom is permissionless, decentralized, open-source, and fully compatible with Ethereum. @@ -2134,9 +2134,9 @@ Official quick links: [Website](https://fantom.foundation/), [Docs](https://docs Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with Fantom through Ankr's infrastructure, add a required Fantom network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with Fantom through Ankr's infrastructure, add a required Fantom network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -2296,7 +2296,7 @@ def test_block_number(self): -> Filecoin API is available on [RPC Service](https://www.ankr.com/rpc/filecoin). +> Filecoin API is available on [Web3 API platform](https://www.ankr.com/rpc/filecoin). Filecoin is a peer-to-peer network that stores files, with built-in economic incentives and cryptography to ensure files are stored reliably over time. @@ -2455,7 +2455,7 @@ curl -X POST https://rpc.ankr.com/filecoin \ ## Flare -> Flare API is available on [RPC Service](https://www.ankr.com/rpc/flare). +> Flare API is available on [Web3 API platform](https://www.ankr.com/rpc/flare). Flare is the blockchain for data. It is a layer 1, EVM smart contract platform designed to expand the utility of blockchain. @@ -2614,7 +2614,7 @@ def test_block_number(self): -> Gnosis API is available on [RPC Service](https://www.ankr.com/rpc/gnosis). +> Gnosis API is available on [Web3 API platform](https://www.ankr.com/rpc/gnosis). Gnosis Chain (formerly xDai Chain) provides stability, scalability and an extendable beacon chain framework. @@ -2634,9 +2634,9 @@ Official quick links: [Website](https://gnosis.io/), [Docs](https://developers.g Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with Gnosis Chain through Ankr's infrastructure, add a required Gnosis Chain network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with Gnosis Chain through Ankr's infrastructure, add a required Gnosis Chain network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -2787,7 +2787,7 @@ def test_block_number(self): Available for [Premium](/rpc-service/service-plans/#service-plans-comparison) users only. -> Gonsis Beacon API is available on [RPC Service](https://www.ankr.com/rpc/gnosis) upon switching on the **Beacon** toggle. +> Gonsis Beacon API is available on [Web3 API platform](https://www.ankr.com/rpc/gnosis) upon switching on the **Beacon** toggle. The Beacon Chain is a consensus layer that introduced a [proof-of-stake](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/) to Ethereum. The Beacon Chain mechanism is responsible for creating new blocks, making sure those new blocks are valid, and rewarding validators with ETH for keeping the network secure. @@ -2849,7 +2849,7 @@ curl -X GET "https://rpc.ankr.com/premium-http/gnosis_beacon/{your_token}/eth/v1 Available for [Premium](/rpc-service/service-plans/#service-plans-comparison) users only. -> Linea API is available on [RPC Service](https://www.ankr.com/rpc/linea). +> Linea API is available on [Web3 API platform](https://www.ankr.com/rpc/linea). *Linea* is a network that scales the experience of Ethereum. Its out-of-the-box compatibility with the Ethereum Virtual Machine enables the deployment of already-existing applications, as well as the creation of new ones that would be too costly on Mainnet. It also enables the community to use those dapps, at a fraction of the cost, and at multiples the speed of Mainnet. @@ -2989,7 +2989,7 @@ def test_block_number(self): -> Harmony API is available on [RPC Service](https://www.ankr.com/rpc/harmony). +> Harmony API is available on [Web3 API platform](https://www.ankr.com/rpc/harmony). Harmony is a fast and secure blockchain for decentralized applications. Production mainnet is expected to support 4 shards of 1000 nodes, producing blocks in 2 seconds with finality. @@ -3006,9 +3006,9 @@ Official quick links: [Website](https://www.harmony.one/), [Docs](https://docs.h Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with Harmony through Ankr's infrastructure, add a required Harmony network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with Harmony through Ankr's infrastructure, add a required Harmony network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -3161,7 +3161,7 @@ def test_block_number(self): Available for [Premium](/rpc-service/service-plans/#service-plans-comparison) users only. -> HECO API is available on [RPC Service](https://www.ankr.com/rpc/heco). +> HECO API is available on [Web3 API platform](https://www.ankr.com/rpc/heco). Huobi ECO Chain (HECO) is a decentralized, high-efficiency and energy-saving public chain. It is compatible with smart contracts and supports high- performance transactions. The endogenous token of Heco is HT, and it adopts the HPoS consensus mechanism. Heco will continue to improve the efficiency of Ethereum by Layer2, which will supplement and empower the Ethereum ecosystem. @@ -3299,7 +3299,7 @@ def test_block_number(self): -> Horizen EON API is available on [RPC Service](https://www.ankr.com/rpc/horizen). +> Horizen EON API is available on [Web3 API platform](https://www.ankr.com/rpc/horizen). EON is Horizen's Ethereum VM (Virtual Machine). EON has adopted Ethereum’s account-based transaction model to represent assets as balances within accounts. The account model, in VM capable blockchains, differentiate account types on whether they represent a normal account balance or an account which is bound to some code that has to be executed by the VM. @@ -3366,7 +3366,7 @@ curl -X POST https://rpc.ankr.com/horizen_eon \ -> IoTeX API is available on [RPC Service](https://www.ankr.com/rpc/iotex). +> IoTeX API is available on [Web3 API platform](https://www.ankr.com/rpc/iotex). IoTeX Network is the lightning-fast, ultra-secure, and highly scalable blockchain platform that connects real world data to on-chain Dapps. @@ -3382,9 +3382,9 @@ Official quick links: [Website](https://iotex.io/), [Docs](https://docs.iotex.io Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with IoTeX through Ankr's infrastructure, add a required IoTeX network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with IoTeX through Ankr's infrastructure, add a required IoTeX network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -3557,7 +3557,7 @@ def test_block_number(self): ## Kava -> Kava API is available on [RPC Service](https://www.ankr.com/rpc/kava). +> Kava API is available on [Web3 API platform](https://www.ankr.com/rpc/kava). The Kava Network is the Layer-1 blockchain that combines the speed and scalability of the Cosmos SDK with the developer support of Ethereum. Kava will empower developers to build for Web3 and next-gen blockchain technologies through its unique co-chain architecture. KAVA is the native governance and staking token of the Kava Network, enabling its decentralization and security. @@ -3705,7 +3705,7 @@ def test_block_number(self): ## Kinto -> Kinto API is available on [RPC Service](https://www.ankr.com/rpc/kinto). +> Kinto API is available on [Web3 API platform](https://www.ankr.com/rpc/kinto). Kinto is a Layer 2 focused on providing safe access to on-chain finance. It's built on top of the Ethereum network using the [Arbitrum Nitro Stack](https://docs.arbitrum.io/why-nitro), and it's non-custodial, transparent, permissionless, and governed by the community. @@ -3843,7 +3843,7 @@ def test_block_number(self): -> Klaytn API is available on [RPC Service](https://www.ankr.com/rpc/klaytn). +> Klaytn API is available on [Web3 API platform](https://www.ankr.com/rpc/klaytn). Klaytn is a highly optimized, BFT-based public blockchain that aims to meet the enterprise-grade reliability. @@ -3867,9 +3867,9 @@ Official quick links: [Website](https://www.klaytn.foundation/), [Docs](https:// Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with Klaytn through Ankr's infrastructure, add a required Klaytn network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with Klaytn through Ankr's infrastructure, add a required Klaytn network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -4058,7 +4058,7 @@ def test_block_number(self): Available for [Premium](/rpc-service/service-plans/#service-plans-comparison) users only. -> Kusama API is available on [RPC Service](https://www.ankr.com/rpc/kusama). +> Kusama API is available on [Web3 API platform](https://www.ankr.com/rpc/kusama). Kusama is an early release of Polkadot: a scalable, multichain network for radical innovation. Kusama serves as a proving ground that allows teams and developers to build and deploy a parachain, and experiment with Polkadot’s governance and NPoS functionality in a real environment. @@ -4165,7 +4165,7 @@ curl -X POST https://rpc.ankr.com/kusama/{your_token} \ -> Mantle API is available on [RPC Service](https://www.ankr.com/rpc/mantle). +> Mantle API is available on [Web3 API platform](https://www.ankr.com/rpc/mantle). Mantle is a high-performance Ethereum layer-2 network built with modular architecture delivering low fees and high security. Builders can leverage Mantle’s unique design to build dApps with exceptional UX, all while relying on Ethereum’s unrivaled security. @@ -4308,7 +4308,7 @@ def test_block_number(self): Available for [Premium](/rpc-service/service-plans/#service-plans-comparison) users only. -> Metis API is available on [RPC Service](https://www.ankr.com/rpc/metis). +> Metis API is available on [Web3 API platform](https://www.ankr.com/rpc/metis). Metis is an Ethereum Layer 2 Rollup platform that offers simple and fast smart contract deployment within the network. Metis provides several solutions to solve the big challenges we face in the Ethereum mainnet, including transaction speed, cost, and scalability. @@ -4446,7 +4446,7 @@ def test_block_number(self): -> Moonbeam API is available on [RPC Service](https://www.ankr.com/rpc/moonbeam). +> Moonbeam API is available on [Web3 API platform](https://www.ankr.com/rpc/moonbeam). Moonbeam is the most Ethereum compatible smart-contract parachain in the Polkadot ecosystem. It combines the best of both worlds: the familiar and easy-to-use tooling of Ethereum and the scalable, interoperable architecture of Polkadot. @@ -4461,9 +4461,9 @@ Official quick links: [Website](https://moonbeam.network/), [Docs](https://docs. Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with Moonbeam through Ankr's infrastructure, add a required Moonbeam network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with Moonbeam through Ankr's infrastructure, add a required Moonbeam network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -4610,7 +4610,7 @@ def test_block_number(self): -> NEAR API is available on [RPC Service](https://www.ankr.com/rpc/near). +> NEAR API is available on [Web3 API platform](https://www.ankr.com/rpc/near). NEAR is a user-friendly and carbon-neutral blockchain, built from the ground up to be performant, secure, and infinitely scalable. @@ -4688,7 +4688,7 @@ curl -X POST https://rpc.ankr.com/near \ -> Nervos API is available on [RPC Service](https://www.ankr.com/rpc/nervos). +> Nervos API is available on [Web3 API platform](https://www.ankr.com/rpc/nervos). Nervos blockchain, also known as Common Knowledge Base, is the rock-bottom layer of the Nervos ecosystem. As the foundation, Nervos blockchain provides trust for all the layers built on top of it. It is designed to maximize decentralization while remaining minimal, flexible, and secure. Its primary objective is to reliably preserve any data and assets stored therein. @@ -4710,9 +4710,9 @@ Official quick links: [Website](https://www.nervos.org/), [CKB Docs](https://doc Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with Nervos through Ankr's infrastructure, add a required Nervos network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with Nervos through Ankr's infrastructure, add a required Nervos network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -4879,7 +4879,7 @@ def test_block_number(self): ## OKX X1 -> OKX X1 API is available on [RPC Service](https://www.ankr.com/rpc/okx_x1/). +> OKX X1 API is available on [Web3 API platform](https://www.ankr.com/rpc/okx_x1/). X1 is a decentralized Ethereum Layer 2 network that offers a secure and user-friendly blockchain experience to all users, using advanced cryptographic zero-knowledge proofs to provide validity and near-instant finality to off-chain transaction computations. @@ -5027,7 +5027,7 @@ def test_block_number(self): -> Optimism API is available on [RPC Service](https://www.ankr.com/rpc/optimism). +> Optimism API is available on [Web3 API platform](https://www.ankr.com/rpc/optimism). Optimism is a fast, stable, and scalable L2 blockchain built by Ethereum developers, for Ethereum developers. Built as a minimal extension to existing Ethereum software, Optimism’s [EVM-equivalent](https://medium.com/ethereum-optimism/introducing-evm-equivalence-5c2021deb306) architecture scales your Ethereum apps without surprises. If it works on Ethereum, it works on Optimism at a fraction of the cost. @@ -5046,9 +5046,9 @@ Official quick links: [Website](https://www.optimism.io/), [Docs](https://commun Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with Optimism through Ankr's infrastructure, add a required Optimism network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with Optimism through Ankr's infrastructure, add a required Optimism network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -5199,7 +5199,7 @@ def test_block_number(self): Available for [Premium](/rpc-service/service-plans/#service-plans-comparison) users only. -> Polkadot API is available on [RPC Service](https://www.ankr.com/rpc/polkadot). +> Polkadot API is available on [Web3 API platform](https://www.ankr.com/rpc/polkadot). Polkadot is the first fully-sharded blockchain. @@ -5311,7 +5311,7 @@ curl -X POST https://rpc.ankr.com/polkadot/{your_token} \ -> Polygon API is available on [RPC Service](https://www.ankr.com/rpc/polygon). +> Polygon API is available on [Web3 API platform](https://www.ankr.com/rpc/polygon). Polygon is a scaling solution for public blockchains. Polygon PoS supports all the existing Ethereum tooling along with faster and cheaper transactions. @@ -5327,9 +5327,9 @@ Official quick links: [Website](https://polygon.technology/), [Docs](https://wik Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with Polygon through Ankr's infrastructure, add a required Polygon network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with Polygon through Ankr's infrastructure, add a required Polygon network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -5489,7 +5489,7 @@ def test_block_number(self): -> Polygon zkEVM API is available on [RPC Service](https://www.ankr.com/rpc/polygon_zkevm). +> Polygon zkEVM API is available on [Web3 API platform](https://www.ankr.com/rpc/polygon_zkevm). Polygon zkEVM is a decentralized Ethereum Layer 2 scalability solution that uses cryptographic zero-knowledge proofs to offer validity and quick finality to off-chain transaction computation, also known as a ZK-Rollup. @@ -5636,7 +5636,7 @@ def test_block_number(self): -> Rollux API is available on [RPC Service](https://www.ankr.com/rpc/rollux). +> Rollux API is available on [Web3 API platform](https://www.ankr.com/rpc/rollux). Rollux is a suite of rollup-based Layer 2 solutions designed to enable EVM users with near-instant low-cost transfers, executions, and contract deployments. Rollux utilizes Syscoin's Layer 1 for best-of-breed secure decentralized [settlement](https://docs.syscoin.org/docs/intro/syscoin-what/#settlement-layer) and Syscoin PoDA for Layer 1 data availability, offering more efficiency, lower costs, and higher throughput than other L1 DA alternatives. @@ -5781,7 +5781,7 @@ def test_block_number(self): -> Scroll API is available on [RPC Service](https://www.ankr.com/rpc/scroll). +> Scroll API is available on [Web3 API platform](https://www.ankr.com/rpc/scroll). Scroll is a zkEVM-based zkRollup on Ethereum that enables native compatibility for existing Ethereum applications and tools. @@ -5922,7 +5922,7 @@ def test_block_number(self): -> Secret Network API is available on [RPC Service](https://www.ankr.com/rpc/scrt). +> Secret Network API is available on [Web3 API platform](https://www.ankr.com/rpc/scrt). Secret Network is the first blockchain with customizable privacy. You get to choose what you share, who you share with, and how long you share it for. This protects users and empowers developers to build a better Web3. @@ -6161,7 +6161,7 @@ curl https://rpc.ankr.com/http/scrt_cosmos/cosmos/base/tendermint/v1beta1/blocks ## Sei -> Sei API is available on [RPC Service](https://www.ankr.com/rpc/sei). +> Sei API is available on [Web3 API platform](https://www.ankr.com/rpc/sei). Sei is a general purpose, open-source Layer 1 blockchain specialized for the exchange of digital assets. Sei has only one value prop: exchange apps — whether it’s an NFT marketplace or gaming economy — Sei offers the best user experience to build upon. @@ -6343,7 +6343,7 @@ curl https://rpc.ankr.com/http/sei_cosmos/cosmos/base/tendermint/v1beta1/blocks/ -> Solana API is available on [RPC Service](https://www.ankr.com/rpc/solana). +> Solana API is available on [Web3 API platform](https://www.ankr.com/rpc/solana). Solana is a decentralized blockchain built to enable scalable, user-friendly apps for the world. @@ -6419,7 +6419,7 @@ curl -X POST https://rpc.ankr.com/solana \ ## Stellar -> Stellar API is available on [RPC Service](https://www.ankr.com/rpc/stellar). +> Stellar API is available on [Web3 API platform](https://www.ankr.com/rpc/stellar). Stellar is a layer-1 open-source, decentralized, peer-to-peer blockchain network that provides a framework for developers to create applications, issue assets, and connect to existing financial rails. Stellar is designed to enable creators, innovators, and developers to build projects on the network that can interoperate with each other. @@ -6598,7 +6598,7 @@ curl https://rpc.ankr.com/http/stellar_horizon/accounts?cursor=&limit=1&order=as -> Sui API is available on [RPC Service](https://www.ankr.com/rpc/sui). +> Sui API is available on [Web3 API platform](https://www.ankr.com/rpc/sui). Sui is the first permissionless Layer 1 blockchain designed from the ground up to enable creators and developers to build experiences that cater to the next billion users in Web3. Sui is horizontally scalable to support a wide range of application development with unrivaled speed at low cost. @@ -6657,7 +6657,7 @@ curl -X POST https://rpc.ankr.com/sui/{your_token} \ -> Syscoin API is available on [RPC Service](https://www.ankr.com/rpc/syscoin). +> Syscoin API is available on [Web3 API platform](https://www.ankr.com/rpc/syscoin). Syscoin is a Proof-of-Work blockchain solution merge-mined with Bitcoin. At its base is a dual-chain Layer 1: the core is the Syscoin native blockchain, and running in tandem with it is an Ethereum Virtual Machine (EVM) chain called NEVM (Network-Enhanced Virtual Machine), which provides modularity, enhanced security, and full byte-for-byte Ethereum compatibility. @@ -6672,9 +6672,9 @@ Official quick links: [Website](https://syscoin.org/), [Docs](https://docs.sysco Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our [terms](https://www.ankr.com/terms/ ) and [privacy policy](https://www.ankr.com/privacy-policy/) to be sure. -For MetaMask to interact with Syscoin through Ankr's infrastructure, add a required Syscoin network either via RPC Service's or MetaMask's UI. +For MetaMask to interact with Syscoin through Ankr's infrastructure, add a required Syscoin network either via Web3 API platform's or MetaMask's UI. -#### Via RPC Service +#### Via Web3 API platform To be added soon. @@ -6818,7 +6818,7 @@ def test_block_number(self): ## Taiko -> Taiko API is available on [RPC Service](https://www.ankr.com/rpc/taiko). +> Taiko API is available on [Web3 API platform](https://www.ankr.com/rpc/taiko). Taiko is as a fully open source, permissionless, Ethereum-equivalent ZK-Rollup. Using Taiko feels the exact same as using Ethereum. There are no centralized actors that operate the network; all operations are permissionlessly run by the community. @@ -6956,7 +6956,7 @@ def test_block_number(self): -> Tenet API is available on [RPC Service](https://www.ankr.com/rpc/tenet). +> Tenet API is available on [Web3 API platform](https://www.ankr.com/rpc/tenet). Tenet is an EVM-compatible Layer-1 bringing liquidity and yield opportunities to LSDs by using them as collateral for network validators through [Diversified Proof of Stake](https://docs.tenet.org/diversified-pos/diversified-proof-of-stake-implementation). This increases network security and improves governance inclusivity. @@ -7022,7 +7022,7 @@ curl -X POST https://rpc.ankr.com/tenet_evm \ -> TRON API is available on [RPC Service](https://www.ankr.com/rpc/tron). +> TRON API is available on [Web3 API platform](https://www.ankr.com/rpc/tron). TRON is an open source public blockchain platform that supports smart contracts. TRON is compatible with Ethereum, which means that you can migrate smart contracts on Ethereum to TRON directly or with minor modifications. TRON relies on a unique consensus mechanism to realize the high TPS of the TRON network that is far beyond Ethereum, bringing developers a good experience of a faster transaction. @@ -7169,7 +7169,7 @@ curl -X GET 'https://rpc.ankr.com/http/tron/walletsolidity/getnowblock' ## XDC Network -> XDC Network API is available on [RPC Service](https://www.ankr.com/rpc/xdc). +> XDC Network API is available on [Web3 API platform](https://www.ankr.com/rpc/xdc). The XDC Network is a global, open-source, delegated proof of stake consensus network (XDPoS), with near-zero gas fees, 2 second block finality, and interoperability with ISO 20022 financial messaging standards. The network’s enterprise-grade architecture is designed to support institutional use in trade finance and asset tokenization. Featuring interoperable smart contracts, 2,000 transactions per second, and Ethereum Virtual Machine compatibility, the XDC Network provides a scalable infrastructure for enterprises and independent community contributors. @@ -7312,7 +7312,7 @@ def test_block_number(self): The zkSync Era node is still in alpha and subject to further updates. Users may experience downtime. If you notice discrepancies from the [main node API](https://era.zksync.io/docs/dev/building-on-zksync/interacting.html#quickstart-on-zksync), please report directly to [Matter Labs](https://zksync.io/contact). -> zkSync Era API is available on [RPC Service](https://www.ankr.com/rpc/zksync_era). +> zkSync Era API is available on [Web3 API platform](https://www.ankr.com/rpc/zksync_era). zkSync Era is a layer 2 rollup that uses zero-knowledge proofs to scale Ethereum without compromising on security or decentralization. Since it's EVM compatible (Solidity/Vyper), 99% of Ethereum projects can redeploy without refactoring or re-auditing a single line of code. zkSync Era also uses an LLVM-based compiler that will eventually let developers write smart contracts in C++, Rust, and other popular languages.