VyCreateOrderRequest
A request object for creating a new order in the Vy trading system.
Properties
Field | Type | Description |
---|---|---|
userId | string | The ID of the user placing the order. |
type [required] | The type of trading for the order. | |
chain | The blockchain chain for the order. | |
transactionMemo | string | The memo for the transaction. |
amount [required] | double? | The amount of the order. |
address [required] | string | The address for the order. |
userCountry | string | The country of the user placing the order. |
Last updated