From ff12e847a88e3884191d90a8366d3b65713a0c01 Mon Sep 17 00:00:00 2001 From: bharathbabu-moralis Date: Thu, 26 Sep 2024 15:53:12 +0400 Subject: [PATCH 1/2] add banners & update breaking changes --- docs/01-web3-data-api/aptos/overview.md | 8 ++++++ .../reference/accounts-api/accounts-api.md | 7 +++++ .../accounts-api/get-account-module.mdx | 15 +++++++++++ .../accounts-api/get-account-modules.mdx | 14 ++++++++++ .../accounts-api/get-account-resource.mdx | 14 ++++++++++ .../accounts-api/get-account-resources.mdx | 14 ++++++++++ .../reference/accounts-api/get-account.mdx | 14 ++++++++++ .../aptos/reference/blocks-api/blocks-api.md | 8 ++++++ .../blocks-api/get-block-by-height.mdx | 15 +++++++++++ .../blocks-api/get-block-by-version.mdx | 14 ++++++++++ .../get-coin-info-by-coin-type-hashes.mdx | 14 ++++++++++ .../01-Get Coins/get-coins-by-creators.mdx | 14 ++++++++++ .../01-Get Coins/get-coins-by-name-range.mdx | 14 ++++++++++ .../get-coins-by-symbol-range.mdx | 14 ++++++++++ .../01-Get Coins/get-latest-coins.mdx | 14 ++++++++++ .../get-coin-transfers-by-block-heights.mdx | 14 ++++++++++ .../get-coin-transfers-by-coin-type.mdx | 14 ++++++++++ .../get-top-holders-by-coin.mdx | 14 ++++++++++ .../aptos/reference/coin-api/coin-api.md | 8 ++++++ .../aptos/reference/events-api/events-api.md | 8 ++++++ .../get-events-by-creation-number.mdx | 14 ++++++++++ .../events-api/get-events-by-event-handle.mdx | 14 ++++++++++ .../get-nft-by-wallet-addresses.mdx | 14 ++++++++++ .../01-Get NFTs/get-nfts-by-collection.mdx | 14 ++++++++++ .../01-Get NFTs/get-nfts-by-creators.mdx | 14 ++++++++++ .../nft-api/01-Get NFTs/get-nfts-by-ids.mdx | 14 ++++++++++ .../get-nft-collections-by-creator.mdx | 14 ++++++++++ .../get-nft-collections-by-ids.mdx | 14 ++++++++++ .../get-nft-collections.mdx | 14 ++++++++++ .../get-nft-owners-by-collection.mdx | 14 ++++++++++ .../get-nft-owners-by-tokens.mdx | 14 ++++++++++ .../get-nft-owners-of-collection.mdx | 14 ++++++++++ .../get-nft-transfers-by-collection.mdx | 14 ++++++++++ .../get-nft-transfers-by-creators.mdx | 14 ++++++++++ .../get-nft-transfers-by-ids.mdx | 14 ++++++++++ .../get-nft-transfers-by-wallets.mdx | 14 ++++++++++ .../aptos/reference/nft-api/nft-api.md | 10 ++++++- .../aptos/reference/reference.md | 8 ++++++ .../transactions-api/encode-submission.mdx | 14 ++++++++++ .../transactions-api/estimate-gas-price.mdx | 14 ++++++++++ .../get-account-transactions.mdx | 14 ++++++++++ .../get-transaction-by-hash.mdx | 14 ++++++++++ .../get-transaction-by-version.mdx | 14 ++++++++++ .../transactions-api/get-transactions.mdx | 14 ++++++++++ .../transactions-api/simulate-transaction.mdx | 14 ++++++++++ .../submit-batch-transactions.mdx | 14 ++++++++++ .../transactions-api/submit-transaction.mdx | 14 ++++++++++ .../transactions-api/transactions-api.md | 8 ++++++ .../get-coin-balances-by-wallets.mdx | 14 ++++++++++ .../get-coin-transfers-by-owner-addresses.mdx | 14 ++++++++++ ...et-historical-coin-balances-by-wallets.mdx | 14 ++++++++++ .../wallet-api/get-wallets-nft-transfers.mdx | 14 ++++++++++ .../aptos/reference/wallet-api/wallet-api.md | 8 ++++++ .../01-02-2023-disable-totals.mdx} | 1 - .../04-03-2024-sunset-public-rpc-nodes.md} | 6 ++--- .../11-09-2023-migration-guide.mdx} | 1 - .../26-09-2024-planned-deprecations.md | 27 +++++++++++++++++++ .../breaking-changes.md | 2 +- .../01-Seach Entities/search-entities.mdx | 7 +++++ .../get-entity-categories.mdx | 7 +++++ .../get-entities-by-category.mdx | 7 +++++ .../03- Get Entities/get-entity-by-id.mdx | 10 ++++++- .../get-nft-transfers-by-block.mdx | 13 ++++++++- .../get-nft-transfers-from-to-block.mdx | 14 ++++++++-- .../get-nft-transfers.mdx | 2 -- .../02-NFT Prices/get-nft-lowest-price.mdx | 13 +++++++++ .../get-token-allowance.mdx | 12 +++++++++ .../Changes/breaking-changes.mdx | 11 -------- sidebars.js | 14 ++++++++++ 69 files changed, 813 insertions(+), 25 deletions(-) rename docs/01-web3-data-api/evm/{resources/08-Breaking Changes/Changes/01-disable-totals.mdx => breaking-changes/01-02-2023-disable-totals.mdx} (99%) rename docs/01-web3-data-api/evm/{resources/08-Breaking Changes/Changes/sunset-public-rpc-nodes.md => breaking-changes/04-03-2024-sunset-public-rpc-nodes.md} (93%) rename docs/01-web3-data-api/evm/{resources/08-Breaking Changes/Changes/02-migration-guide.mdx => breaking-changes/11-09-2023-migration-guide.mdx} (99%) create mode 100644 docs/01-web3-data-api/evm/breaking-changes/26-09-2024-planned-deprecations.md rename docs/01-web3-data-api/evm/{resources/08-Breaking Changes => breaking-changes}/breaking-changes.md (97%) delete mode 100644 docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/breaking-changes.mdx diff --git a/docs/01-web3-data-api/aptos/overview.md b/docs/01-web3-data-api/aptos/overview.md index e503ab931..cc474c168 100644 --- a/docs/01-web3-data-api/aptos/overview.md +++ b/docs/01-web3-data-api/aptos/overview.md @@ -8,6 +8,14 @@ description: "The Moralis Web3 Data APIs are a set of highly scalable APIs that sidebar_class_name: "sidebar-overview" --- +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs. +

