Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.04 KB

File metadata and controls

17 lines (13 loc) · 1.04 KB

OtcQuoteRequest

Fiat and Stablecoin Quote Request Body

Properties

Name Type Description Notes
side str PAY: specify the payment amount (`pay_amount` is required); GET: specify the receive amount (`get_amount` is required).
pay_coin str Payment currency. Supported currencies are available on the OTC web quote page.
get_coin str Receive currency. Supported currencies are available on the OTC web quote page.
pay_amount str User payment currency amount [optional]
get_amount str Amount of currency received by the user [optional]
create_quote_token str Create quote token: 0: quote preview only; 1: generate quote token for order placement. [optional]
promotion_code str Promotion code [optional]

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