Create Sell Order
Create a sell order for the selected quote.
The API also generates the payload and signature used by the Ledger device to verify transaction data with the corresponding private/public key pair.
Authentication
x-api-keystring
Transak API key available from the Transak Dashboard.
Request
This endpoint expects an object.
quoteId
Quote identifier returned from the quote endpoint.
amount
Sell amount in crypto units.
refundAddress
Refund wallet address.
fromCryptoCurrency
Ledger-formatted crypto currency identifier.
toFiatCurrency
Fiat currency code.
payloadCryptoCurrency
Asset identifier used in the signed Ledger payload.
nonce
Nonce used for device-side verification.
Response
Sell order created successfully.
sellId
Sell order identifier generated by the wrapper.
amount
Confirmed sell amount.
payinAddress
Deposit address where the user must send crypto.
createdAt
Sell order creation timestamp.
providerFees
Provider fee charged for the sell order.
referralFees
Referral fee charged for the sell order.
providerSig
Errors
400
Bad Request Error
500
Internal Server Error