From ada858efda6d02697b62bb0ec3dd91be0449c64f Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 13 Jan 2026 17:29:46 -0500 Subject: [PATCH] Update NFT orderBy network note --- src/openapi/nft/nft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"