On this page

latest contributor to this doc

Last Edit:

@smk762

Max Maker Volume

API-v2max_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.

ParameterTypeRequiredDescription
coinstringThe ticker of the coin you want to query.

ParameterTypeDescription
coinstringThe ticker of the coin you queried.
volumeobjectA standard NumericFormatsValue object representing the tradable maker volume.
balanceobjectA standard NumericFormatsValue object representing the tradable taker balance.
locked_by_swapsobjectA standard NumericFormatsValue object representing the volume of a coin's balance which is locked by swaps in progress.

Max Maker Vol

POST
max_maker_vol
{
  "userpass": "RPC_UserP@SSW0RD",
  "mmrpc": "2.0",
  "method": "max_maker_vol",
  "params": {
    "coin": "DOC"
  }
}

ParameterTypeDescription
NoSuchCoinstringThe coin is not activated.
TransportstringA network request or connection failed.