+
+ ## What are the Web3 Data APIs? The Moralis Web3 Data APIs are a set of highly scalable APIs that solve popular Web3 challenges. By indexing blockchain data in a structured way, Moralis is able to expose APIs that make querying, fetching and understanding this data a breeze for developers. diff --git a/docs/01-web3-data-api/aptos/reference/accounts-api/accounts-api.md b/docs/01-web3-data-api/aptos/reference/accounts-api/accounts-api.md index cc91ce8dc..b89e80c27 100644 --- a/docs/01-web3-data-api/aptos/reference/accounts-api/accounts-api.md +++ b/docs/01-web3-data-api/aptos/reference/accounts-api/accounts-api.md @@ -6,6 +6,13 @@ sidebar_class_name: "sidebar-accounts-api" sidebar_position: 5 --- +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs. +

+
- [Get account](/web3-data-api/aptos/reference/get-account) - [Get account resources](/web3-data-api/aptos/reference/get-account-resources) diff --git a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-module.mdx b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-module.mdx index 9e002329f..a43f4bc43 100644 --- a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-module.mdx +++ b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-module.mdx @@ -9,4 +9,19 @@ import config from "../../../../configs/api-reference/configs.json"; # Get account module +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
+ diff --git a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-modules.mdx b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-modules.mdx index 99b66e399..54face312 100644 --- a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-modules.mdx +++ b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-modules.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get account modules +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resource.mdx b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resource.mdx index 73912760e..16904464a 100644 --- a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resource.mdx +++ b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resource.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get account resource +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resources.mdx b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resources.mdx index 0a19eec74..99d9cd002 100644 --- a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resources.mdx +++ b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resources.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get account resources +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account.mdx b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account.mdx index c68d1d654..846478ddc 100644 --- a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account.mdx +++ b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get account +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/blocks-api/blocks-api.md b/docs/01-web3-data-api/aptos/reference/blocks-api/blocks-api.md index 485702463..d1d6046c6 100644 --- a/docs/01-web3-data-api/aptos/reference/blocks-api/blocks-api.md +++ b/docs/01-web3-data-api/aptos/reference/blocks-api/blocks-api.md @@ -6,5 +6,13 @@ sidebar_class_name: "sidebar-blocks-api" sidebar_position: 8 --- +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs. +

+
+ - [Get block by height](/web3-data-api/aptos/reference/get-block-by-height) - [Get block by version](/web3-data-api/aptos/reference/get-block-by-version) diff --git a/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-height.mdx b/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-height.mdx index 44bb134ca..0a615113d 100644 --- a/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-height.mdx +++ b/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-height.mdx @@ -9,4 +9,19 @@ import config from "../../../../configs/api-reference/configs.json"; # Get block by height +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
+ diff --git a/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-version.mdx b/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-version.mdx index fb5fc90de..6210e339d 100644 --- a/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-version.mdx +++ b/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-version.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get block by version +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coin-info-by-coin-type-hashes.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coin-info-by-coin-type-hashes.mdx index c30e7ce97..6b42b1df3 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coin-info-by-coin-type-hashes.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coin-info-by-coin-type-hashes.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get Coins by coin type hash +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-creators.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-creators.mdx index 24c91f9b0..8782dfda6 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-creators.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-creators.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get Coins by creator +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-name-range.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-name-range.mdx index b0353fc14..a50cfcf96 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-name-range.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-name-range.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get Coins by name +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-symbol-range.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-symbol-range.mdx index c0128f369..d4a07aee0 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-symbol-range.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-symbol-range.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get Coins by symbol +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-latest-coins.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-latest-coins.mdx index ca0b94591..2bb5ab235 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-latest-coins.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-latest-coins.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get latest deployed coins +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-block-heights.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-block-heights.mdx index 311a412ac..1329fc361 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-block-heights.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-block-heights.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get Coin transfers by block height(s) +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-coin-type.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-coin-type.mdx index 9ee79ca60..f8941d08a 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-coin-type.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-coin-type.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get Coin transfers by coin type +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/04-Get Coin Owners/get-top-holders-by-coin.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/04-Get Coin Owners/get-top-holders-by-coin.mdx index e1dbee90f..999b706e8 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/04-Get Coin Owners/get-top-holders-by-coin.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/04-Get Coin Owners/get-top-holders-by-coin.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get Coin top holders +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/coin-api.md b/docs/01-web3-data-api/aptos/reference/coin-api/coin-api.md index 46c08b9ce..26abd0fa1 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/coin-api.md +++ b/docs/01-web3-data-api/aptos/reference/coin-api/coin-api.md @@ -6,6 +6,14 @@ sidebar_class_name: "sidebar-coin-api" sidebar_position: 3 --- +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs. +

+
+ ### Get Coins - [Get latest deployed coins](/web3-data-api/aptos/reference/get-latest-coins) diff --git a/docs/01-web3-data-api/aptos/reference/events-api/events-api.md b/docs/01-web3-data-api/aptos/reference/events-api/events-api.md index f6533228c..819396459 100644 --- a/docs/01-web3-data-api/aptos/reference/events-api/events-api.md +++ b/docs/01-web3-data-api/aptos/reference/events-api/events-api.md @@ -6,5 +6,13 @@ sidebar_class_name: "sidebar-events-api" sidebar_position: 5 --- +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs. +

+
+ - [Get events by creation number](/web3-data-api/aptos/reference/get-events-by-creation-number) - [Get events by event handle](/web3-data-api/aptos/reference/get-events-by-event-handle) diff --git a/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-creation-number.mdx b/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-creation-number.mdx index c502d4812..ad519bca0 100644 --- a/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-creation-number.mdx +++ b/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-creation-number.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get events by creation number +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-event-handle.mdx b/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-event-handle.mdx index 0f55d55f6..90ca1e33f 100644 --- a/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-event-handle.mdx +++ b/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-event-handle.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get events by event handle +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nft-by-wallet-addresses.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nft-by-wallet-addresses.mdx index 271758d45..ff49c8263 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nft-by-wallet-addresses.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nft-by-wallet-addresses.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFTs by wallet(s) +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-collection.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-collection.mdx index 2e0aac35b..3493e9cb0 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-collection.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-collection.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFTs by collection +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-creators.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-creators.mdx index fb024f3e4..c0fa9529f 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-creators.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-creators.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFTs by creator(s) +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-ids.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-ids.mdx index 50ee6c945..49a99bf6d 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-ids.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-ids.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFTs by token ID hashes +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-creator.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-creator.mdx index 630158d0f..740ff7bab 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-creator.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-creator.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFT Collections by creator +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-ids.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-ids.mdx index 647f9287c..93187866a 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-ids.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-ids.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFT collections by collection ID hashes +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections.mdx index 70ab79ab1..f50655d2f 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFT Collections +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-collection.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-collection.mdx index b3c2033bc..ad4049d2d 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-collection.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-collection.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFT transfers by collection +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-tokens.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-tokens.mdx index fd7e49c1c..710cf71e4 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-tokens.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-tokens.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFT owners by token(s) +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-of-collection.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-of-collection.mdx index ae887aac1..17c2aff5c 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-of-collection.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-of-collection.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFT owners of collection +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-collection.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-collection.mdx index 868d7a131..c5f28411c 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-collection.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-collection.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFT transfers by collection +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-creators.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-creators.mdx index df4a8d4c4..e64a9cd19 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-creators.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-creators.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFT transfers by creator(s) +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-ids.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-ids.mdx index 1dd364848..544598263 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-ids.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-ids.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFT transfers by token(s) +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-wallets.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-wallets.mdx index 400b6b6ed..40fdc5977 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-wallets.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-wallets.mdx @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json"; # Get NFT transfers by wallet(s) +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/nft-api.md b/docs/01-web3-data-api/aptos/reference/nft-api/nft-api.md index f3b50ee9a..2d43ad637 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/nft-api.md +++ b/docs/01-web3-data-api/aptos/reference/nft-api/nft-api.md @@ -6,6 +6,14 @@ sidebar_class_name: "sidebar-nft-api" sidebar_position: 2 --- +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs. +

