Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.08 KB

File metadata and controls

17 lines (13 loc) · 1.08 KB

OtcStableCoinOrderRequest

Stablecoin Order Request Body

Properties

Name Type Description Notes
pay_coin str Currency paid by the user. Supported currencies can be queried from the OTC web stablecoin quote page.
get_coin str Currency to be received by the user. Supported currencies can be queried from the OTC web stablecoin quote page.
pay_amount str User payment currency amount
get_amount str Amount of currency received by the user
side str The side returned by the quote endpoint (used for order validation). For backward compatibility, `PAY`/`GET` are accepted; new integrations should use the value returned by the quote response.
promotion_code str Promotion code (optional) [optional]
quote_token str Parameter returned by the quote API

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