---
title: "Export Withdrawals CSV"
method: POST
path: "/v1/wallet/withdrawals/csv"
tags: ["Wallet"]
---

# Export Withdrawals CSV

`POST /v1/wallet/withdrawals/csv`

Exports the account's withdrawal history as a downloadable CSV for the given time range. Columns: `time` (RFC 3339, UTC), `coin`, `size`, `address`, `status`. For the withdrawal process and timing, see [Withdrawals](/withdrawals).

## Request body

- UnixTimeRangeRequest
  - `start_time` integer — Start time as Unix timestamp in seconds
  - `end_time` integer — End time as Unix timestamp in seconds

## Response `200`

CSV file of withdrawals for the requested time range.

## Other responses

- `401` — Authentication required. Provide a valid JWT or API key.
- `403` — Access denied. The authenticated account does not have permission.
- `429` — Rate limit exceeded. Slow down request frequency.
- `500` — Internal server error.

---

[API](https://skmtc.net/ondoperps/apis/ondo-perps-rest-api.md) · [All operations](https://skmtc.net/ondoperps/apis/ondo-perps-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ondoperps/ondo-perps-rest-api/versions/39df6b2fa672/schema)
