Skip to content

Commit

Permalink
Merge pull request #512 from MoralisWeb3/add-breaking-changes
Browse files Browse the repository at this point in the history
Add breaking changes
  • Loading branch information
bharathbabu-moralis authored Sep 26, 2024
2 parents 2e1f048 + 4c9dd71 commit 9b1f1f5
Show file tree
Hide file tree
Showing 69 changed files with 813 additions and 25 deletions.
8 changes: 8 additions & 0 deletions docs/01-web3-data-api/aptos/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";

<Admonition type="warning" icon="🚨" title="Aptos: Confirmed Deprecation (60 Days Notice)">
<p>
Aptos mainnet and testnet will be discontinued on <strong>November 22nd</strong>, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>

## 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ sidebar_class_name: "sidebar-accounts-api"
sidebar_position: 5
---

import Admonition from "@theme/Admonition";

<Admonition type="warning" icon="🚨" title="Aptos: Confirmed Deprecation (60 Days Notice)">
<p>
Aptos mainnet and testnet will be discontinued on <strong>November 22nd</strong>, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>

- [Get account](/web3-data-api/aptos/reference/get-account)
- [Get account resources](/web3-data-api/aptos/reference/get-account-resources)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,19 @@ import config from "../../../../configs/api-reference/configs.json";

# Get account module

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>

<ApiReference {...config["aptos-web3"].getAccountModule} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json";

# Get account modules

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getAccountModules} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json";

# Get account resource

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getAccountResource} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json";

# Get account resources

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getAccountResources} />
14 changes: 14 additions & 0 deletions docs/01-web3-data-api/aptos/reference/accounts-api/get-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json";

# Get account

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getAccount} />
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@ sidebar_class_name: "sidebar-blocks-api"
sidebar_position: 8
---

import Admonition from "@theme/Admonition";

<Admonition type="warning" icon="🚨" title="Aptos: Confirmed Deprecation (60 Days Notice)">
<p>
Aptos mainnet and testnet will be discontinued on <strong>November 22nd</strong>, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>

- [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)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,19 @@ import config from "../../../../configs/api-reference/configs.json";

# Get block by height

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>

<ApiReference {...config["aptos-web3"].getBlockByHeight} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json";

# Get block by version

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getBlockByVersion} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json";

# Get Coins by coin type hash

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getCoinInfoByCoinTypeHashes} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json";

# Get Coins by creator

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getCoinsByCreators} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json";

# Get Coins by name

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getCoinsByNameRange} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json";

# Get Coins by symbol

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getCoinsBySymbolRange} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json";

# Get latest deployed coins

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getLatestCoins} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json";

# Get Coin transfers by block height(s)

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getCoinTransfersByBlockHeights} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json";

# Get Coin transfers by coin type

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getCoinTransfersByCoinType} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../../configs/api-reference/configs.json";

# Get Coin top holders

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getTopHoldersByCoin} />
8 changes: 8 additions & 0 deletions docs/01-web3-data-api/aptos/reference/coin-api/coin-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ sidebar_class_name: "sidebar-coin-api"
sidebar_position: 3
---

import Admonition from "@theme/Admonition";

<Admonition type="warning" icon="🚨" title="Aptos: Confirmed Deprecation (60 Days Notice)">
<p>
Aptos mainnet and testnet will be discontinued on <strong>November 22nd</strong>, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>

### Get Coins

- [Get latest deployed coins](/web3-data-api/aptos/reference/get-latest-coins)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@ sidebar_class_name: "sidebar-events-api"
sidebar_position: 5
---

import Admonition from "@theme/Admonition";

<Admonition type="warning" icon="🚨" title="Aptos: Confirmed Deprecation (60 Days Notice)">
<p>
Aptos mainnet and testnet will be discontinued on <strong>November 22nd</strong>, in line with the network’s deprecation of their v1 Indexers. We recommend exploring alternative providers, which you can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>

- [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)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json";

# Get events by creation number

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getEventsByCreationNumber} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ import config from "../../../../configs/api-reference/configs.json";

# Get events by event handle

import Admonition from "@theme/Admonition";

<Admonition
type="warning"
icon="🚨"
title="Aptos: Confirmed Deprecation (60 Days Notice)"
>
<p>
Aptos mainnet and testnet will be discontinued on{" "}
<strong>November 22nd</strong>, in line with the network’s deprecation of
their v1 Indexers. We recommend exploring alternative providers, which you
can find at <a href="https://aptos.dev/en/build/apis">Aptos APIs</a>.
</p>
</Admonition>
<ApiReference {...config["aptos-web3"].getEventsByEventHandle} />
Loading

0 comments on commit 9b1f1f5

Please sign in to comment.