+
+ ### Get NFTs - [Get NFTs by wallet(s)](/web3-data-api/aptos/reference/get-nft-by-wallet-addresses) @@ -30,4 +38,4 @@ sidebar_position: 2 - [Get NFT transfers by token(s)](/web3-data-api/aptos/reference/get-nft-transfers-by-ids) - [Get NFT transfers by collection](/web3-data-api/aptos/reference/get-nft-transfers-by-collection) - [Get NFT Transfers by creators](/web3-data-api/aptos/reference/get-nft-transfers-by-creators) -- [Get NFT transfers by wallet(s)](/web3-data-api/aptos/reference/get-nft-transfers-by-wallets) +- [Get NFT transfers by wallet(s)](/web3-data-api/aptos/reference/get-nft-transfers-by-wallets) diff --git a/docs/01-web3-data-api/aptos/reference/reference.md b/docs/01-web3-data-api/aptos/reference/reference.md index af17b447d..1aef20d6d 100644 --- a/docs/01-web3-data-api/aptos/reference/reference.md +++ b/docs/01-web3-data-api/aptos/reference/reference.md @@ -7,6 +7,14 @@ sidebar_class_name: "sidebar-api-reference" sidebar_position: 1 --- +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs. +

+
+ This section contains a full list of all methods within the Aptos Web3 data. ## Full List of APIs by Category diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/encode-submission.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/encode-submission.mdx index 9a9e1f1d7..5cf44fa4e 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/encode-submission.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/encode-submission.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Encode submission +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/estimate-gas-price.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/estimate-gas-price.mdx index 3c32e3b6e..b0b797185 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/estimate-gas-price.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/estimate-gas-price.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Estimate gas price +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/get-account-transactions.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/get-account-transactions.mdx index 190b10a92..937ccc4b2 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/get-account-transactions.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/get-account-transactions.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get account transactions +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-hash.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-hash.mdx index 91b35518e..fed4c51f0 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-hash.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-hash.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get transaction by hash +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-version.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-version.mdx index 42e7db049..3c54ac4f1 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-version.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-version.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get transaction by version +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/get-transactions.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/get-transactions.mdx index 77ffa2345..58fe2916d 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/get-transactions.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/get-transactions.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get transactions +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/simulate-transaction.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/simulate-transaction.mdx index 0898a74e7..712b7fb3b 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/simulate-transaction.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/simulate-transaction.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Simulate transaction +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/submit-batch-transactions.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/submit-batch-transactions.mdx index 1bdf31667..88a7d45be 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/submit-batch-transactions.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/submit-batch-transactions.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Submit batch transactions +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/submit-transaction.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/submit-transaction.mdx index 3e1024885..a1cfb5854 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/submit-transaction.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/submit-transaction.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Submit transaction +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/transactions-api.md b/docs/01-web3-data-api/aptos/reference/transactions-api/transactions-api.md index c2ef04310..a7bbb773a 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/transactions-api.md +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/transactions-api.md @@ -6,6 +6,14 @@ sidebar_class_name: "sidebar-transactions-api" sidebar_position: 6 --- +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs. +

+
+ - [Get transactions](/web3-data-api/aptos/reference/get-transactions) - [Submit transaction](/web3-data-api/aptos/reference/submit-transaction) - [Get transaction by hash](/web3-data-api/aptos/reference/get-transaction-by-hash) diff --git a/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-balances-by-wallets.mdx b/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-balances-by-wallets.mdx index 64d53e7e0..6ba7ebf51 100644 --- a/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-balances-by-wallets.mdx +++ b/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-balances-by-wallets.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get Coin balances by wallet(s) +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-transfers-by-owner-addresses.mdx b/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-transfers-by-owner-addresses.mdx index 16dc18af3..f36c89aa2 100644 --- a/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-transfers-by-owner-addresses.mdx +++ b/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-transfers-by-owner-addresses.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get Coin transfers by wallet(s) +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/wallet-api/get-historical-coin-balances-by-wallets.mdx b/docs/01-web3-data-api/aptos/reference/wallet-api/get-historical-coin-balances-by-wallets.mdx index 3e3a0f948..91efe4aaa 100644 --- a/docs/01-web3-data-api/aptos/reference/wallet-api/get-historical-coin-balances-by-wallets.mdx +++ b/docs/01-web3-data-api/aptos/reference/wallet-api/get-historical-coin-balances-by-wallets.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get historical Coin balances by wallet(s) +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/wallet-api/get-wallets-nft-transfers.mdx b/docs/01-web3-data-api/aptos/reference/wallet-api/get-wallets-nft-transfers.mdx index 2c668753c..424d45289 100644 --- a/docs/01-web3-data-api/aptos/reference/wallet-api/get-wallets-nft-transfers.mdx +++ b/docs/01-web3-data-api/aptos/reference/wallet-api/get-wallets-nft-transfers.mdx @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json"; # Get NFT transfers by wallet(s) +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on{" "} + November 22nd, in line with the network’s deprecation of + their v1 Indexers. We recommend exploring alternative providers, which you + can find at Aptos APIs. +

+
diff --git a/docs/01-web3-data-api/aptos/reference/wallet-api/wallet-api.md b/docs/01-web3-data-api/aptos/reference/wallet-api/wallet-api.md index 07a2cad0e..7f553f2ac 100644 --- a/docs/01-web3-data-api/aptos/reference/wallet-api/wallet-api.md +++ b/docs/01-web3-data-api/aptos/reference/wallet-api/wallet-api.md @@ -6,6 +6,14 @@ sidebar_class_name: "sidebar-wallet-api" sidebar_position: 4 --- +import Admonition from "@theme/Admonition"; + + +

+ Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs. +

