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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ Unless the spec defines otherwise, errors to bad requests should respond with HT
71
71
| 429 | Too many requests - Rate limit exceeded |
72
72
| 500 | Internal Server Error |
73
73
| 501 | Not Implemented |
74
+
| 503 | Server Error - Too many open connections|
74
75
75
76
### Error reporting format
76
77
@@ -204,7 +205,7 @@ Either a `sellAmount` or `buyAmount` is required.
204
205
|`data`| The call data required to be sent to the `to` contract address. |
205
206
|`value`| The amount of ether (in wei) that should be sent with the transaction. (Assuming protocolFee is paid in ether). |
206
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. |
207
-
|`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. |
208
209
|`estimatedGas`| The estimate for the amount of gas that will actually be used in the transaction. Always less than `gas`. |
209
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. |
210
211
|`minimumProtocolFee`| The minimum amount of ether that will be paid towards the protocol fee (in wei) during the transaction. |
0 commit comments