Rarible · Schema

UnionAddress

Blockchain address in Union format `${blockchainGroup}:${token}`

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer
View JSON Schema on GitHub

JSON Schema

UnionAddress.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UnionAddress",
  "type": "string",
  "description": "Blockchain address in Union format `${blockchainGroup}:${token}`",
  "example": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
}