+
+ - [Get Coin balances by wallet(s)](/web3-data-api/aptos/reference/get-coin-balances-by-wallets) - [Get historical Coin balances by wallet(s)](/web3-data-api/aptos/reference/get-historical-coin-balances-by-wallets) - [Get NFT transfers by wallet(s)](/web3-data-api/aptos/reference/get-wallets-nft-transfers) diff --git a/docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/01-disable-totals.mdx b/docs/01-web3-data-api/evm/breaking-changes/01-02-2023-disable-totals.mdx similarity index 99% rename from docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/01-disable-totals.mdx rename to docs/01-web3-data-api/evm/breaking-changes/01-02-2023-disable-totals.mdx index 9d6453a4d..2fce30508 100644 --- a/docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/01-disable-totals.mdx +++ b/docs/01-web3-data-api/evm/breaking-changes/01-02-2023-disable-totals.mdx @@ -1,5 +1,4 @@ --- -sidebar_position: 1 title: "February 1st 2023: Disable Totals" sidebar_label: "Disable Totals" slug: "/web3-data-api/breaking-changes/disable-totals" diff --git a/docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/sunset-public-rpc-nodes.md b/docs/01-web3-data-api/evm/breaking-changes/04-03-2024-sunset-public-rpc-nodes.md similarity index 93% rename from docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/sunset-public-rpc-nodes.md rename to docs/01-web3-data-api/evm/breaking-changes/04-03-2024-sunset-public-rpc-nodes.md index 08d29dcf3..56975650f 100644 --- a/docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/sunset-public-rpc-nodes.md +++ b/docs/01-web3-data-api/evm/breaking-changes/04-03-2024-sunset-public-rpc-nodes.md @@ -1,12 +1,10 @@ --- sidebar_position: 3 -title: "JS SDK v1: Sunsetting Public RPC URLs" -sidebar_label: "JS SDK v1: Public RPC URLs" +title: "March 4 2024: JS SDK v1: Sunsetting Public RPC URLs" +sidebar_label: "Sunsetting Public RPC URLs" slug: "/web3-data-api/breaking-changes/sunset-public-rpc-nodes" --- ---- - # JS SDK v1: Sunsetting Public RPC URLs On March 4, 2024, we will retire specific public RPC URLs used in conjunction with WalletConnect within the Moralis JavaScript SDK version 1 (v1). This update is crucial for users utilizing WalletConnect in the frontend with the default RPC URLs provided by Moralis. The affected URLs are formatted as follows: https://speedy-nodes-nyc.moralis.io/WalletConnect/eth/mainnet diff --git a/docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/02-migration-guide.mdx b/docs/01-web3-data-api/evm/breaking-changes/11-09-2023-migration-guide.mdx similarity index 99% rename from docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/02-migration-guide.mdx rename to docs/01-web3-data-api/evm/breaking-changes/11-09-2023-migration-guide.mdx index 8c591a69d..377ea4802 100644 --- a/docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/02-migration-guide.mdx +++ b/docs/01-web3-data-api/evm/breaking-changes/11-09-2023-migration-guide.mdx @@ -1,5 +1,4 @@ --- -sidebar_position: 2 title: "September 11th 2023: Migration Guide" sidebar_label: "Migration Guide" slug: "/web3-data-api/breaking-changes/migration-guide" diff --git a/docs/01-web3-data-api/evm/breaking-changes/26-09-2024-planned-deprecations.md b/docs/01-web3-data-api/evm/breaking-changes/26-09-2024-planned-deprecations.md new file mode 100644 index 000000000..355438de8 --- /dev/null +++ b/docs/01-web3-data-api/evm/breaking-changes/26-09-2024-planned-deprecations.md @@ -0,0 +1,27 @@ +--- +title: "September 26 2024: Upcoming Changes - Endpoint and Network Deprecations" +sidebar_label: Endpoint and Network Deprecations +slug: /web3-data-api/breaking-changes/planned-deprecations +--- + +## Endpoints Deprecating (30 Days Notice) + +The following endpoints will sunset in **30 days**: + +| Deprecated Endpoint | Recommendation | +| -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | +| [`/erc20/{address}/allowance`](/web3-data-api/evm/reference/get-token-allowance) | Migrate to [Wallet Token Approvals](/web3-data-api/evm/reference/wallet-api/get-wallet-token-approvals). | +| [`/nft/{address}/lowestprice`](/web3-data-api/evm/reference/price/get-nft-lowest-price) | Migrate to [NFT Sale Prices](/web3-data-api/evm/reference/price/get-nft-contract-sale-prices). | +| [`/block/{block_number_or_hash}/nft/transfers`](/web3-data-api/evm/reference/get-nft-transfers-by-block) | Use [NFT Transfers by Contract](/web3-data-api/evm/reference/get-nft-contract-transfers) or [Streams API](/streams-api/evm) for real-time monitoring. | +| [`/nft/transfers`](/web3-data-api/evm/reference/get-nft-transfers-from-to-block) | Migrate to [NFT Transfers by Contract](/web3-data-api/evm/reference/get-nft-contract-transfers) or [Streams API](/streams-api/evm). | +| [`/ipfs/uploadFolder`](https://deep-index.moralis.io/api-docs-2.2/#/IPFS/uploadFolder) | Explore other providers for IPFS services. | + +## Palm: Confirmed Deprecation (60 Days Notice) + +The Palm mainnet will be discontinued on **November 22nd, 2024**. Please update your dapps and integrations. Explore alternative providers at [Palm Docs](https://docs.palm.io/howto/use-supported-tools/tools). + +## Aptos: Confirmed Deprecation (60 Days Notice) + +Aptos mainnet and testnet will be deprecated on **November 22nd, 2024**, in alignment with the network's deprecation of v1 Indexers. Explore alternative providers at [Aptos Dev Docs](https://aptos.dev/en/build/apis). + +--- diff --git a/docs/01-web3-data-api/evm/resources/08-Breaking Changes/breaking-changes.md b/docs/01-web3-data-api/evm/breaking-changes/breaking-changes.md similarity index 97% rename from docs/01-web3-data-api/evm/resources/08-Breaking Changes/breaking-changes.md rename to docs/01-web3-data-api/evm/breaking-changes/breaking-changes.md index f7239e56b..b1d3babd1 100644 --- a/docs/01-web3-data-api/evm/resources/08-Breaking Changes/breaking-changes.md +++ b/docs/01-web3-data-api/evm/breaking-changes/breaking-changes.md @@ -1,7 +1,7 @@ --- title: "Breaking Changes" sidebar_label: "Breaking Changes" -slug: "/web3-data-api/evm/breaking-changes" +slug: "/web3-data-api/evm/breaking-changes-main" sidebar_class_name: "sidebar-breaking-changes" sidebar_position: 0 --- diff --git a/docs/01-web3-data-api/evm/reference/entity-api/01-Seach Entities/search-entities.mdx b/docs/01-web3-data-api/evm/reference/entity-api/01-Seach Entities/search-entities.mdx index 0fdd1970a..6e1016c01 100644 --- a/docs/01-web3-data-api/evm/reference/entity-api/01-Seach Entities/search-entities.mdx +++ b/docs/01-web3-data-api/evm/reference/entity-api/01-Seach Entities/search-entities.mdx @@ -5,10 +5,17 @@ slug: /web3-data-api/evm/reference/entity-api/search-entities --- import ApiReference from "@site/src/components/ApiReference"; +import Admonition from "@theme/Admonition"; import config from "@site/docs/configs/api-reference/configs.json"; # Search Entities import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; + +

