Rarible · Schema

SolanaFtAssetType

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
@type string
address object
View JSON Schema on GitHub

JSON Schema

SolanaFtAssetType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SolanaFtAssetType",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "SOLANA_FT"
      ]
    },
    "address": {
      "$ref": "#/components/schemas/ContractAddress"
    }
  },
  "required": [
    "@type",
    "address"
  ]
}