Redeem Endpoint


Redeem Endpoint

# 🔻 Redeem Endpoint

`POST /v1/redeem`

Burns $pUSD and releases ZEC in the shielded pool.

### Request
| Field | Type | Description |
|------|------|-------------|
| amount | number | Amount of $pUSD to redeem |
| withdrawAddress | string | Shielded Zcash address |

### Example
```http
POST /v1/redeem
{
  "amount": 50,
  "withdrawAddress": "zs1qq..."
}

Last updated