Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1010 Bytes

File metadata and controls

15 lines (10 loc) · 1010 Bytes

Io.Gate.GateApi.Model.CreateParam

For order only. Represents a currency and its amount on a certain side (`from` or `to`). Used with `OrderCreateV1Req`; Don't be used with `to` of the preview interface (preview `to` uses `PreviewToParam.ratio`).

Properties

Name Type Description Notes
Asset string Currency symbol, consistent with `GET /asset-swap/asset/list` and business support scope.
Amount string The quantity of this currency on this side, decimal string (non-scientific notation). `from` represents the selling quantity, and `to` represents the target side quantity. Different from preview interface `to[].ratio`.

[Back to Model list] [Back to API list] [Back to README]