On this page

latest contributor to this doc

Last Edit:

@smk762

Min Trading Vol

API-v1min_trading_vol

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

ParameterTypeRequiredDescription
coinstringThe name of the coin to retrieve the minimum trading volume

ParameterTypeDescription
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

min_trading_vol

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