Skip to main content

Redeem ETH(TRADE)

API Description

Redeem WBETH or BETH and get ETH

HTTP Request

POST /sapi/v1/eth-staking/eth/redeem

Request Weight(IP)

150

Rate Limit

1/3s per account**

Request Parameters

NameTypeMandatoryDescription
amountDECIMALYESAmount in BETH, limit 8 decimals
assetSTRINGNOWBETH or BETH, default to BETH
recvWindowLONGNO
timestampLONGYES
  • You need to open Enable Spot & Margin Trading permission for the API Key which requests this endpoint.

Response Example

{
"success": true,
"ethAmount":"0.23092091",
"conversionRatio": "1.00121234",
"arrivalTime": 1575018510000
}