---
title: "All Coins' Information (USER_DATA)"
method: GET
path: "/sapi/v1/capital/config/getall"
tags: ["Wallet"]
---

# All Coins' Information (USER_DATA)

`GET /sapi/v1/capital/config/getall`

Get information of coins (available for deposit and withdraw) for user.

Weight(IP): 10

## Query parameters

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

## Response `200`

All coins details information

- object[]
  - `coin` string, required
  - `depositAllEnable` boolean, required
  - `free` string, required
  - `freeze` string, required
  - `ipoable` string, required
  - `ipoing` string, required
  - `isLegalMoney` boolean, required
  - `locked` string, required
  - `name` string, required
  - `networkList` object[], required
    - `addressRegex` string, required
    - `coin` string, required
    - `depositDesc` string, required — shown only when "depositEnable" is false.
    - `depositEnable` boolean, required
    - `isDefault` boolean, required
    - `memoRegex` string, required
    - `minConfirm` integer, required — min number for balance confirmation.
    - `name` string, required
    - `network` string, required
    - `specialTips` string, required
    - `unLockConfirm` integer, required — confirmation number for balance unlock.
    - `withdrawDesc` string, required — shown only when "withdrawEnable" is false
    - `withdrawEnable` boolean, required
    - `withdrawFee` string, required
    - `withdrawIntegerMultiple` string, required
    - `withdrawMax` string, required
    - `withdrawMin` string, required
    - `sameAddress` boolean, required
  - `storage` string, required
  - `trading` boolean, required
  - `withdrawAllEnable` boolean, required
  - `withdrawing` string, required

## Other responses

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

## Changes

- **2024-06-06** `6c02ecd56d37` — 1 breaking
  - removed the required property `items/networkList/items/resetAddressStatus` from the response with the `200` status
- **2022-02-17** `9f8e6c752c15` — 1 info
  - added the required property `items/networkList/items/network` to the response with the `200` status
- **2021-10-25** `a484ce871a72` — 2 breaking, 36 info
  - for the `query` request parameter `recvWindow`, the format changed from no format to `int64`
  - for the `query` request parameter `timestamp`, the format changed from no format to `int64`
  - the response property `code` became required for the status `400`
  - the response property `code` became required for the status `401`
  - …34 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/capital/config/getall/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)
