OpenSea · Schema

NftResponse

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
nft object
View JSON Schema on GitHub

JSON Schema

NftResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/NftResponse",
  "title": "NftResponse",
  "type": "object",
  "properties": {
    "nft": {
      "$ref": "#/components/schemas/NftDetailed"
    }
  },
  "required": [
    "nft"
  ]
}