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

# Export Deposits CSV

`POST /v1/wallet/deposits/csv`

Exports the account's deposit history as a downloadable CSV for the given time range. Columns: `id`, `time` (RFC 3339, UTC), `coin`, `size`, `status`. For supported assets and deposit steps, see [Funding your account](/funding-your-account).

## 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 deposits 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)
