Rarible · Schema

PrepareOrderTxResponse

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
transferProxyAddress object
asset object
transaction object
value object
View JSON Schema on GitHub

JSON Schema

PrepareOrderTxResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PrepareOrderTxResponse",
  "type": "object",
  "required": [
    "asset",
    "transaction",
    "value"
  ],
  "properties": {
    "transferProxyAddress": {
      "$ref": "#/components/schemas/ContractAddress"
    },
    "asset": {
      "$ref": "#/components/schemas/Asset"
    },
    "transaction": {
      "$ref": "#/components/schemas/PreparedOrderTx"
    },
    "value": {
      "$ref": "#/components/schemas/BigInteger"
    }
  }
}