Stablecoin Order Request Body
| Name | Type | Description | Notes |
|---|---|---|---|
| payCoin | String | Currency paid by the user. Supported currencies can be queried from the OTC web stablecoin quote page. | [optional] |
| getCoin | String | Currency to be received by the user. Supported currencies can be queried from the OTC web stablecoin quote page. | [optional] |
| payAmount | String | User payment currency amount | [optional] |
| getAmount | String | Amount of currency received by the user | [optional] |
| side | String | Quote direction returned by the quote API (used for order validation) | [optional] |
| promotionCode | String | promotion code | [optional] |
| quoteToken | String | Parameter returned by the quote API | [optional] |