Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
chore: update Creating an RFQ order doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Dec 16, 2021
1 parent decb344 commit 7267c6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 2
| Field | Type | Description |
| -------------------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | `Number` | is a pass-through, integer identifier starting at 1 |
| `wrapEth` | `Boolean?`| if this flag is enabled, then in the case of a limit order, the taker asset of which is `WETH`, the taker will receive `ETH` instead of `WETH` |
| `wrapEth` | `Boolean?`| when is true, then in case of a limit order with `WETH` as maker asset, taker will receive `ETH` instead of `WETH` |
| `expiresInTimestamp` | `Number` | is the timestamp in seconds when the limit order will no longer be available for execution. For example: 1623166270029 |
| `makerAssetAddress` | `String` | the address of the asset you want to sell (address of a token contract) |
| `takerAssetAddress` | `String` | the address of the asset you want to buy (address of a token contract) |
Expand Down

0 comments on commit 7267c6f

Please sign in to comment.