Deposit to the synthetic USD balance
POST
/v2/user/deposit/susd
Create a new deposit, which will automatically be credited to the synthetic USD balance. The amount can be specified in either satoshis (btc
, in which case the amount must be an integer) or USD (usd
, in which case the amount can be a decimal numeral).
Request Body
Body
object
amount
required
number
currency
required
string
Responses
200
200
object
depositId
required
string
paymentRequest
required
string
expiry
required
number
syntheticUsdAmount
required
number
400
400