Skip to content

Commit

Permalink
Merge pull request #226 from MoralisWeb3/banner-update
Browse files Browse the repository at this point in the history
banner update
  • Loading branch information
JohnVersus authored Aug 9, 2023
2 parents 54f6652 + 0b61609 commit 81e9dbd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ import config from "../../../../../configs/api-reference/configs.json";
# Get NFT transfers by wallet

<ApiReference {...config.nft.getWalletNFTTransfers}>
<Admonition type="info" icon="💡" title="INDIRECT NFT TRANSFERS">
<Admonition type="caution" icon="⚠️" title="QUERY PARAMETER CHANGE">
<p>
Note that this endpoint won't include transfers that are conducted through
a smart contract also known as indirect transfers.
</p>
<p>
For example using OpenSea to transfer NFTs is a indirect transfer as it
uses the OpenSea smart contract.
From the 4th September 2023, the <b>direction</b> query parameter will be removed. <a href="/changelog/essential-api-changes">Read more here</a>.
</p>
</Admonition>
</ApiReference>
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ import config from "../../../../../configs/api-reference/configs.json";
# Get NFT transfers by wallet

<ApiReference {...config.nft.getWalletNFTTransfers}>
<Admonition type="info" icon="💡" title="INDIRECT NFT TRANSFERS">
<Admonition type="caution" icon="⚠️" title="QUERY PARAMETER CHANGE">
<p>
Note that this endpoint won't include transfers that are conducted through
a smart contract also known as indirect transfers.
</p>
<p>
For example using OpenSea to transfer NFTs is a indirect transfer as it
uses the OpenSea smart contract.
From the 4th September 2023, the <b>direction</b> query parameter will be removed. <a href="/changelog/essential-api-changes">Read more here</a>.
</p>
</Admonition>
</ApiReference>
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ slug: /web3-data-api/evm/reference/get-contract-logs
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import config from "@site/docs/configs/api-reference/configs.json";

# Get logs by contract

<ApiReference {...config.events.getContractLogs} />
<ApiReference {...config.events.getContractLogs} >
<Admonition type="caution" icon="⚠️" title="QUERY PARAMETER CHANGE">
<p>
From the 4th September 2023, the <b>topic0</b> field will now be required, and we will be removing the <b>topic1</b>, <b>topic2</b>, <b>and topic3</b> fields. <a href="/changelog/essential-api-changes">Read more here</a>.
</p>
</Admonition>
</ApiReference>

1 comment on commit 81e9dbd

@vercel
Copy link

@vercel vercel bot commented on 81e9dbd Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.