---
title: "Account Information (USER_DATA)"
method: GET
path: "/api/v3/account"
tags: ["Trade"]
---

# Account Information (USER_DATA)

`GET /api/v3/account`

Get current account information.

Weight(IP): 20

## Query parameters

- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Account details

- Account
  - `makerCommission` integer, required
  - `takerCommission` integer, required
  - `buyerCommission` integer, required
  - `sellerCommission` integer, required
  - `commissionRates` object, required
    - `maker` string, required
    - `taker` string, required
    - `buyer` string, required
    - `seller` string, required
  - `canTrade` boolean, required
  - `canWithdraw` boolean, required
  - `canDeposit` boolean, required
  - `brokered` boolean, required
  - `requireSelfTradePrevention` boolean, required
  - `preventSor` boolean, required
  - `updateTime` integer, required
  - `accountType` string, required
  - `balances` object[], required
    - `asset` string, required
    - `free` string, required
    - `locked` string, required
  - `permissions` string[], required
  - `uid` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

## Changes

- **2023-09-02** `6622e0c15100` — 3 info
  - added the required property `permissions` to the response with the `200` status
  - added the required property `preventSor` to the response with the `200` status
  - added the required property `uid` to the response with the `200` status
- **2023-04-26** `042dad2ebffe` — 2 info
  - added the required property `commissionRates` to the response with the `200` status
  - added the required property `requireSelfTradePrevention` to the response with the `200` status
- **2022-08-29** `5b6a6f470795` — 1 info
  - added the required property `brokered` to the response with the `200` status
- **2021-10-25** `a484ce871a72` — 2 breaking, 17 info
  - for the `query` request parameter `recvWindow`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `timestamp`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - the response property `accountType` became required for the status `200`
  - the response property `balances` became required for the status `200`
  - …15 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/api/v3/account/get.md)

---

[API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.dev/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