+ To use this API, you will need an API key associated with a Moralis account + on the Business plan or higher. +

+
diff --git a/docs/01-web3-data-api/evm/reference/entity-api/02- Get Entity Categories/get-entity-categories.mdx b/docs/01-web3-data-api/evm/reference/entity-api/02- Get Entity Categories/get-entity-categories.mdx index 2cbe91fa5..c15abc482 100644 --- a/docs/01-web3-data-api/evm/reference/entity-api/02- Get Entity Categories/get-entity-categories.mdx +++ b/docs/01-web3-data-api/evm/reference/entity-api/02- Get Entity Categories/get-entity-categories.mdx @@ -5,10 +5,17 @@ slug: /web3-data-api/evm/reference/entity-api/get-entity-categories --- import ApiReference from "@site/src/components/ApiReference"; +import Admonition from "@theme/Admonition"; import config from "@site/docs/configs/api-reference/configs.json"; # Get Entity Categories import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; + +

+ To use this API, you will need an API key associated with a Moralis account + on the Business plan or higher. +

+
diff --git a/docs/01-web3-data-api/evm/reference/entity-api/03- Get Entities/get-entities-by-category.mdx b/docs/01-web3-data-api/evm/reference/entity-api/03- Get Entities/get-entities-by-category.mdx index 05b1559e1..2a8b80791 100644 --- a/docs/01-web3-data-api/evm/reference/entity-api/03- Get Entities/get-entities-by-category.mdx +++ b/docs/01-web3-data-api/evm/reference/entity-api/03- Get Entities/get-entities-by-category.mdx @@ -5,10 +5,17 @@ slug: /web3-data-api/evm/reference/entity-api/get-entities-by-category --- import ApiReference from "@site/src/components/ApiReference"; +import Admonition from "@theme/Admonition"; import config from "@site/docs/configs/api-reference/configs.json"; # Get Entities by Category import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; + +

+ To use this API, you will need an API key associated with a Moralis account + on the Business plan or higher. +

+
diff --git a/docs/01-web3-data-api/evm/reference/entity-api/03- Get Entities/get-entity-by-id.mdx b/docs/01-web3-data-api/evm/reference/entity-api/03- Get Entities/get-entity-by-id.mdx index 37975957a..ec03d5a45 100644 --- a/docs/01-web3-data-api/evm/reference/entity-api/03- Get Entities/get-entity-by-id.mdx +++ b/docs/01-web3-data-api/evm/reference/entity-api/03- Get Entities/get-entity-by-id.mdx @@ -5,10 +5,18 @@ slug: /web3-data-api/evm/reference/entity-api/get-entity-by-id --- import ApiReference from "@site/src/components/ApiReference"; +import Admonition from "@theme/Admonition"; import config from "@site/docs/configs/api-reference/configs.json"; # Get Entity by Id import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; - + +

+ To use this API, you will need an API key associated with a Moralis account + on the Business plan or higher. +

+
+ + diff --git a/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-by-block.mdx b/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-by-block.mdx index b55cc06a6..d21a51b8b 100644 --- a/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-by-block.mdx +++ b/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-by-block.mdx @@ -5,12 +5,23 @@ slug: /web3-data-api/evm/reference/get-nft-transfers-by-block --- import ApiReference from "@site/src/components/ApiReference"; +import Admonition from "@theme/Admonition"; import config from "../../../../../configs/api-reference/configs.json"; # Get NFT transfers by block import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; - + +

+ This endpoint will be deprecated soon. Please use our{" "} + + NFT Transfers by Contract + {" "} + endpoint or migrate to our Streams API to + monitor all NFT transfers in real-time. For more details and updates, please + check the changelog. +

+
diff --git a/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-from-to-block.mdx b/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-from-to-block.mdx index ee6824ed2..a10e18773 100644 --- a/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-from-to-block.mdx +++ b/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-from-to-block.mdx @@ -5,12 +5,22 @@ slug: /web3-data-api/evm/reference/get-nft-transfers-from-to-block --- import ApiReference from "@site/src/components/ApiReference"; +import Admonition from "@theme/Admonition"; import config from "../../../../../configs/api-reference/configs.json"; # Get NFT transfers from a block to a block import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; - - + +

+ This endpoint will be deprecated soon. Please use our{" "} + + NFT Transfers by Contract + {" "} + endpoint or migrate to our Streams API to + monitor all NFT transfers in real-time. For more details and updates, please + check the changelog. +

+
diff --git a/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers.mdx b/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers.mdx index 8a78ae347..4556141e1 100644 --- a/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers.mdx +++ b/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers.mdx @@ -11,6 +11,4 @@ import config from "../../../../../configs/api-reference/configs.json"; import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; - - diff --git a/docs/01-web3-data-api/evm/reference/price-api/02-NFT Prices/get-nft-lowest-price.mdx b/docs/01-web3-data-api/evm/reference/price-api/02-NFT Prices/get-nft-lowest-price.mdx index d24750e8f..8e8e7c34f 100644 --- a/docs/01-web3-data-api/evm/reference/price-api/02-NFT Prices/get-nft-lowest-price.mdx +++ b/docs/01-web3-data-api/evm/reference/price-api/02-NFT Prices/get-nft-lowest-price.mdx @@ -5,10 +5,23 @@ slug: /web3-data-api/evm/reference/price/get-nft-lowest-price --- import ApiReference from "@site/src/components/ApiReference"; +import Admonition from "@theme/Admonition"; import config from "../../../../../configs/api-reference/configs.json"; # Get NFT lowest price import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; + +

+ This endpoint will be deprecated soon. Please migrate to our newer endpoint{" "} + + NFT Sale Prices + + . For more details and updates, please check the + changelog + . +

+
+ diff --git a/docs/01-web3-data-api/evm/reference/token-api/01-Get Token Balances/get-token-allowance.mdx b/docs/01-web3-data-api/evm/reference/token-api/01-Get Token Balances/get-token-allowance.mdx index ae046a81e..90a228388 100644 --- a/docs/01-web3-data-api/evm/reference/token-api/01-Get Token Balances/get-token-allowance.mdx +++ b/docs/01-web3-data-api/evm/reference/token-api/01-Get Token Balances/get-token-allowance.mdx @@ -13,4 +13,16 @@ import config from "../../../../../configs/api-reference/configs.json"; import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; + +

