---
title: "Changes to Fiat Deposit/Withdraw History (USER_DATA)"
method: GET
path: "/sapi/v1/fiat/orders"
---

# Changes to Fiat Deposit/Withdraw History (USER_DATA)

`GET /sapi/v1/fiat/orders`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 26 revisions.

- **2023-09-19** `558ab69ec555` — 3 breaking, 2 warning
- **2021-10-25** `a484ce871a72` — 6 breaking, 18 info

## Changes

- **2023-09-19** `558ab69ec555` — 3 breaking, 2 warning
  - removed the enum value `0` from the `query` request parameter `transactionType`
  - removed the enum value `1` from the `query` request parameter `transactionType`
  - for the `query` request parameter `transactionType`, the type/format was changed from `string`/`` to `integer`/`int32`
  - for the `query` request parameter `transactionType`, the max was set to `1.00`
  - for the `query` request parameter `transactionType`, the min was set to `0.00`
- **2021-10-25** `a484ce871a72` — 6 breaking, 18 info
  - for the `query` request parameter `beginTime`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `endTime`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `page`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - for the `query` request parameter `recvWindow`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `rows`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - for the `query` request parameter `timestamp`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - the response property `code` became required for the status `200`
  - the response property `code` became required for the status `400`
  - the response property `code` became required for the status `401`
  - the response property `data` became required for the status `200`
  - the response property `data/items/amount` became required for the status `200`
  - the response property `data/items/createTime` became required for the status `200`
  - the response property `data/items/fiatCurrency` became required for the status `200`
  - the response property `data/items/indicatedAmount` became required for the status `200`
  - the response property `data/items/method` became required for the status `200`
  - the response property `data/items/orderNo` became required for the status `200`
  - the response property `data/items/status` became required for the status `200`
  - the response property `data/items/totalFee` became required for the status `200`
  - the response property `data/items/updateTime` became required for the status `200`
  - the response property `message` became required for the status `200`
  - the response property `msg` became required for the status `400`
  - the response property `msg` became required for the status `401`
  - the response property `success` became required for the status `200`
  - the response property `total` became required for the status `200`

---

[Operation](https://skmtc.dev/binance/apis/binance-public-spot-api/docs/sapi/v1/fiat/orders/get.md) · [API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [Page](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/fiat/orders/get)
