Skip to main content

Redeem RWUSD(TRADE)

API Description

Redeem RWUSD to USDC

HTTP Request

POST /sapi/v1/rwusd/redeem

Request Weight(IP)

150

Rate Limit

1/3s per account**

Request Parameters

NameTypeMandatoryDescription
amountDECIMALYESAmount in RWUSD
typeSTRINGYESFAST or STANDARD, defaults to STANDARD
recvWindowLONGNO
timestampLONGYES
  • You need to open Enable Spot & Margin Trading permission for the API Key which requests this endpoint.

Response Example

{
"success":true,
"receiveAmount":"0.23092091",
"fee":"0.00000012",
"arrivalTime":1575018510000
}