Skip to main content

Rules

Definition of rule set for handling of this object

KeyTypeDescription
canSellOnSecondarybooleanCan sell on secondary market
timeUtilSecondSalefloatMinimal time that must pass between two sales
minTimeBetweenSalesfloatMinimal time that must pass between two sales
onlyAgentsbooleanOnly agents can sell

Example

{
"UID":"",
"title":"",
"bit":{
"object":"",
"license":"",
"numberOfBits":1
"rules":{
"canSellOnSecondary":true,
"timeUntilSecondSale":2000,
"minTimeBetweenSales":1000,
"onlyAgents":true
}
}
}