Convert
GET /convert_withdraw/rfq
GET /convert_withdraw/rfq
Sample Response
Returns a quote for the asset purchase amount and also the network fee associated with an eminent withdrawal.
Query parameters include:
side
(required) the side of the quote, supported value:buy
underlying
(required) the underlying asset for the quotequoted_currency
(required) the quoted asset for the quotewithdrawal_address
(required) the on-chain address for the withdrawalquantity
(optional) The amount of theunderlying
currency (eitherquantity
ortotal
must be provided)total
(optional) the desired amount of thequoted_currency
for the quote (eitherquantity
ortotal
must be provided)participant_code
(optional) the participant that is requesting to buy/sell. Can be the platform's code or the customer's.
Response:
request_id
The identifier of the RFQ
string
participant_code
The identifier of the participant making the quote request
string
quoted_currency
The asset code for the quoted currency, e.g. e₹
string
side
The participant side of the quote - buy
or sell
string
quantity
The amount of the quoted currency
string
price
The cost per unit of underlying currency
string
quote_id
The identifier for the quote Note: this is required to execute the quote
string
expire_ts
Timestamp when the quote will expire
timestamp
account_group
The group that the account is a part of
string
account_label
The account label associated with the account
string
obo_participant
on behalf of participant is the details of the participant benefiting the trade if not the submitter
object
network_fee_notional
fee notional in the currency quoted on the RFQ
string
network_fee_quantity
fee quantity in the underlying asset
string
total_notional
The calculation: (price
* quantity
) + (network_fee_notional
* network_fee_quantity
)
string
underlying
The asset code for the underlying currency, e.g. BTC
string
Last updated