+ This endpoint will be deprecated. Please migrate to our newer endpoint{" "} + + Wallet Token Approvals + + . For more details and updates, please check the + changelog + . +

+
+ diff --git a/docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/breaking-changes.mdx b/docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/breaking-changes.mdx deleted file mode 100644 index 0375ced9e..000000000 --- a/docs/01-web3-data-api/evm/resources/08-Breaking Changes/Changes/breaking-changes.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Breaking Changes" -sidebar_label: "Breaking Changes" -slug: "/web3-data-api/evm/breaking-changes-list" -sidebar_class_name: "sidebar-breaking-changes" -sidebar_position: 0 ---- - -import DocCardList from "@theme/DocCardList"; - - diff --git a/sidebars.js b/sidebars.js index bb69e2030..201b77c1e 100644 --- a/sidebars.js +++ b/sidebars.js @@ -172,6 +172,20 @@ const sidebars = { }, ], }, + { + type: "category", + label: "Breaking Changes", + link: { + type: "generated-index", + slug: "web3-data-api/evm/breaking-changes", + }, + items: [ + { + type: "autogenerated", + dirName: "01-web3-data-api/evm/breaking-changes", // Adjust the path according to your directory structure + }, + ], + }, ], /////////////////////////////// Aptos Sidebar From 4c9dd71749f6097003508be59025654f6205c568 Mon Sep 17 00:00:00 2001 From: bharathbabu-moralis Date: Thu, 26 Sep 2024 16:00:37 +0400 Subject: [PATCH 2/2] changed admonition types --- docs/01-web3-data-api/aptos/overview.md | 2 +- .../aptos/reference/accounts-api/accounts-api.md | 2 +- .../aptos/reference/accounts-api/get-account-module.mdx | 2 +- .../aptos/reference/accounts-api/get-account-modules.mdx | 2 +- .../aptos/reference/accounts-api/get-account-resource.mdx | 2 +- .../aptos/reference/accounts-api/get-account-resources.mdx | 2 +- .../aptos/reference/accounts-api/get-account.mdx | 2 +- docs/01-web3-data-api/aptos/reference/blocks-api/blocks-api.md | 2 +- .../aptos/reference/blocks-api/get-block-by-height.mdx | 2 +- .../aptos/reference/blocks-api/get-block-by-version.mdx | 2 +- .../coin-api/01-Get Coins/get-coin-info-by-coin-type-hashes.mdx | 2 +- .../reference/coin-api/01-Get Coins/get-coins-by-creators.mdx | 2 +- .../reference/coin-api/01-Get Coins/get-coins-by-name-range.mdx | 2 +- .../coin-api/01-Get Coins/get-coins-by-symbol-range.mdx | 2 +- .../aptos/reference/coin-api/01-Get Coins/get-latest-coins.mdx | 2 +- .../get-coin-transfers-by-block-heights.mdx | 2 +- .../02-Get Coin Transfers/get-coin-transfers-by-coin-type.mdx | 2 +- .../coin-api/04-Get Coin Owners/get-top-holders-by-coin.mdx | 2 +- docs/01-web3-data-api/aptos/reference/coin-api/coin-api.md | 2 +- docs/01-web3-data-api/aptos/reference/events-api/events-api.md | 2 +- .../reference/events-api/get-events-by-creation-number.mdx | 2 +- .../aptos/reference/events-api/get-events-by-event-handle.mdx | 2 +- .../nft-api/01-Get NFTs/get-nft-by-wallet-addresses.mdx | 2 +- .../reference/nft-api/01-Get NFTs/get-nfts-by-collection.mdx | 2 +- .../reference/nft-api/01-Get NFTs/get-nfts-by-creators.mdx | 2 +- .../aptos/reference/nft-api/01-Get NFTs/get-nfts-by-ids.mdx | 2 +- .../02-Get NFT Collections/get-nft-collections-by-creator.mdx | 2 +- .../02-Get NFT Collections/get-nft-collections-by-ids.mdx | 2 +- .../nft-api/02-Get NFT Collections/get-nft-collections.mdx | 2 +- .../nft-api/03-Get NFT Owners/get-nft-owners-by-collection.mdx | 2 +- .../nft-api/03-Get NFT Owners/get-nft-owners-by-tokens.mdx | 2 +- .../nft-api/03-Get NFT Owners/get-nft-owners-of-collection.mdx | 2 +- .../04-Get NFT Transfers/get-nft-transfers-by-collection.mdx | 2 +- .../04-Get NFT Transfers/get-nft-transfers-by-creators.mdx | 2 +- .../nft-api/04-Get NFT Transfers/get-nft-transfers-by-ids.mdx | 2 +- .../04-Get NFT Transfers/get-nft-transfers-by-wallets.mdx | 2 +- docs/01-web3-data-api/aptos/reference/nft-api/nft-api.md | 2 +- docs/01-web3-data-api/aptos/reference/reference.md | 2 +- .../aptos/reference/transactions-api/encode-submission.mdx | 2 +- .../aptos/reference/transactions-api/estimate-gas-price.mdx | 2 +- .../reference/transactions-api/get-account-transactions.mdx | 2 +- .../reference/transactions-api/get-transaction-by-hash.mdx | 2 +- .../reference/transactions-api/get-transaction-by-version.mdx | 2 +- .../aptos/reference/transactions-api/get-transactions.mdx | 2 +- .../aptos/reference/transactions-api/simulate-transaction.mdx | 2 +- .../reference/transactions-api/submit-batch-transactions.mdx | 2 +- .../aptos/reference/transactions-api/submit-transaction.mdx | 2 +- .../aptos/reference/transactions-api/transactions-api.md | 2 +- .../aptos/reference/wallet-api/get-coin-balances-by-wallets.mdx | 2 +- .../wallet-api/get-coin-transfers-by-owner-addresses.mdx | 2 +- .../wallet-api/get-historical-coin-balances-by-wallets.mdx | 2 +- .../aptos/reference/wallet-api/get-wallets-nft-transfers.mdx | 2 +- docs/01-web3-data-api/aptos/reference/wallet-api/wallet-api.md | 2 +- .../nft-api/03-Get NFT Transfers/get-nft-transfers-by-block.mdx | 2 +- .../03-Get NFT Transfers/get-nft-transfers-from-to-block.mdx | 2 +- .../reference/price-api/02-NFT Prices/get-nft-lowest-price.mdx | 2 +- .../token-api/01-Get Token Balances/get-token-allowance.mdx | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/docs/01-web3-data-api/aptos/overview.md b/docs/01-web3-data-api/aptos/overview.md index cc474c168..050062a88 100644 --- a/docs/01-web3-data-api/aptos/overview.md +++ b/docs/01-web3-data-api/aptos/overview.md @@ -10,7 +10,7 @@ sidebar_class_name: "sidebar-overview" import Admonition from "@theme/Admonition"; - +

Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs.

