omni_sendcanceltradesbyprice

Cancel offers on the distributed token exchange with the specified price.

Arguments:

Name Type Presence Description
fromaddress string required the address to trade with
propertyidforsale number required the identifier of the tokens listed for sale
amountforsale string required the amount of tokens to listed for sale
propertiddesired number required the identifier of the tokens desired in exchange
amountdesired string required the amount of tokens desired in exchange

Result:

"hash"  // (string) the hex-encoded transaction hash

Example:

$ omnicore-cli "omni_sendcanceltradesbyprice" "3BydPiSLPP3DR5cf726hDQ89fpqWLxPKLR" 31 "100.0" 1 "5.0"