Rarible · Schema

CurrencyId

Currency Id, has format `ETHEREUM:${token}` or `ETHEREUM:${token}:${tokenId}`

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer
View JSON Schema on GitHub

JSON Schema

CurrencyId.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CurrencyId",
  "type": "string",
  "description": "Currency Id, has format `ETHEREUM:${token}` or `ETHEREUM:${token}:${tokenId}`",
  "example": "ETHEREUM:0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
}