Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit a2bda71

Browse files
committed
Re-worded to stress the need for a takerAddress for an accurate estimate
1 parent dd3a29c commit a2bda71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdx/api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Either a `sellAmount` or `buyAmount` is required.
205205
| `data` | The call data required to be sent to the `to` contract address. |
206206
| `value` | The amount of ether (in wei) that should be sent with the transaction. (Assuming protocolFee is paid in ether). |
207207
| `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. |
209209
| `estimatedGas` | The estimate for the amount of gas that will actually be used in the transaction. Always less than `gas`. |
210210
| `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. |
211211
| `minimumProtocolFee` | The minimum amount of ether that will be paid towards the protocol fee (in wei) during the transaction. |

0 commit comments

Comments
 (0)