POST /v1/stable/order/get-quote — retrieve a time-limited FX quote for Convert.STABLE_BUY — fiat → stablecoinSTABLE_SELL — stablecoin → fiatSTABLE_TRANSFER — fiat → fiatSTABLE_SWAP — stablecoin → stablecoin (sourceAmount required)| field | notes |
|---|---|
paymentMethod | e.g. VIRTUAL_ACCOUNT, BANK_TRANSFER (must match supported pair) |
sourceCurrency / targetCurrency | ISO / asset codes |
sourceAmount / targetAmount | decimal strings; typically one of them; SWAP requires sourceAmount |
quoteId, unidirectional price, fees (ourFee / payInFee / payOutFee), expireTime (epoch ms).POST /v1/stable/order/submit-order before expiry. Webhook: STABLE_ORDER_UPDATED.