Skip to main content

Redeem SOL(TRADE)

API Description

Redeem BNSOL get SOL

HTTP Request

POST /sapi/v1/sol-staking/sol/redeem

Request Weight(IP)

150

Rate Limit

1/3s per account**

Request Parameters

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

Response Example

{
"success": true,
"solAmount":"0.23092091",
"exchangeRate": "1.00121234",
"arrivalTime": 1575018510000
}