OpenSea · Schema

ListingPrice

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
current object
View JSON Schema on GitHub

JSON Schema

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