You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: mdx/api/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ Either a `sellAmount` or `buyAmount` is required.
205
205
|`data`| The call data required to be sent to the `to` contract address. |
206
206
|`value`| The amount of ether (in wei) that should be sent with the transaction. (Assuming protocolFee is paid in ether). |
207
207
|`gasPrice`| The gas price (in wei) that should be used to send the transaction. The transaction needs to be sent with this `gasPrice` or lower for the transaction to be successful. |
208
-
|`gas`| The estimated gas limit that should be used to send the transaction to guarantee settlement. A computed estimate is returned in all responses, for a more accurate estimate provide a `takerAddress` in the request.|
208
+
|`gas`| The estimated gas limit that should be used to send the transaction to guarantee settlement. While a computed estimate is returned in all responses, an accurate estimate will only be returned if a `takerAddress`is included in the request. |
209
209
|`estimatedGas`| The estimate for the amount of gas that will actually be used in the transaction. Always less than `gas`. |
210
210
|`protocolFee`| The maximum amount of ether that will be paid towards the protocol fee (in wei), and what is used to compute the `value` field of the transaction. |
211
211
|`minimumProtocolFee`| The minimum amount of ether that will be paid towards the protocol fee (in wei) during the transaction. |
0 commit comments