Rarible · Schema

RewardsClaimSignatureResponse

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
signature string
View JSON Schema on GitHub

JSON Schema

RewardsClaimSignatureResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RewardsClaimSignatureResponse",
  "type": "object",
  "properties": {
    "signature": {
      "type": "string"
    }
  },
  "required": [
    "signature"
  ]
}