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.
| Parameter | Type | Description |
|---|---|---|
| coin | string | The ticker of the coin you want to query. |
| Parameter | Type | Description |
|---|---|---|
| coin | string | The ticker of the coin you queried. |
| volume | object | A standard NumericFormatsValue object representing the tradable maker volume. |
| balance | object | A standard NumericFormatsValue object representing the tradable taker balance. |
| locked_by_swaps | object | A standard NumericFormatsValue object representing the volume of a coin's balance which is locked by swaps in progress. |
POST
max_maker_vol{
"userpass": "RPC_UserP@SSW0RD",
"mmrpc": "2.0",
"method": "max_maker_vol",
"params": {
"coin": "DOC"
}
}