---
title: "Redeem ETH (TRADE)"
method: POST
path: "/sapi/v1/eth-staking/eth/redeem"
tags: ["Staking"]
---

# Redeem ETH (TRADE)

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

Redeem WBETH or BETH and get ETH

- You need to open Enable Spot & Margin Trading permission for the API Key which requests this endpoint.

Weight(IP): 150

## Query parameters

- `asset` string
- `amount` number, double, required
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Returned ETH

- object
  - `success` boolean, required
  - `arrivalTime` integer, required
  - `ethAmount` string, required
  - `conversionRatio` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

---

[API](https://skmtc.net/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.net/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
