Conversion
Convert from one fungible asset to another and settle transactions without ever taking assets out of custody.
Last updated
Convert from one fungible asset to another and settle transactions without ever taking assets out of custody.
Last updated
Every request must contain
POST
/v1/conversion/rate
Retrieves exchange rate between currencies.
symbol*
String
Symbol of the pair to trade, for example, btc-usdt
side*
String
side of trade: buy or sell. buy: the price for buying the base currency. sell: the price for selling the quote currency.
POST
/v1/conversion/quote
Get a quote for currency conversion.
symbol*
String
Symbol of the pair to trade, for example, btc-usdt
amount*
String
Amount of asset used to trade
currency*
String
The asset used to trade
side*
String
side of trade: buy or sell. buy: the price for buying the base currency. sell: the price for selling the quote currency.
xid*
String
External identifier, unique across all resources created under this account.
POST
/v1/conversion/execute
Execute a trade that has been previously quoted
quoteId*
String
Quote ID