Rarible · Schema

Payout

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
account object
value integer
View JSON Schema on GitHub

JSON Schema

Payout.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Payout",
  "type": "object",
  "properties": {
    "account": {
      "$ref": "#/components/schemas/UnionAddress"
    },
    "value": {
      "type": "integer"
    }
  },
  "required": [
    "account",
    "value"
  ]
}