On this page

latest contributor to this doc

Last Edit:

@gcharang

min_trading_vol

min_trading_vol coin

The min_trading_vol method returns the minimum required volume for buy/sell/setprice methods for the selected coin.

StructureTypeDescription
coinstringthe name of the coin to retrieve the minimum trading volume

StructureTypeDescription
resultobjectresult object
coinstringthe coin ticker from the request
min_trading_volstring (decimal)the minimum trading volume threshold in decimal representation
min_trading_vol_ratrationalthe minimum trading volume threshold represented as a standard RationalValue object
min_trading_vol_fractionfractionthe minimum trading volume threshold represented as a standard FractionalValue object

POST
min_trading_vol
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "min_trading_vol",
  "coin": "DOC"
}