diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/sendmany.md b/_includes/devdoc/dash-core/rpcs/rpcs/sendmany.md
index 2e9e9c72..d89c03df 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/sendmany.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/sendmany.md
@@ -94,6 +94,26 @@ The `sendmany` RPC {{summary_sendMany}}
{% enditemplate %}
+*Parameter #9---confirmation target*
+
+{% itemplate ntpd1 %}
+- n: "`conf_target`"
+ t: "number (int)"
+ p: "Optional
(0 or 1)"
+ d: "Confirmation target (in blocks)"
+
+{% enditemplate %}
+
+*Parameter #10---fee estimate mode*
+
+{% itemplate ntpd1 %}
+- n: "`estimate_mode`"
+ t: "string"
+ p: "Optional
(0 or 1)"
+ d: " The fee estimate mode, must be one of:
`UNSET`
`ECONOMICAL`
`CONSERVATIVE`
Default: `UNSET`"
+
+{% enditemplate %}
+
*Result---a TXID of the sent transaction*
{% itemplate ntpd1 %}
diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md b/_includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md
index 82828a30..ff696ef6 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md
@@ -88,6 +88,26 @@ The `sendtoaddress` RPC {{summary_sendToAddress}}
{% enditemplate %}
+*Parameter #8---confirmation target*
+
+{% itemplate ntpd1 %}
+- n: "`conf_target`"
+ t: "number (int)"
+ p: "Optional
(0 or 1)"
+ d: "Confirmation target (in blocks)"
+
+{% enditemplate %}
+
+*Parameter #9---fee estimate mode*
+
+{% itemplate ntpd1 %}
+- n: "`estimate_mode`"
+ t: "string"
+ p: "Optional
(0 or 1)"
+ d: " The fee estimate mode, must be one of:
`UNSET`
`ECONOMICAL`
`CONSERVATIVE`
Default: `UNSET`"
+
+{% enditemplate %}
+
*Result---a TXID of the sent transaction*
{% itemplate ntpd1 %}