---
title: "Deposit History(supporting network) (USER_DATA)"
method: GET
path: "/sapi/v1/capital/deposit/hisrec"
tags: ["Wallet"]
---

# Deposit History(supporting network) (USER_DATA)

`GET /sapi/v1/capital/deposit/hisrec`

Fetch deposit history.

- Please notice the default `startTime` and `endTime` to make sure that time interval is within 0-90 days.
- If both `startTime` and `endTime` are sent, time between `startTime` and `endTime` must be less than 90 days.

Weight(IP): 1

## Query parameters

- `coin` string
- `status` integer
- `startTime` integer
- `endTime` integer
- `offset` integer
- `limit` integer
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

List of deposits

- object[]
  - `amount` string, required
  - `coin` string, required
  - `network` string, required
  - `status` integer, required
  - `address` string, required
  - `addressTag` string, required
  - `txId` string, required
  - `insertTime` integer, required
  - `transferType` integer, required
  - `unlockConfirm` string, required — confirm times for unlocking
  - `confirmTimes` 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/versions/0dd2f133e12d/schema)
