fixes in webhook-config docs

This commit is contained in:
Yazeed Al Oyoun 2020-02-08 21:19:07 +01:00
parent f3b1161640
commit 4fad7a462c

View File

@ -51,11 +51,11 @@ Possible parameters are:
* `pair` * `pair`
* `limit` * `limit`
* `amount` * `amount`
* `open_date`
* `stake_amount` * `stake_amount`
* `stake_currency` * `stake_currency`
* `fiat_currency` * `fiat_currency`
* `order_type` * `order_type`
* `open_rate`
* `current_rate` * `current_rate`
### Webhookbuycancel ### Webhookbuycancel
@ -67,11 +67,11 @@ Possible parameters are:
* `pair` * `pair`
* `limit` * `limit`
* `amount` * `amount`
* `open_date`
* `stake_amount` * `stake_amount`
* `stake_currency` * `stake_currency`
* `fiat_currency` * `fiat_currency`
* `order_type` * `order_type`
* `open_rate`
* `current_rate` * `current_rate`
### Webhooksell ### Webhooksell
@ -86,7 +86,6 @@ Possible parameters are:
* `amount` * `amount`
* `open_rate` * `open_rate`
* `current_rate` * `current_rate`
* `close_rate`
* `profit_amount` * `profit_amount`
* `profit_percent` * `profit_percent`
* `stake_currency` * `stake_currency`
@ -108,7 +107,6 @@ Possible parameters are:
* `amount` * `amount`
* `open_rate` * `open_rate`
* `current_rate` * `current_rate`
* `close_rate`
* `profit_amount` * `profit_amount`
* `profit_percent` * `profit_percent`
* `stake_currency` * `stake_currency`
@ -116,6 +114,7 @@ Possible parameters are:
* `sell_reason` * `sell_reason`
* `order_type` * `order_type`
* `open_date` * `open_date`
* `close_date`
### Webhookstatus ### Webhookstatus