diff --git a/docs/01-web3-data-api/aptos/reference/accounts-api/accounts-api.md b/docs/01-web3-data-api/aptos/reference/accounts-api/accounts-api.md index b89e80c27..992fa9bd1 100644 --- a/docs/01-web3-data-api/aptos/reference/accounts-api/accounts-api.md +++ b/docs/01-web3-data-api/aptos/reference/accounts-api/accounts-api.md @@ -8,7 +8,7 @@ sidebar_position: 5 import Admonition from "@theme/Admonition"; - +

Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs.

diff --git a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-module.mdx b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-module.mdx index a43f4bc43..a7b32fa76 100644 --- a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-module.mdx +++ b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-module.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-modules.mdx b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-modules.mdx index 54face312..a5fb7ecb8 100644 --- a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-modules.mdx +++ b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-modules.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resource.mdx b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resource.mdx index 16904464a..8791fd1ef 100644 --- a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resource.mdx +++ b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resource.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resources.mdx b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resources.mdx index 99d9cd002..6624e99d6 100644 --- a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resources.mdx +++ b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account-resources.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account.mdx b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account.mdx index 846478ddc..fbde57faf 100644 --- a/docs/01-web3-data-api/aptos/reference/accounts-api/get-account.mdx +++ b/docs/01-web3-data-api/aptos/reference/accounts-api/get-account.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/blocks-api/blocks-api.md b/docs/01-web3-data-api/aptos/reference/blocks-api/blocks-api.md index d1d6046c6..6c78e20ce 100644 --- a/docs/01-web3-data-api/aptos/reference/blocks-api/blocks-api.md +++ b/docs/01-web3-data-api/aptos/reference/blocks-api/blocks-api.md @@ -8,7 +8,7 @@ sidebar_position: 8 import Admonition from "@theme/Admonition"; - +

Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs.

diff --git a/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-height.mdx b/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-height.mdx index 0a615113d..b091c29e3 100644 --- a/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-height.mdx +++ b/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-height.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-version.mdx b/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-version.mdx index 6210e339d..dead789b5 100644 --- a/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-version.mdx +++ b/docs/01-web3-data-api/aptos/reference/blocks-api/get-block-by-version.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coin-info-by-coin-type-hashes.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coin-info-by-coin-type-hashes.mdx index 6b42b1df3..900c5da5c 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coin-info-by-coin-type-hashes.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coin-info-by-coin-type-hashes.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-creators.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-creators.mdx index 8782dfda6..edbfdc442 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-creators.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-creators.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-name-range.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-name-range.mdx index a50cfcf96..01f37e33d 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-name-range.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-name-range.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-symbol-range.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-symbol-range.mdx index d4a07aee0..a36617196 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-symbol-range.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-coins-by-symbol-range.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-latest-coins.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-latest-coins.mdx index 2bb5ab235..eb779ac15 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-latest-coins.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/01-Get Coins/get-latest-coins.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-block-heights.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-block-heights.mdx index 1329fc361..b8e311237 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-block-heights.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-block-heights.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-coin-type.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-coin-type.mdx index f8941d08a..c2b38a705 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-coin-type.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/02-Get Coin Transfers/get-coin-transfers-by-coin-type.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/04-Get Coin Owners/get-top-holders-by-coin.mdx b/docs/01-web3-data-api/aptos/reference/coin-api/04-Get Coin Owners/get-top-holders-by-coin.mdx index 999b706e8..82cd3e0c2 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/04-Get Coin Owners/get-top-holders-by-coin.mdx +++ b/docs/01-web3-data-api/aptos/reference/coin-api/04-Get Coin Owners/get-top-holders-by-coin.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/coin-api/coin-api.md b/docs/01-web3-data-api/aptos/reference/coin-api/coin-api.md index 26abd0fa1..568dbe287 100644 --- a/docs/01-web3-data-api/aptos/reference/coin-api/coin-api.md +++ b/docs/01-web3-data-api/aptos/reference/coin-api/coin-api.md @@ -8,7 +8,7 @@ sidebar_position: 3 import Admonition from "@theme/Admonition"; - +

Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs.

diff --git a/docs/01-web3-data-api/aptos/reference/events-api/events-api.md b/docs/01-web3-data-api/aptos/reference/events-api/events-api.md index 819396459..c2c9d3de3 100644 --- a/docs/01-web3-data-api/aptos/reference/events-api/events-api.md +++ b/docs/01-web3-data-api/aptos/reference/events-api/events-api.md @@ -8,7 +8,7 @@ sidebar_position: 5 import Admonition from "@theme/Admonition"; - +

Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs.

diff --git a/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-creation-number.mdx b/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-creation-number.mdx index ad519bca0..5ee2932f8 100644 --- a/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-creation-number.mdx +++ b/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-creation-number.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-event-handle.mdx b/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-event-handle.mdx index 90ca1e33f..f9958e2f6 100644 --- a/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-event-handle.mdx +++ b/docs/01-web3-data-api/aptos/reference/events-api/get-events-by-event-handle.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nft-by-wallet-addresses.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nft-by-wallet-addresses.mdx index ff49c8263..85298222f 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nft-by-wallet-addresses.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nft-by-wallet-addresses.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-collection.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-collection.mdx index 3493e9cb0..d283111f9 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-collection.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-collection.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-creators.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-creators.mdx index c0fa9529f..d33ca107e 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-creators.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-creators.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-ids.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-ids.mdx index 49a99bf6d..6b61fce12 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-ids.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/01-Get NFTs/get-nfts-by-ids.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-creator.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-creator.mdx index 740ff7bab..e74516eec 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-creator.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-creator.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-ids.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-ids.mdx index 93187866a..fb4b36888 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-ids.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections-by-ids.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections.mdx index f50655d2f..4613dbd1b 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/02-Get NFT Collections/get-nft-collections.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-collection.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-collection.mdx index ad4049d2d..64c99d445 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-collection.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-collection.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-tokens.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-tokens.mdx index 710cf71e4..aa6732b1b 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-tokens.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-by-tokens.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-of-collection.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-of-collection.mdx index 17c2aff5c..11271dfae 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-of-collection.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/03-Get NFT Owners/get-nft-owners-of-collection.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-collection.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-collection.mdx index c5f28411c..6b4774735 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-collection.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-collection.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-creators.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-creators.mdx index e64a9cd19..904574880 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-creators.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-creators.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-ids.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-ids.mdx index 544598263..019229db1 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-ids.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-ids.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-wallets.mdx b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-wallets.mdx index 40fdc5977..6a9405138 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-wallets.mdx +++ b/docs/01-web3-data-api/aptos/reference/nft-api/04-Get NFT Transfers/get-nft-transfers-by-wallets.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/nft-api/nft-api.md b/docs/01-web3-data-api/aptos/reference/nft-api/nft-api.md index 2d43ad637..e08b2ba4c 100644 --- a/docs/01-web3-data-api/aptos/reference/nft-api/nft-api.md +++ b/docs/01-web3-data-api/aptos/reference/nft-api/nft-api.md @@ -8,7 +8,7 @@ sidebar_position: 2 import Admonition from "@theme/Admonition"; - +

Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs.

