latest contributor to this doc

Last Edit: @gcharang ,

max_maker_vol

The max_maker_vol method returns the maximum volume of a coin which can be used to create a maker order (taking into account estimated fees). If the coin is not activated, a NoSuchCoin error will be returned.

ParameterTypeDescription
coinstringThe ticker of the coin you want to query.

ParameterTypeDescription
coinstringThe ticker of the coin you queried.
volumeobjectAn object cointaining the tradable maker volume in decimal, fraction and rational formats.
volume.decimalnumeric stringThe tradable maker volume in decimal format.
volume.rationalrational objectThe tradable maker volume in rational format.
volume.fractionfraction objectThe tradable maker volume in fraction format.
balanceobjectAn object cointaining the locked amount in decimal, fraction and rational formats.
balance.decimalnumeric stringThe coin balance in decimal format.
balance.rationalrational objectThe coin balance in rational format.
balance.fractionfraction objectThe coin balance in fraction format.
locked_by_swapsobjectAn object cointaining the volume of a coin's balance which is locked by swaps in progress in decimal, fraction and rational formats.
locked_by_swaps.decimalnumeric stringThe locked by swaps amount in decimal format.
locked_by_swaps.rationalrational objectThe locked by swaps amount in rational format.
locked_by_swaps.fractionfraction objectThe locked by swaps amount in fraction format.

POST
max_maker_vol
{
  "userpass": "testpsw",
  "mmrpc": "2.0",
  "method": "max_maker_vol",
  "params": {
    "coin": "DOC"
  }
}