diff --git a/src/openapi/nft/nft.yaml b/src/openapi/nft/nft.yaml index 3dc1d2488..c304a3d24 100644 --- a/src/openapi/nft/nft.yaml +++ b/src/openapi/nft/nft.yaml @@ -1954,7 +1954,7 @@ components: name: orderBy description: |- Enum - ordering scheme to use for ordering NFTs in the response. If unspecified, NFTs will be ordered by contract address and token ID. - - transferTime: NFTs will be ordered by the time they were transferred into the wallet, with newest NFTs first. NOTE: this ordering is only supported on Ethereum Mainnet and Polygon Mainnet. + - transferTime: NFTs will be ordered by the time they were transferred into the wallet, with newest NFTs first. Note: This ordering is supported on Ethereum Mainnet, Optimism Mainnet, Polygon Mainnet, Base Mainnet, Arbitrum One, Polygon Amoy, Base Sepolia, Arbitrum Sepolia, Ethereum Sepolia, BNB Mainnet, Celo Mainnet, Gnosis Mainnet, Ronin Mainnet and Optimism Sepolia. in: query schema: $ref: "#/components/schemas/orderBy"