diff --git a/docs/01-web3-data-api/aptos/reference/reference.md b/docs/01-web3-data-api/aptos/reference/reference.md index 1aef20d6d..d46d20d2d 100644 --- a/docs/01-web3-data-api/aptos/reference/reference.md +++ b/docs/01-web3-data-api/aptos/reference/reference.md @@ -9,7 +9,7 @@ sidebar_position: 1 import Admonition from "@theme/Admonition"; - +

Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs.

diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/encode-submission.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/encode-submission.mdx index 5cf44fa4e..fdd7ceae8 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/encode-submission.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/encode-submission.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/estimate-gas-price.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/estimate-gas-price.mdx index b0b797185..6b0382eaf 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/estimate-gas-price.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/estimate-gas-price.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/get-account-transactions.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/get-account-transactions.mdx index 937ccc4b2..fef9909ad 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/get-account-transactions.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/get-account-transactions.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-hash.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-hash.mdx index fed4c51f0..dd8d7eaaa 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-hash.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-hash.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-version.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-version.mdx index 3c54ac4f1..03f7ba05f 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-version.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/get-transaction-by-version.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/get-transactions.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/get-transactions.mdx index 58fe2916d..808ed1eaf 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/get-transactions.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/get-transactions.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/simulate-transaction.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/simulate-transaction.mdx index 712b7fb3b..b253c3ec9 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/simulate-transaction.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/simulate-transaction.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/submit-batch-transactions.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/submit-batch-transactions.mdx index 88a7d45be..da9e172b3 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/submit-batch-transactions.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/submit-batch-transactions.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/submit-transaction.mdx b/docs/01-web3-data-api/aptos/reference/transactions-api/submit-transaction.mdx index a1cfb5854..8a9a8392a 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/submit-transaction.mdx +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/submit-transaction.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/transactions-api/transactions-api.md b/docs/01-web3-data-api/aptos/reference/transactions-api/transactions-api.md index a7bbb773a..3bfaed46f 100644 --- a/docs/01-web3-data-api/aptos/reference/transactions-api/transactions-api.md +++ b/docs/01-web3-data-api/aptos/reference/transactions-api/transactions-api.md @@ -8,7 +8,7 @@ sidebar_position: 6 import Admonition from "@theme/Admonition"; - +

Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs.

diff --git a/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-balances-by-wallets.mdx b/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-balances-by-wallets.mdx index 6ba7ebf51..e2fe6e542 100644 --- a/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-balances-by-wallets.mdx +++ b/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-balances-by-wallets.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-transfers-by-owner-addresses.mdx b/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-transfers-by-owner-addresses.mdx index f36c89aa2..c713dec47 100644 --- a/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-transfers-by-owner-addresses.mdx +++ b/docs/01-web3-data-api/aptos/reference/wallet-api/get-coin-transfers-by-owner-addresses.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/wallet-api/get-historical-coin-balances-by-wallets.mdx b/docs/01-web3-data-api/aptos/reference/wallet-api/get-historical-coin-balances-by-wallets.mdx index 91efe4aaa..d5fbedf2f 100644 --- a/docs/01-web3-data-api/aptos/reference/wallet-api/get-historical-coin-balances-by-wallets.mdx +++ b/docs/01-web3-data-api/aptos/reference/wallet-api/get-historical-coin-balances-by-wallets.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/wallet-api/get-wallets-nft-transfers.mdx b/docs/01-web3-data-api/aptos/reference/wallet-api/get-wallets-nft-transfers.mdx index 424d45289..dcfae92d6 100644 --- a/docs/01-web3-data-api/aptos/reference/wallet-api/get-wallets-nft-transfers.mdx +++ b/docs/01-web3-data-api/aptos/reference/wallet-api/get-wallets-nft-transfers.mdx @@ -12,7 +12,7 @@ import config from "../../../../configs/api-reference/configs.json"; import Admonition from "@theme/Admonition"; diff --git a/docs/01-web3-data-api/aptos/reference/wallet-api/wallet-api.md b/docs/01-web3-data-api/aptos/reference/wallet-api/wallet-api.md index 7f553f2ac..e52db1564 100644 --- a/docs/01-web3-data-api/aptos/reference/wallet-api/wallet-api.md +++ b/docs/01-web3-data-api/aptos/reference/wallet-api/wallet-api.md @@ -8,7 +8,7 @@ sidebar_position: 4 import Admonition from "@theme/Admonition"; - +

Aptos mainnet and testnet will be discontinued on November 22nd, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at Aptos APIs.

diff --git a/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-by-block.mdx b/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-by-block.mdx index d21a51b8b..3223add13 100644 --- a/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-by-block.mdx +++ b/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-by-block.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; - +

This endpoint will be deprecated soon. Please use our{" "} diff --git a/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-from-to-block.mdx b/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-from-to-block.mdx index a10e18773..9726a85e6 100644 --- a/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-from-to-block.mdx +++ b/docs/01-web3-data-api/evm/reference/nft-api/03-Get NFT Transfers/get-nft-transfers-from-to-block.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; - +

This endpoint will be deprecated soon. Please use our{" "} diff --git a/docs/01-web3-data-api/evm/reference/price-api/02-NFT Prices/get-nft-lowest-price.mdx b/docs/01-web3-data-api/evm/reference/price-api/02-NFT Prices/get-nft-lowest-price.mdx index 8e8e7c34f..5fc46a444 100644 --- a/docs/01-web3-data-api/evm/reference/price-api/02-NFT Prices/get-nft-lowest-price.mdx +++ b/docs/01-web3-data-api/evm/reference/price-api/02-NFT Prices/get-nft-lowest-price.mdx @@ -12,7 +12,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; - +

This endpoint will be deprecated soon. Please migrate to our newer endpoint{" "} diff --git a/docs/01-web3-data-api/evm/reference/token-api/01-Get Token Balances/get-token-allowance.mdx b/docs/01-web3-data-api/evm/reference/token-api/01-Get Token Balances/get-token-allowance.mdx index 90a228388..7fd51ddb5 100644 --- a/docs/01-web3-data-api/evm/reference/token-api/01-Get Token Balances/get-token-allowance.mdx +++ b/docs/01-web3-data-api/evm/reference/token-api/01-Get Token Balances/get-token-allowance.mdx @@ -13,7 +13,7 @@ import config from "../../../../../configs/api-reference/configs.json"; import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; - +

This endpoint will be deprecated. Please migrate to our newer endpoint{" "}